Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-09 | Modernize use of timetraps | Björn Gustavsson | |
Either rely on the default 30 minutes timetrap, or set the timeout using the supported methods in common_test. | |||
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-12-11 | stdlib tests: Replace 'random' with 'rand' | Björn Gustavsson | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-05-18 | stdlib: Add gb_trees:iterator_from | beaver | |
2013-09-13 | Add dict:is_empty/1 and orddict:is_empty/1 | Magnus Henoch | |
dict:size/1 runs in constant time, but orddict:size/1 does not. With this change, the two modules stay API compatible and gain a constant-time function for checking whether a dictionary is empty. | |||
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2012-11-08 | dict_SUITE: Eliminate use of parameterized modules | Björn Gustavsson | |
Since the support for parameterized modules will be removed in R16, we should not use them in test cases. | |||
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 stdlib | 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 stdlib tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update all fin_per_testcase to end_per_testcase. | Lukas Larsson | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |