summaryrefslogtreecommitdiff
path: root/erts/emulator/test/bif_SUITE.erl
Commit message (Expand)AuthorAgeFilesLines
* erts: Add atom_to_binary/1 and binary_to_atom/1Sverker Eriksson2019-08-291-8/+48
* Optimize continuation pointer managementBjörn Gustavsson2019-08-221-0/+15
* Merge branch 'john/erts/fix-xxx_to_existing_atom-overflow/ERL-944/OTP-15819' ...John Högberg2019-05-141-0/+10
|\
| * erts: Fix buffer overflow in xxx_to_existing_atomJohn Högberg2019-05-131-0/+10
* | erts: Include argument list on badarg in fixed_applyJohn Högberg2019-03-211-2/+20
* | Make length/1 yieldingBjörn Gustavsson2018-12-181-3/+51
* | Fix environment case sensitivity issues on WindowsJohn Högberg2018-06-211-2/+14
* | New process_info() implementation using signalsRickard Green2018-04-121-2/+73
* | Fix signal order for is_process_aliveRickard Green2018-03-221-2/+25
* | Implementation of true asynchronous signaling between processesRickard Green2018-03-211-6/+125
* | Correct erlang:is_builtin/3 for apply/2 and yield/0Björn Gustavsson2017-10-271-6/+12
* | Eliminate use of deprecated functions in stringBjörn Gustavsson2017-10-131-4/+6
|/
* Merge branch 'sverker/20/binary_to_atom-utf8-crash/ERL-474/OTP-14590' into maintSverker Eriksson2017-09-011-0/+2
|\
| * Merge tag 'OTP-20.0' into sverker/20/binary_to_atom-utf8-crash/ERL-474/OTP-14590Sverker Eriksson2017-08-301-11/+237
| |\
| * \ Merge tag 'OTP-19.0' into sverker/19/binary_to_atom-utf8-crash/ERL-474/OTP-14590Sverker Eriksson2017-08-301-219/+241
| |\ \
| * | | erts: Fix crash in binary_to_atom/term for invalid utf8Sverker Eriksson2017-08-301-0/+3
* | | | Unicode support for erlang:display_string/1Rickard Green2017-08-231-2/+24
* | | | erts: Allow any unicode string as crash dump sloganSverker Eriksson2017-08-231-0/+3
| |_|/ |/| |
* | | Add new AtU8 beam chunkJosé Valim2017-01-301-6/+41
* | | New test cases testing stacktrace from apply on erlang:error()Rickard Green2016-12-191-3/+170
* | | erts: Add env variable ERL_CRASH_DUMP_BYTESSverker Eriksson2016-11-221-2/+27
| |/ |/|
* | Reintroduce erlang:halt/0/1 in erl_bif_types.erlSverker Eriksson2016-05-301-4/+9
* | erts: Make erlang:halt/2 truncate string argSverker Eriksson2016-05-251-0/+2
* | update copyright-yearHenrik Nord2016-03-151-1/+1
* | Remove ?line macrosBjörn-Egil Dahlberg2016-03-111-142/+137
* | Eliminate use of doc and suite clausesBjörn-Egil Dahlberg2016-03-111-10/+2
* | Eliminate use of test_server:fail/0,1Björn-Egil Dahlberg2016-03-111-22/+22
* | Modernize use of timetrapsBjörn-Egil Dahlberg2016-03-111-29/+4
* | Eliminate use of test_server.hrl and test_server_line.hrlBjörn Gustavsson2016-02-171-1/+1
* | Teach erlang:is_builtin/3 that erlang:apply/3 is built-inBjörn Gustavsson2015-10-091-2/+19
* | Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
* | erts: Improve crash dumpsLukas Larsson2014-12-191-1/+32
* | erts: remove ?line macro in testcasesFredrik Gustafsson2013-11-111-5/+5
* | Add os:unsetenv/1Martin Hässler2013-11-091-3/+7
|/
* erts: Change internal representation of atoms to utf8Sverker Eriksson2013-01-081-2/+2
* Merge branch 'maint'Lukas Larsson2012-06-081-1/+1
|\
| * Update to work with whitespace in exec pathLukas Larsson2012-06-051-1/+1
* | Merge branch 'maint'Raimo Niskanen2012-03-221-3/+53
|\ \ | |/
| * erts: Basic test of erlang:halt/0..2Raimo Niskanen2012-03-211-3/+51
* | bif_SUITE: Test for suitable "shadowed by erl_bif_types" commentsBjörn Gustavsson2012-02-081-1/+70
* | bif_SUITE: Add test to ensure that all guard BIFs have type infoBjörn Gustavsson2012-02-081-11/+36
* | Replace autoimport_SUITE with bif_SUITE:auto_imports/1Björn Gustavsson2012-02-081-2/+31
* | bif_SUITE: Add test case for specs and BIF stubsBjörn Gustavsson2012-02-081-19/+125
|/
* Make erts_printf %T not recurse on C stackPatrik Nyblom2011-03-171-1/+28
* Rename Suite Callback to Common Test HookLukas Larsson2011-02-171-1/+1
* Fix formatting for emulatorLukas Larsson2011-02-171-7/+9
* Add init_per_suite and end_per_suiteLukas Larsson2011-02-171-1/+7
* Add ts_install_scb to suite/0Lukas Larsson2011-02-171-1/+3
* Update emulator tests to conform with common_test standardLukas Larsson2011-02-171-6/+16
* Test that all BIFs have known typesBjörn Gustavsson2010-06-071-1/+69