aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/test
AgeCommit message (Expand)Author
2015-12-11stdlib tests: Replace 'random' with 'rand'Björn Gustavsson
2015-12-07Merge branch 'maint'Björn Gustavsson
2015-12-07Merge branch 'bjorn/stdlib/rand-export_seed/OTP-13162' into maintBjörn Gustavsson
2015-12-07Correct rand:export_seed/0 when there is no prior seedBjörn Gustavsson
2015-12-07Merge branch 'maint'Hans Bolinder
2015-12-07stdlib: Correct pretty-printing of map typesHans Bolinder
2015-12-04Merge branch 'maint'Björn Gustavsson
2015-12-03Extend erl_lint:format_error/1 to handle bittype mismatchesBjörn Gustavsson
2015-12-03erl_lint_SUITE: Add smoke test of format_error/1Björn Gustavsson
2015-11-27Forbid bytes modifier for unsized part of binary generatorAleksei Magusev
2015-11-19Merge branch 'bjorn/cleanup'Björn Gustavsson
2015-11-17epp: Refactor scan_define()Björn Gustavsson
2015-11-17epp_SUITE: Improve coverage of eppBjörn Gustavsson
2015-11-17epp_SUITE: Extend smoke and cover test of format_error/1Björn Gustavsson
2015-11-16epp_SUITE: Add test of -extends()Björn Gustavsson
2015-11-13stdlib: Fix bug in binary:split for empty binarySverker Eriksson
2015-10-29epp_SUITE: Avoid hard-coding list of macros more than onceBjörn Gustavsson
2015-10-29epp_SUITE: Add smoke and coverage test of format_error/1Björn Gustavsson
2015-10-08Take out automatic insertion of 'undefined' from typed record fieldsKostis Sagonas
2015-09-18Merge branch 'maint'Dan Gudmundsson
2015-09-17stdlib: Fix leaking files after error_logger:logfile(close)Dan Gudmundsson
2015-09-15stdlib: Remove deprecated functions in erl_parse and erl_scanHans Bolinder
2015-09-14Merge branch 'maint'Anders Svensson
2015-09-14Merge branch 'bjorn/cuddle-with-tests' into maintBjörn Gustavsson
2015-09-11rand_SUITE: Speed up basic_stats/1Björn Gustavsson
2015-09-11base64_SUITE: Speed up roundtrip/1Björn Gustavsson
2015-09-11lists_SUITE: Test lists:concat/2Björn Gustavsson
2015-09-11lists_SUITE: Test lists:split/2Björn Gustavsson
2015-09-11lists_SUITE: Add a test case for lists:prefix/2Björn Gustavsson
2015-09-11lists_SUITE: Add hof/1 to test all high-order functionsBjörn Gustavsson
2015-09-11lists_SUITE: Add test for lists:takewhile/1Björn Gustavsson
2015-09-11lists_SUITE: Run test cases in each group in parallelBjörn Gustavsson
2015-09-11lists_SUITE: Test lists:keyreplace/4Björn Gustavsson
2015-09-11lists_SUITE: Extend flatten/1 test to also test flatlength/1Björn Gustavsson
2015-09-11lists_SUITE: Correct test of lists:flatten/2Björn Gustavsson
2015-09-11id_transform_SUITE: Modernize test suiteBjörn Gustavsson
2015-09-11io_proto_SUITE: Speed up determination of default shellBjörn Gustavsson
2015-09-11io_proto_SUITE: Refactor up rtnode() and friendsBjörn Gustavsson
2015-09-11gen_event_SUITE: Remove unnecessary sleep callsBjörn Gustavsson
2015-09-11proc_lib: Improve coverage for crash/1Björn Gustavsson
2015-09-11proc_lib_SUITE: Eliminate compiler warningsBjörn Gustavsson
2015-09-11io_SUITE: Add coverage/1 to completely cover io_lib_prettyBjörn Gustavsson
2015-09-11io_SUITE: Extend coverage of code for testing printable charsBjörn Gustavsson
2015-09-11io_SUITE: Speed up test for bad +pc optionBjörn Gustavsson
2015-09-11io_SUITE: Add test for printing of mapsBjörn Gustavsson
2015-09-10Merge branch 'maint'Björn Gustavsson
2015-09-10Merge branch 'howleysv/stdlib/compiled-unicode/OTP-12977' into maintBjörn Gustavsson
2015-09-10io_SUITE: Eliminate warnings for unused variablesBjörn Gustavsson
2015-09-09stdlib: Fix bug with unicode detection in reShane Howley
2015-09-09Merge branch 'maint'Hans Bolinder