aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test/system_info_SUITE.erl
AgeCommit message (Expand)Author
2019-06-24Merge branch 'sverker/system_info-procs-bug/ERL-979/OTP-15909' into maintSverker Eriksson
2019-06-19Fix fatal bug in erts_proc_sig_signal_sizeSverker Eriksson
2019-01-15Merge branch 'maint'Lukas Larsson
2019-01-10erts: Add erlang:system_flag(system_logger,_)Lukas Larsson
2018-06-21Account for the number of workers in system_info_SUITE:memoryJohn Högberg
2018-06-18Update copyright yearHenrik Nord
2018-06-04erts: Add system_info(ets_count)Sverker Eriksson
2017-10-11Eliminate warnings for ignoring the result of an expressionBjörn Gustavsson
2017-06-13Remove unused functions in test emulator test suitesBjörn Gustavsson
2017-05-04Update copyright yearRaimo Niskanen
2017-02-14Fixed typos in ertsAndrew Dryga
2016-12-20erts: add erlang:system_info(atom_count)Mikael Pettersson
2016-10-13Add system_info(atom_limit)Gabriele Santomaggio
2016-08-25Update test-cases to use new symbolic time unitsRickard Green
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-11Replace ?t with test_serverBjörn-Egil Dahlberg
2016-03-11Eliminate use of ?config() macroBjörn-Egil Dahlberg
2016-03-11Replace use of test_server:format/2 with io:format/2Bjö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-24erts: Remove halfword specific testsBjörn-Egil Dahlberg
2015-06-18Change license text to APLv2Bruce Yinhe
2015-05-12Timer fixes, documentation, and test casesRickard Green
2015-05-06Replace erlang:now() usage in emulator suiteRickard Green
2014-04-28Add erlang:system_info(tolerant_timeofday)Eiichi Tsukata
2013-09-24add system_info(ets_limit)Steve Vinoski
2011-11-13Optimize memory allocationRickard Green
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-10-02Fix crash with erlang:system_info({cpu_topology,junk})Paul Guyot
2010-03-10Correct the VM to work for more test suitesPatrik Nyblom
2010-01-15Merge branch 'egil/binary-gc' into ccase/r13b04_devErlang/OTP
2010-01-13Improve binary garbage collectionBjörn-Egil Dahlberg
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP