aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/test
AgeCommit message (Expand)Author
2011-05-13Merge branch 'hb/stdlib/dets_tablenames/OTP-9282' into devHans Bolinder
2011-05-13Merge branch 'hb/stdlib/specs/OTP-9267' into devHans Bolinder
2011-05-12Types and specifications have been modified and addedHans Bolinder
2011-05-11Add timer:tc/1 which measures elapsed time for a fun/0Dan Gudmundsson
2011-05-11Allow Dets tablenames to be arbitrary termsHans Bolinder
2011-05-04Change list to set in supervisor for saving pids of dynamic temprary childrenSiri Hansen
2011-04-28Merge branch 'siri/stdlib/supervisor-terminate_child-simple_one_for_one/OTP-9...Siri Hansen
2011-04-12Allow supervisor:terminate_child(SupRef,Pid) for simple_one_for_oneSiri Hansen
2011-04-12Merge branch 'gc/gen-format-status-improvements' into devHenrik Nord
2011-04-04Completed bug fix "temporary child specs should not be kept when childIngela Anderton Andin
2011-03-30Merge branch 'hw/call-chmod-without-f' into devHenrik Nord
2011-03-23v3_core: Fix variable incorrectly unbound after binary matchBjörn Gustavsson
2011-03-22Fix a bug concerning record field typesHans Bolinder
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-03-10Fix ~F.Fs bug, add testcase and improve documentationRaimo Niskanen
2011-03-02Add ISO week number calculation functions to the calendar module in stdlibImre Horvath
2011-02-25Fix trivial typos in supervisor_SUITETuncer Ayaz
2011-02-23stdlib tests: Eliminate some compiler warningsBjörn Gustavsson
2011-02-23Merge branch 'ia/supervisor-saves-unnecessary-data/OTP-9064' into devIngela Anderton Andin
2011-02-22Added test case do_not_save_start_parameters_for_temporary_children and fixedIngela Anderton Andin
2011-02-22Do not save parameter list for any temporary processesIngela Anderton Andin
2011-02-18Merge branch 'sverker/ets_halfword_highmem/OTP-8941' into devSverker Eriksson
2011-02-17Rename Suite Callback to Common Test HookLukas Larsson
2011-02-17Update so that count_children_memory is skipped on +Meamin emulatorsLukas Larsson
2011-02-17Update and add cover spec files to work with common_testLukas Larsson
2011-02-17Update all test specsLukas Larsson
2011-02-17Fix formatting for stdlibLukas Larsson
2011-02-17Add init_per_suite and end_per_suiteLukas Larsson
2011-02-17Add ts_install_scb to suite/0Lukas Larsson
2011-02-17Update stdlib tests to conform with common_test standardLukas Larsson
2011-02-17Update all fin_per_testcase to end_per_testcase.Lukas Larsson
2011-02-03HALFWORD ETS removed eheap and improved test case t_match_spec_runSverker Eriksson
2011-02-03HALFWORD ETS Fix segv for match spec with several function and guardsSverker Eriksson
2011-02-03HALFWORD ETS 32-bit arch fixes and other cleanupsSverker Eriksson
2011-02-03HALFWORD ETS relative termsSverker Eriksson
2011-01-18Refuse to compile functions with too many argumentsBjörn Gustavsson
2011-01-17Removed use of deprecated function sizeIngela Anderton Andin
2011-01-11Merge branch 'td/base64-mime-decoding' into devIngela Anderton Andin
2010-12-21Merge branch 'bjorn/bs-zero-width-bug/OTP-8997' into devBjörn Gustavsson
2010-12-21Fix type-checking of variable used in zero-width bit syntax constructionBjörn Gustavsson
2010-12-16Safe deallocation of ETS-table structuresRickard Green
2010-12-07Improve pad character handling in base64 MIME decoding functionsThomas O'Dowd
2010-12-03Merge branch 'sverker/ets_compress/OTP-8922' into devSverker Eriksson
2010-12-03Fix ets_SUITE:types to not fail due to false mem leaksSverker Eriksson
2010-12-03Merge branch 'pan/unicode-filenames/OTP-8887' into devPatrik Nyblom
2010-12-03Test and correct filelib and filenamePatrik Nyblom
2010-11-30Improved ets_SUITE to better trouble shoot false memory leaksSverker Eriksson
2010-11-30Corrected testcases broken by unicode filenamesPatrik Nyblom
2010-11-22ETS 'compressed' option.Sverker Eriksson
2010-11-15Call chmod without the "-f" flagHolger Weiß