summaryrefslogtreecommitdiff
path: root/lib/stdlib/test
Commit message (Expand)AuthorAgeFilesLines
* Don't allow binaries as the Cwd argument for filelib:wildcard()Björn Gustavsson2013-02-131-3/+0
* Strengthen test suiteBjörn Gustavsson2013-02-131-2/+35
* [stdlib] Fix a bug concerning pretty printing and UnicodeHans Bolinder2013-02-111-0/+2
* Merge branch 'bjorn/remove-tuple-funs/OTP-10170'Björn Gustavsson2013-02-111-0/+4
|\
| * erl_eval: Don't allow evaluation of {M,F} in the shellBjörn Gustavsson2013-02-101-0/+4
* | [stdlib] Remove the undocumented 'unicode' option from the scannerHans Bolinder2013-02-101-67/+41
|/
* [stdlib] Fix bugs in eval_bitsHans Bolinder2013-02-071-2/+46
* Test calling deprecated or removed functionsBjörn Gustavsson2013-01-311-2/+16
* Test deprecating list_to_atom/1 to cover more codeBjörn Gustavsson2013-01-311-2/+4
* Cover binary syntax errors and warningsBjörn Gustavsson2013-01-311-2/+26
* Test a few more kinds of illegal guard expressionsBjörn Gustavsson2013-01-311-1/+11
* Provoke basic semantic errors to improve test coverageBjörn Gustavsson2013-01-311-2/+50
* Update copyright yearsBjörn-Egil Dahlberg2013-01-259-9/+9
* Merge branch 'hb/stdlib/fix_qlc_suite/OTP-10771'Hans Bolinder2013-01-251-3/+3
|\
| * [stdlib] Fix minor issue with qlc_SUITEHans Bolinder2013-01-251-3/+3
* | [stdlib] Change default of erl_scan's unicode optionHans Bolinder2013-01-251-54/+65
* | [stdlib] Introduce new functions epp:read_encoding_from_binary/1,2Hans Bolinder2013-01-251-2/+7
* | Extend char() to Unicode charactersHans Bolinder2013-01-251-4/+4
|/
* Merge branch 'lh/forget-mnemosyne/OTP-10729'Fredrik Gustafsson2013-01-222-22/+2
|\
| * Remove support for the query keyword and query expressionsLoïc Hoguin2013-01-162-22/+2
* | Merge branch 'bjorn/remove-parameterized-modules/OTP-10616'Björn Gustavsson2013-01-186-112/+7
|\ \
| * | Remove support for parameterized modulesBjörn Gustavsson2013-01-181-20/+2
| * | shell_SUITE: Don't test parameterized modulesBjörn Gustavsson2013-01-101-15/+2
| * | erl_expand_records_SUITE: Don't test parameterized modulesBjörn Gustavsson2013-01-101-30/+3
| * | erl_eval: Don't test parameterized modulesBjörn Gustavsson2013-01-103-47/+0
| |/
* | Merge branch 'mh/escript_emulator_flags_vs_shebang/OTP-10691'Fredrik Gustafsson2013-01-172-0/+27
|\ \ | |/ |/|
| * escript to accept emulator arguments when script file has no shebangMagnus Henoch2013-01-082-0/+27
* | erl_pp_SUITE: Remove test of packagesBjörn Gustavsson2013-01-091-18/+2
* | qlc: Remove support for packagesBjörn Gustavsson2013-01-091-15/+0
* | erl_expand_records_SUITE: Eliminate use of packagesBjörn Gustavsson2013-01-091-8/+6
* | erl_lint_SUITE: Eliminate use of packagesBjörn Gustavsson2013-01-091-2/+2
* | Prepare OTP files for Unicode as default encodingHans Bolinder2013-01-099-108/+116
|/
* [stdlib, kernel] Introduce Unicode support for Erlang source filesHans Bolinder2013-01-0210-54/+628
* Merge branch 'sverk/ets_SUITE-heir-core'Sverker Eriksson2012-11-211-25/+29
|\
| * stdlib: Tweak ets_SUITE:heir to not exhaust memorySverker Eriksson2012-10-051-25/+29
* | dict_SUITE: Eliminate use of parameterized modulesBjörn Gustavsson2012-11-082-47/+28
* | sets_SUITE: Eliminate use of parameterized modulesBjörn Gustavsson2012-11-082-213/+211
* | Merge branch 'maint'Lukas Larsson2012-11-021-64/+99
|\ \
| * | Update tests to run with an oldshell emulatorLukas Larsson2012-10-221-64/+99
| |/
* | Merge branch 'siri/cover-tests'Siri Hansen2012-10-312-16/+8
|\ \
| * | Include all stdlib modules in code coverage analysisSiri Hansen2012-10-301-15/+0
| * | Skip epp_SUITE:otp_8911 if cover is runningSiri Hansen2012-10-301-1/+8
* | | Merge branch 'dgud/stdlib/proc_lib_hangs/OTP-9803'Dan Gudmundsson2012-10-301-4/+27
|\ \ \
| * | | stdlib: Monitor proc_lib:start'ed processes to avoid waiting foreverDan Gudmundsson2012-10-301-4/+27
| |/ /
* | | test: fix timetrapsDan Gudmundsson2012-10-301-2/+2
* | | stdlib: Fix test timeouts in cover runsDan Gudmundsson2012-10-302-4/+4
|/ /
* | Merge branch 'at/binary-depth-printing'Henrik Nord2012-10-181-2/+15
|\ \
| * | Fix printing the empty binary at depth 1 with ~WAndrew Thompson2012-09-191-2/+15
| |/
* | If supervisor:start_link fails to start child, add child id to error reasonSiri Hansen2012-10-111-10/+17
* | Have supervisor send errors up the chainTomas Pihl2012-10-056-1/+120