Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-06 | Merge branch 'peppe/common_test/otp-9933' into maint | Peter Andersson | |
* peppe/common_test/otp-9933: Add missing test suite OTP-9933 | |||
2012-03-06 | Add missing test suite | Peter Andersson | |
2012-03-06 | Update vsn for R15B01 | Peter Andersson | |
2012-03-06 | Correct wrong location printout for ct:fail/1/2 | Peter Andersson | |
OTP-9933 | |||
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-06 | Merge remote branch 'origin/peppe/common_test/otp-9941-9955' into maint | Peter Andersson | |
* origin/peppe/common_test/otp-9941-9955: Fix problem with handling error_logger events OTP-9941 OTP-9955 | |||
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 | |||
2012-02-23 | Fix problem with large fun environment being copied unnecessarily | Peter Andersson | |
2012-02-21 | Implement asynchronous call to print to test case log file | Peter Andersson | |
In order to avoid possible deadlock when the cth_log_redirect hook prints via ct_logs to the test case log file, the print call must be made by a separate (temporary) process, instead of ct_logs. | |||
2011-12-12 | Prepare release | Erlang/OTP | |
2011-12-12 | Update basics chapter and introduce getting started chapter | Peter Andersson | |
2011-12-12 | Document the tc_logfile data | Peter Andersson | |
2011-12-12 | Document new CSS look and the basic_html flag | Peter Andersson | |
2011-12-12 | Document info functions for init/end_per_suite/group | Peter Andersson | |
2011-12-12 | Document the group info function | Peter Andersson | |
2011-12-12 | Document changes in test specifications (groups) and style sheets | Peter Andersson | |
2011-12-12 | Document group specifications in all/0 and the group info function | Peter Andersson | |
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/capture_io' | Peter Andersson | |
* origin/peppe/common_test/capture_io: Fix error in documentation Create ct interface to the test_server:capture_* functions OTP-9775 | |||
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 error in documentation | Peter Andersson | |
2011-12-08 | Create ct interface to the test_server:capture_* functions | Peter Andersson | |
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 config info suite | Peter Andersson | |
2011-12-07 | Add tests for group specification and info function | Peter Andersson | |
2011-12-07 | Implement support for overriding group properties with test specification | Peter Andersson | |
2011-12-05 | Merge branch 'lukas/common_test/reverse_hook_order/OTP-9774' | Lukas Larsson | |
* lukas/common_test/reverse_hook_order/OTP-9774: Reverse hook order for *_end_per_* hooks | |||
2011-12-02 | Make whole of OTP build and release on Win64 | Patrik Nyblom | |
Removed symbolic links from repository. | |||
2011-12-02 | Implement support for overriding group properties with all/0 | Peter Andersson | |
2011-12-02 | Implement the group info function | Peter Andersson | |
OTP-9235 | |||
2011-12-02 | Merge branch 'peppe/common_test/ct_fail' | Peter Andersson | |
* peppe/common_test/ct_fail: Add ct:comment/2 function Add ct:fail/2 function OTP-9709 | |||
2011-12-02 | Add ct:comment/2 function | Peter Andersson | |
2011-11-30 | Get test case log file name reported to user | Peter Andersson | |
2011-11-30 | Add ct:fail/2 function | Peter Andersson | |
2011-11-30 | Bugfixes and improvements of the the CSS stylesheet implementation | Peter Andersson | |
2011-11-29 | Reverse hook order for *_end_per_* hooks | Lukas Larsson | |
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 | Merge branch 'lukas/common_test/make_cth_non_alpha/OTP-9449' | Björn-Egil Dahlberg | |
* lukas/common_test/make_cth_non_alpha/OTP-9449: Remove alpha notice since CTH are now final | |||
2011-11-18 | Merge branch 'peppe/common_test/css_and_xhtml' | Peter Andersson | |
* peppe/common_test/css_and_xhtml: Make absolute paths in log files relative Fix bad error printout Copy default CSS file to log directory before test run Add CSS stylesheet for the text and tables in Common Test and Test Server OTP-9706 | |||
2011-11-18 | Make absolute paths in log files relative | Peter Andersson | |
2011-11-14 | Fix bad error printout | 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 | |||
2011-11-10 | Remove exec bit from: erl, hrl, xml, html, asn, gif, xpm | Ricardo Catalinas Jiménez | |
2011-10-27 | Remove unused */doc/src/make.dep files | Björn Gustavsson | |
These dependency files was once used when building the documentation, but are no longer needed. | |||
2011-10-27 | doc Makefiles: Eliminate DOCSUPPORT ifdefs | Björn Gustavsson | |
Some applications still have support for an ancient documentation build system. Eliminate the DOCSUPPORT define in otp.mk.in and the not taken arm of the ifdefs in the Makefiles. |