Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-06 | Fix various test suite, makefile, and doc related problems | Peter Andersson | |
2010-09-02 | Add test suite to examplify problem with nested groups in a sequence | Peter Andersson | |
2010-07-06 | Implement handling of group specifications | Peter Andersson | |
It's possible now to specify execution of test case groups (and test cases within groups) by means of run_test options and test specification terms. From test specifications, groups (and test cases) may also be skipped. ct_run has been improved to report errors better. New test suites have been introduced. | |||
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 | Add test suite for remote loading of binary suites | Peter Andersson | |
2010-06-09 | Add support for dynamic timetrap handling | Peter Andersson | |
2010-06-09 | Add test suites for ct_master | Andrey Pampukha | |
Also includes minor documentation updates. | |||
2010-06-09 | Added config test suite for CT | Andrey Pampukha | |
2010-02-17 | OTP-8311: Various updates and fixes in Common Test and Test Server | Peter Andersson | |