aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test/bif_SUITE.erl
AgeCommit message (Expand)Author
2019-08-22Optimize continuation pointer managementBjörn Gustavsson
2019-05-14Merge branch 'john/erts/fix-xxx_to_existing_atom-overflow/ERL-944/OTP-15819' ...John Högberg
2019-05-13erts: Fix buffer overflow in xxx_to_existing_atomJohn Högberg
2019-03-21erts: Include argument list on badarg in fixed_applyJohn Högberg
2018-12-18Make length/1 yieldingBjörn Gustavsson
2018-06-21Fix environment case sensitivity issues on WindowsJohn Högberg
2018-04-12New process_info() implementation using signalsRickard Green
2018-03-22Fix signal order for is_process_aliveRickard Green
2018-03-21Implementation of true asynchronous signaling between processesRickard Green
2017-10-27Correct erlang:is_builtin/3 for apply/2 and yield/0Björn Gustavsson
2017-10-13Eliminate use of deprecated functions in stringBjörn Gustavsson
2017-09-01Merge branch 'sverker/20/binary_to_atom-utf8-crash/ERL-474/OTP-14590' into maintSverker Eriksson
2017-08-30Merge tag 'OTP-20.0' into sverker/20/binary_to_atom-utf8-crash/ERL-474/OTP-14590Sverker Eriksson
2017-08-30Merge tag 'OTP-19.0' into sverker/19/binary_to_atom-utf8-crash/ERL-474/OTP-14590Sverker Eriksson
2017-08-30erts: Fix crash in binary_to_atom/term for invalid utf8Sverker Eriksson
2017-08-23Unicode support for erlang:display_string/1Rickard Green
2017-08-23erts: Allow any unicode string as crash dump sloganSverker Eriksson
2017-01-30Add new AtU8 beam chunkJosé Valim
2016-12-19New test cases testing stacktrace from apply on erlang:error()Rickard Green
2016-11-22erts: Add env variable ERL_CRASH_DUMP_BYTESSverker Eriksson
2016-05-30Reintroduce erlang:halt/0/1 in erl_bif_types.erlSverker Eriksson
2016-05-25erts: Make erlang:halt/2 truncate string argSverker Eriksson
2016-03-15update copyright-yearHenrik Nord
2016-03-11Remove ?line macrosBjörn-Egil Dahlberg
2016-03-11Eliminate use of doc and suite clausesBjörn-Egil Dahlberg
2016-03-11Eliminate use of test_server:fail/0,1Björn-Egil Dahlberg
2016-03-11Modernize use of timetrapsBjörn-Egil Dahlberg
2016-02-17Eliminate use of test_server.hrl and test_server_line.hrlBjörn Gustavsson
2015-10-09Teach erlang:is_builtin/3 that erlang:apply/3 is built-inBjörn Gustavsson
2015-06-18Change license text to APLv2Bruce Yinhe
2014-12-19erts: Improve crash dumpsLukas Larsson
2013-11-11erts: remove ?line macro in testcasesFredrik Gustafsson
2013-11-09Add os:unsetenv/1Martin Hässler
2013-01-08erts: Change internal representation of atoms to utf8Sverker Eriksson
2012-06-08Merge branch 'maint'Lukas Larsson
2012-06-05Update to work with whitespace in exec pathLukas Larsson
2012-03-22Merge branch 'maint'Raimo Niskanen
2012-03-21erts: Basic test of erlang:halt/0..2Raimo Niskanen
2012-02-08bif_SUITE: Test for suitable "shadowed by erl_bif_types" commentsBjörn Gustavsson
2012-02-08bif_SUITE: Add test to ensure that all guard BIFs have type infoBjörn Gustavsson
2012-02-08Replace autoimport_SUITE with bif_SUITE:auto_imports/1Björn Gustavsson
2012-02-08bif_SUITE: Add test case for specs and BIF stubsBjörn Gustavsson
2011-03-17Make erts_printf %T not recurse on C stackPatrik Nyblom
2011-02-17Rename Suite Callback to Common Test HookLukas Larsson
2011-02-17Fix formatting for emulatorLukas 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 emulator tests to conform with common_test standardLukas Larsson
2010-06-07Test that all BIFs have known typesBjörn Gustavsson
2010-06-03Merge branch 'pan/otp_8579_autoimport_override' into devErlang/OTP