Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-18 | Remove ?line macros | Björn Gustavsson | |
While we are it, also re-ident the files. | |||
2016-04-18 | Eliminate use of test_server:fail/{0,1} | Björn Gustavsson | |
2016-04-18 | 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-03-15 | update copyright-year | Henrik Nord | |
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-22 | fix errors caused by changed line numbers | Bruce Yinhe | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2011-08-18 | debugger: Include line numbers in exceptions | Björn Gustavsson | |
2011-08-16 | emulator: Add a fourth element in exception stacktraces | Björn Gustavsson | |
This commit is a preparation for introducing location information (filename/line number) in stacktraces in exceptions. Currently a stack trace looks like: [{Mod1,Function1,Arity1}, . . . {ModN,FunctionN,ArityN}] Add a forth element to each tuple that can be used indication the filename and line number of the source file: [{Mod1,Function1,Arity1,Location1}, . . . {ModN,FunctionN,ArityN,LocationN}] In this commit, the fourth element will just be an empty list, and we will change all code that look at or manipulate stacktraces. | |||
2011-08-16 | Update test suites that have been copied from other applications | Björn Gustavsson | |
A long time ago, test suites were copied from other applications. Copy the tests again to get more 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 and also some migration fixes for debugger | Lukas Larsson | |
2011-02-17 | Add ts_install_scb to suite/0 | Lukas Larsson | |
2011-02-17 | Update debugger tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update all fin_per_testcase to end_per_testcase. | Lukas Larsson | |
2010-09-03 | Add test suite for debugger | Björn Gustavsson | |