Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-11 | Merge branch 'bjorn/test-cases' into maint | Björn Gustavsson | |
* bjorn/test-cases: ts: Recognize Windows 7 otp_SUITE: Ignore calls to dialyzer if the entire application is missing otp_SUITE: Remove broken filtering of megaco calls | |||
2012-05-03 | ts: Recognize Windows 7 | Björn Gustavsson | |
2012-05-02 | Update cross build system for tests to work | Lukas Larsson | |
ts has been fixed to again work in a cross build environment. See ts:help() and xcomp/README.md for details about how it works. | |||
2012-04-01 | Prepare releaseOTP_R15B01 | Erlang/OTP | |
2012-03-30 | Update copyright years | Björn-Egil Dahlberg | |
2012-03-26 | Fix problem with wrong data_dir sent to hooks if init_per_* is missing | Peter Andersson | |
2012-03-26 | Merge remote branch 'origin/peppe/common_test/otp-9988_9871.merged' into maint | Peter Andersson | |
* origin/peppe/common_test/otp-9988_9871.merged: Fix various problems with the user timetrap implementation Fix dialyzer reported errors Implement support for user controlled timetraps OTP-9988 | |||
2012-03-22 | Fix various problems with the user timetrap implementation | Peter Andersson | |
2012-03-21 | Repair is_release_available/1 | Peter Andersson | |
OTP-9633 | |||
2012-03-21 | Implement support for user controlled timetraps | Peter Andersson | |
OTP-9988 | |||
2012-03-19 | Use calls to ct_framework:init/end_per_suite for configuration | Peter Andersson | |
Now that calls to ct_framework:init/end_per_suite take place whenever init/end_per_suite is missing in the test suite, these calls should trigger init/end_tc to perform configuration (such as calling calling CTH functions, suite/0, etc). | |||
2012-03-19 | Run hooks for non-existing config functions | Peter Andersson | |
2012-03-15 | Merge remote branch 'origin/peppe/common_test/otp-9666' into maint | Peter Andersson | |
* origin/peppe/common_test/otp-9666: Set correct group leader for end_per_testcase process after tc timeout OTP-9666 | |||
2012-03-14 | Set correct group leader for end_per_testcase process after tc timeout | Peter Andersson | |
Also make sure that warnings about failure or timeout of end_per_testcase (after a test case timeout) get printed in the test case log file. OTP-9666 | |||
2012-03-13 | Change the option name 'unique_priv_dir' to 'create_priv_dir' | Peter Andersson | |
The new values for create_priv_dir are: auto_per_run, auto_per_tc, manual_per_tc | |||
2012-03-13 | Make it possible to use unique priv_dir names | Peter Andersson | |
Introduce the optional feature to have Test Server generate priv_dir directory names that are unique for each test case or config function. The name of the option/flag is 'unique_priv_dir' and it can be set to value 'auto' or 'manual'. If auto, Test Server creates each priv_dir automatically (can be expensive in case of many and/or repeated cases). If manual, the user needs to create the priv_dir explicitly by calling ct:make_priv_dir/0. | |||
2012-03-13 | Create entry for every repeated test in index.html | Peter Andersson | |
For each repeated test during a test run, an entry is created in the index.html file (i.e. the overview file for the test run). In the top level (logdir) index file, only the last test result is listed. E.g, given the test spec: [{merge_tests,false},{dirs,testobj1},{dirs,testobj1}] In the index file for the test run (under Logdir/ct_run.Node.Date.Time), both dir tests are listed. In the top level index file (under Logdir), only the last test is listed (one has to find all results through the all_runs.html file). | |||
2012-03-13 | Merge remote branch 'origin/peppe/common_test/otp-9730' into maint | Peter Andersson | |
* origin/peppe/common_test/otp-9730: Add column for group name in suite overview log file OTP-9730 | |||
2012-03-13 | Merge remote branch 'origin/peppe/common_test/otp-9904_9900' into maint | Peter Andersson | |
* origin/peppe/common_test/otp-9904_9900: Introduce error notification printout in the tc log OTP-9904 OTP-9900 | |||
2012-03-13 | Merge remote branch 'origin/peppe/common_test/otp-9958' into maint | Peter Andersson | |
* origin/peppe/common_test/otp-9958: Fix problem with dropped suite- and test case names OTP-9958 | |||
2012-03-12 | Add column for group name in suite overview log file | Peter Andersson | |
OTP-9730 | |||
2012-03-11 | Introduce error notification printout in the tc log | Peter Andersson | |
Also fix problem with parallel test cases printing "into each other" (when using ct:print or ct:pal). OTP-9904 OTP-9900 | |||
2012-03-09 | Merge branch 'lukas/test_server/ts_skip_unknown_applications/OTP-9971' into ↵ | Lukas Larsson | |
maint * lukas/test_server/ts_skip_unknown_applications/OTP-9971: Ignore non-app suites when checking suites to skip Create special spec file when application is missing | |||
2012-03-09 | Ignore non-app suites when checking suites to skip | Lukas Larsson | |
2012-03-09 | Create special spec file when application is missing | Lukas Larsson | |
When an application cannot be found by ts, a special skip testspec is created which skips all tests in that application. | |||
2012-03-06 | Update vsn for R15B01 | Peter Andersson | |
2012-03-06 | Fix problem with dropped suite- and test case names | Peter Andersson | |
OTP-9958 | |||
2012-03-06 | Merge remote branch 'origin/peppe/common_test/otp-9855' into maint | Peter Andersson | |
* origin/peppe/common_test/otp-9855: Ensure that comments always get printed in the overview log file OTP-9855 | |||
2012-03-06 | Merge remote branch 'origin/peppe/common_test/otp-9930' into maint | Peter Andersson | |
* origin/peppe/common_test/otp-9930: Make line numbers show in logs for timetraps and abortions OTP-9930 | |||
2012-03-05 | Ensure that comments always get printed in the overview log file | Peter Andersson | |
OTP-9855 | |||
2012-03-05 | Make line numbers show in logs for timetraps and abortions | Peter Andersson | |
OTP-9930 | |||
2012-03-02 | Fix problem with handling error_logger events | Peter Andersson | |
OTP-9941 OTP-9955 | |||
2011-12-12 | Prepare release | Erlang/OTP | |
2011-12-09 | Update copyright years | Björn-Egil Dahlberg | |
2011-12-09 | Update common_test and test_server vsn | Peter Andersson | |
2011-12-09 | Merge remote branch 'origin/peppe/common_test/groups' | Peter Andersson | |
* origin/peppe/common_test/groups: Change init/end_per_group/0 -> init/end_per_group/1 Add config info suite Add tests for group specification and info function Implement support for overriding group properties with test specification Implement support for overriding group properties with all/0 Implement the group info function OTP-9235 OTP-9569 OTP-9809 | |||
2011-12-08 | Fix test_server test makefile for windows | Lukas Larsson | |
2011-12-07 | Merge remote branch 'origin/peppe/common_test/report_logfile' | Peter Andersson | |
* origin/peppe/common_test/report_logfile: Get test case log file name reported to user OTP-9676 | |||
2011-12-07 | Change init/end_per_group/0 -> init/end_per_group/1 | Peter Andersson | |
2011-12-07 | Add tests for group specification and info function | Peter Andersson | |
2011-12-05 | Fix typo in test_server(3) | Tuncer Ayaz | |
2011-12-02 | Make whole of OTP build and release on Win64 | Patrik Nyblom | |
Removed symbolic links from repository. | |||
2011-12-02 | Implement the group info function | Peter Andersson | |
OTP-9235 | |||
2011-11-30 | Get test case log file name reported to user | Peter Andersson | |
2011-11-30 | Bugfixes and improvements of the the CSS stylesheet implementation | Peter Andersson | |
2011-11-22 | Revert "Update version numbers for pre-release of R15" | Björn-Egil Dahlberg | |
This reverts commit e21ff9b0b69219ab3853be7e80813156113152b7. | |||
2011-11-22 | Update version numbers for pre-release of R15OTP_R15A | Björn Gustavsson | |
2011-11-18 | Make absolute paths in log files relative | Peter Andersson | |
2011-11-14 | Copy default CSS file to log directory before test run | Peter Andersson | |
The log files should be independent of the Common Test installation. | |||
2011-11-13 | Add CSS stylesheet for the text and tables in Common Test and Test Server | Peter Andersson | |
Also make general improvements of presentation of results. OTP-9706 |