Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-09 | Fix so that ct_run converts relative diretories in the code path to absolute | Peter Andersson | |
Directories added with run_test -pa or -pz in the pre erl_args part of the command line will be converted from relative to absolute, this to avoid confusion when Common Test switches working directory during the test run. Also fixed in this commit: Problem with timeouts during init_tc or end_tc (in the Test Server framework). | |||
2010-06-09 | Fix bug in handling framework:end_tc timeouts | Peter Andersson | |
2010-06-09 | Add support for executing pre-loaded suites (e.g. modules loaded as binaries) | Peter Andersson | |
Also fixed bug in test_server that calls end_per_testcase after test case timeout or abortion. | |||
2010-06-09 | Add support for config info functions (e.g. init_per_suite/0) | Peter Andersson | |
Also fixed bug: return value {fail,Reason} from end_tc(init_per_suite) was ignored. | |||
2010-06-09 | Add support for dynamic timetrap handling | Peter Andersson | |
2010-06-09 | Have end_per_testcase run even after timetrap_timeout and abort_testcase | Peter Andersson | |
2010-06-09 | Improve and fix various test suites | Peter Andersson | |
2010-02-17 | OTP-8311: Various updates and fixes in Common Test and Test Server | Peter Andersson | |