Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-14 | Update copyright year | Hans Nilsson | |
2017-05-31 | Break out a lot of duplicated code in minor_major_gc_option_ZZZ | John Högberg | |
2017-05-31 | Fix a race condition that consistently affected lc+lcnt builds | John Högberg | |
The garbage_collect message could be received while waiting for trace messages, causing the test to crash erroneously. | |||
2016-08-12 | Option to erlang:garbage_collect to request minor (generational) GC | Dmytro Lytovchenko | |
Note: Minor GC option is a hint, and GC may still decide to run fullsweep. Test case for major and minor gc on self Test case for major and minor gs on some other process + async gc test check docs fix | |||
2016-05-11 | erts: Add max_heap_size remote gc testcase | Lukas Larsson | |
2016-03-15 | update copyright-year | Henrik Nord | |
2016-03-11 | Eliminate use of doc and suite clauses | Björn-Egil Dahlberg | |
Those clause are obsolete and never used by common_test. | |||
2016-03-11 | Modernize use of timetraps | Björn-Egil Dahlberg | |
2016-02-17 | Eliminate use of test_server.hrl and test_server_line.hrl | Björn Gustavsson | |
As a first step to removing the test_server application as as its own separate application, change the inclusion of test_server.hrl to an inclusion of ct.hrl and remove the inclusion of test_server_line.hrl. | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-05-06 | Replace erlang:now() usage in emulator suite | Rickard Green | |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2012-07-19 | erts: Remove VxWorks from tests | Björn-Egil Dahlberg | |
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-02-17 | Rename Suite Callback to Common Test Hook | Lukas Larsson | |
2011-02-17 | Fix formatting for emulator | Lukas Larsson | |
2011-02-17 | Add init_per_suite and end_per_suite | Lukas Larsson | |
2011-02-17 | Add ts_install_scb to suite/0 | Lukas Larsson | |
2011-02-17 | Update emulator tests to conform with common_test standard | Lukas Larsson | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |