Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-11 | Remove ?line macros | Björn-Egil Dahlberg | |
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 | Replace use of test_server:format/2 with io:format/2 | Björn-Egil Dahlberg | |
2016-03-11 | Eliminate use of test_server:fail/0,1 | Björn-Egil Dahlberg | |
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-09-02 | Merge branch 'maint' into sverk/trace-process_dump-matchstate | Sverker Eriksson | |
Conflicts: erts/emulator/beam/erl_printf_term.c erts/emulator/beam/erl_term.c erts/emulator/beam/utils.c | |||
2015-09-01 | erts: Add testcase for tracing whith 'process_dump' | Sverker Eriksson | |
of a process with a matchstate on the stack. | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-03-12 | erts: Enhance match spec tests for maps | Björn-Egil Dahlberg | |
2015-03-12 | erts: Strengthen maps match spec compilation tests | Björn-Egil Dahlberg | |
2015-03-11 | Fix compilation of match specs with maps | Anthony Ramine | |
The previous compilation was just plain wrong with push/pop mismatches. Reported-by: Björn-Egil Dahlberg | |||
2014-08-20 | Properly support maps in match_specs | Anthony Ramine | |
2014-04-29 | Fix timeout for match_spec_SUITE:otp_9422 | Sverker Eriksson | |
Must receive 'abort' even after loop_runner has finished. | |||
2014-04-01 | emulator: Increase timetrap timeout for match_spec_SUITE | Björn-Egil Dahlberg | |
2014-01-23 | erts: Fix faulty assert in match spec engine. | Sverker Eriksson | |
2013-12-02 | erts: Reduce wasted execution time for match_spec_SUITE:otp_9422 | Sverker Eriksson | |
2013-08-08 | erts: Do not enable TRACE_SILENT when testing a ms | Lukas Larsson | |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2012-12-20 | Teach VM not to dump core on faulty seq_trace in ms | Patrik Nyblom | |
2011-07-22 | Test case for OTP-9422 | Sverker Eriksson | |
2011-02-23 | emulator tests: Eliminate some compiler warnings | Björn Gustavsson | |
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 | |