Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-07 | Update release notes | Erlang/OTP | |
2014-04-02 | Document the abort_if_missing_suites functionality | Peter Andersson | |
OTP-11769 | |||
2014-04-02 | Document changes in the CT hooks API and the event message protocol | Peter Andersson | |
OTP-11732 | |||
2014-04-02 | Document new ct_telnet logging features | Peter Andersson | |
OTP-11440 | |||
2014-04-01 | Fix specs for return values in ct_netconfc | Siri Hansen | |
Some functions in ct_netconfc which return XML data had faulty specs. These have been corrected. | |||
2014-03-31 | Merge branch 'dw/common_test/run-test-typo' | Björn-Egil Dahlberg | |
* dw/common_test/run-test-typo: Fix typo in common_test documentation for the -join_specs flag | |||
2014-03-27 | Fix problem with bad match error after close | Peter Andersson | |
2014-03-25 | Merge branch 'peppe/common_test/telnet_expect_timeout' | Peter Andersson | |
* peppe/common_test/telnet_expect_timeout: Add test cases Introduce total timeout value in ct_telnet:expect/3 options OTP-11689 | |||
2014-03-25 | Merge branch 'peppe/common_test/cth_surefire_crash' | Peter Andersson | |
* peppe/common_test/cth_surefire_crash: Prevent cth_surefire hook from crashing if previous hook returns fail or skip. OTP-11811 | |||
2014-03-25 | Merge branch 'peppe/common_test/dialyzer_warnings' | Peter Andersson | |
* peppe/common_test/dialyzer_warnings: Update incorrect type specifications Fix code to get rid of dialyzer warnings Remove dead code | |||
2014-03-25 | Merge branch 'peppe/common_test/master_test_timeout' | Peter Andersson | |
* peppe/common_test/master_test_timeout: Shorten default timetrap timeout for ct_master test suite | |||
2014-03-24 | Prevent cth_surefire hook from crashing if previous hook returns fail or skip. | Peter Andersson | |
2014-03-24 | Update incorrect type specifications | Peter Andersson | |
2014-03-24 | Fix code to get rid of dialyzer warnings | Peter Andersson | |
2014-03-22 | Remove dead code | Peter Andersson | |
2014-03-22 | Add test cases | Peter Andersson | |
2014-03-22 | Introduce total timeout value in ct_telnet:expect/3 options | Peter Andersson | |
OTP-11689 | |||
2014-03-21 | Fix some dialyzer warnings in ct_netconfc | Siri Hansen | |
2014-03-20 | Introduce runtime_dependencies in .app files | Rickard Green | |
Most dependencies introduced are exactly the dependencies to other applications found by xref. That is, there might be real dependencies missing. There might also be pure debug dependencies listed that probably should be removed. Each application has to be manually inspected in order to ensure that all real dependencies are listed. All dependencies introduced are to application versions used in OTP 17.0. This since the previously used version scheme wasn't designed for this, and in order to minimize the work of introducing the dependencies. | |||
2014-03-20 | Bump versions and ensure that all are "normal" versions | Rickard Green | |
Ensure all are "normal" versions according to the new version scheme introduced in OTP 17.0 | |||
2014-03-19 | Shorten default timetrap timeout for ct_master test suite | Peter Andersson | |
2014-03-19 | Merge remote branch 'origin/peppe/common_test/telnet_logging_final' | Peter Andersson | |
* origin/peppe/common_test/telnet_logging_final: Add test cases and fix some problems with logging and with the telnet client Get ct_telnet_client to print all data from server to log Change telnet logging behaviour OTP-11690 | |||
2014-03-12 | Merge branch 'peppe/common_test/group_events' | Peter Andersson | |
* peppe/common_test/group_events: Update test suites and fix various remaining problems Update event protocol and CT Hooks API Introduce group name for skipped cases in events, hooks and overview log OTP-11732 | |||
2014-03-12 | Update test suites and fix various remaining problems | Peter Andersson | |
2014-03-12 | Update event protocol and CT Hooks API | Peter Andersson | |
2014-03-12 | Introduce group name for skipped cases in events, hooks and overview log | Peter Andersson | |
2014-03-12 | Add test cases and fix some problems with logging and with the telnet client | Peter Andersson | |
2014-03-12 | Get ct_telnet_client to print all data from server to log | Peter Andersson | |
2014-03-12 | Change telnet logging behaviour | Peter Andersson | |
OTP-11690 | |||
2014-03-05 | Add flag to abort test run if suites fail to compile | Peter Andersson | |
OTP-11769 | |||
2014-02-24 | Merge branch 'fenollp/otp-edoc-usage-fixes' | Henrik Nord | |
* fenollp/otp-edoc-usage-fixes: Fix edoc usage errors OTP-11702 | |||
2014-02-21 | Fix typo in common_test documentation for the -join_specs flag | Daniel White | |
2014-02-18 | Fix library application appup files | Tobias Schlager | |
As discussed in issue #240 *all* OTP library applications use the '.*' wildcard as up and down version. This makes library applications always up- and downgradeable. Using the wildcard version obsoletes all maintenance tasks regarding library applications' appup files. Additionally, it prevents upgrade problems caused by automatically included application dependencies when using reltool to create releases. Missing copyright headers are now consistently present. | |||
2014-02-14 | Fix edoc usage errors | Pierre Fenoll | |
Errors discovered using `erldocs`: Superfluous @hidden tag would exit edoc application; 'Multiple @spec tag': appended a @clear tag after macro condition; '@spec arity does not match': added missing argument. | |||
2014-02-11 | Fix problem with verification for parallel groups in ct_telnet_SUITE | Peter Andersson | |
2014-02-07 | Fix problem with logging exits that happen in init_per_testcase | Peter Andersson | |
2014-01-29 | Add verification terms for the unix_telnet test case | Peter Andersson | |
2014-01-29 | Add documentation about logging in the ct_telnet module | Peter Andersson | |
2014-01-28 | Make temporary fix of problem that sometimes causes the ct_util server to die | Peter Andersson | |
2014-01-28 | Fix remaining problems using raw telnet logging for parallel test cases | Peter Andersson | |
2014-01-28 | Make it possible to use raw telnet logs in parallel test case groups | Peter Andersson | |
2014-01-27 | Implement tests for logging traffic for multiple telnet connections | Peter Andersson | |
Also fix remaining problems in source code | |||
2014-01-27 | Add and improve test cases | Peter Andersson | |
Also correct some issues found during test | |||
2014-01-27 | Implement new telnet logging system | Peter Andersson | |
2014-01-27 | 17.0 anchor and broken links fixes | Lukas Larsson | |
2013-12-10 | Merge tag 'OTP_R16B03' | Magnus Lidén | |
The R16B03 release Conflicts: lib/sasl/vsn.mk | |||
2013-12-09 | Prepare releaseOTP_R16B03 | Erlang/OTP | |
2013-12-04 | Merge branch 'maint' | Peter Andersson | |
2013-12-04 | Update event handling documentation | Peter Andersson | |
2013-12-04 | Merge branch 'maint' | Peter Andersson | |