aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test/fun_SUITE.erl
AgeCommit message (Expand)Author
2019-08-07erts: Escape atoms in erlang:fun_to_list/1John Högberg
2019-04-12fun_SUITE: Make refc/1 test more reliableBjörn Gustavsson
2019-03-25erts: Always stop any testnodes before testcase exitsLukas Larsson
2019-01-21Optimize the is_function/2 guard testBjörn Gustavsson
2018-07-18Merge pull request #1812 from michalmuskala/mm/make-fun-loaderJohn Högberg
2018-07-17Optimise creation of anonymous functionsMichał Muskała
2018-06-18Update copyright yearHenrik Nord
2017-06-27erts: Make apply throw 'badarg' if Args is not a listSverker Eriksson
2017-01-25Update test cases for erlang:hash/2 removalBjörn-Egil Dahlberg
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 ?config() macroBjö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-06-18Change license text to APLv2Bruce Yinhe
2014-07-11erts: Test erlang:fun_info_mfa/1Björn-Egil Dahlberg
2013-12-12Test named funsAnthony Ramine
2012-12-01Teach is_function/2 that tuples are not funsBjörn Gustavsson
2012-08-31Update copyright yearsBjörn-Egil Dahlberg
2012-05-10Remove workarounds for hybrid and shared heaps in test suitesBjörn Gustavsson
2011-07-26Fix test case fun_SUITE:refc_distSverker Eriksson
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
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-01-13OTP-8240 Improved GC performance after BIF/NIF call when a lot of heapSverker Eriksson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP