Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-14 | Prepare release | Erlang/OTP | |
2019-06-14 | Merge branch ↵ | Erlang/OTP | |
'siri/ct/fail-after-failed-init_per_testcase/ERIERL-350/OTP-15869' into maint-20 * siri/ct/fail-after-failed-init_per_testcase/ERIERL-350/OTP-15869: [ct] Allow post_init_per_testcase to change skip to fail | |||
2019-06-04 | [ct] Fix bug where Hook:terminate/1 was called before Hook:init/2 | Siri Hansen | |
This problem was introduced with commit acd87425acf7705328b01aa8f0a804207ffe4790, when the new hook function post_groups/2 and post_all/3 were added. | |||
2019-05-21 | [ct] Allow post_init_per_testcase to change skip to fail | Siri Hansen | |
2019-04-16 | Prepare release | Erlang/OTP | |
2019-04-16 | Merge branch 'rickard/ts-find-ubuntu-inst/OTP-15716' into maint-20 | Erlang/OTP | |
* rickard/ts-find-ubuntu-inst/OTP-15716: Find installed OTP for Ubuntu | |||
2019-04-16 | Merge branch 'siri/ct/safe-write-log-cache/ERIERL-342/OTP-15758' into maint-20 | Erlang/OTP | |
* siri/ct/safe-write-log-cache/ERIERL-342/OTP-15758: [ct] Make sure log cache file is completely written before it is read | |||
2019-04-16 | Merge branch 'siri/ct/fuzzer_support/ERIERL-143/OTP-14746' into maint-20 | Erlang/OTP | |
* siri/ct/fuzzer_support/ERIERL-143/OTP-14746: [ct] Fix bug with faulty suite name in end_per_suite config [ct] Add {testcase,TC,RepeatProps} syntax for repeating test cases [ct] Add post_groups/2 and post_all/3 hook functions # Conflicts: # lib/common_test/test/Makefile | |||
2019-04-15 | [ct] Fix bug with faulty suite name in end_per_suite config | Siri Hansen | |
2019-04-15 | [ct] Add {testcase,TC,RepeatProps} syntax for repeating test cases | Siri Hansen | |
2019-04-15 | [ct] Add post_groups/2 and post_all/3 hook functions | Peter Andersson | |
2019-04-15 | [ct] Cleanup after timetrap timeout or kill during framework call or hook | Siri Hansen | |
If a framework callback function exits due to a timetrap timeout, or the process in other way is killed, during the execution of such function, some internal common_test data was not cleaned up. An example of such data is the 'curr_tc' test data. This is now corrected. | |||
2019-04-10 | [ct] Make sure log cache file is completely written before it is read | Siri Hansen | |
This fixes a timing problem where the file could exist but be empty due to simultaneous read and write from two different nodes. | |||
2019-04-03 | Find installed OTP for Ubuntu | Rickard Green | |
2019-02-15 | Prepare release | Erlang/OTP | |
2018-12-20 | [ct] Allow post_end_per_testcase hook to change tc status after timetrap | Siri Hansen | |
2018-03-09 | Update release notes | Erlang/OTP | |
2018-03-09 | Update version numbers | Erlang/OTP | |
2018-01-26 | Fix skip_groups option in combination with all suites in test spec | Peter Andersson | |
2017-12-08 | Update release notes | Erlang/OTP | |
2017-12-08 | Update version numbers | Erlang/OTP | |
2017-12-04 | Merge branch 'peppe/common_test/auto_cleanup/OTP-13832' into maint | Peter Andersson | |
* peppe/common_test/auto_cleanup/OTP-13832: Add tests and doc for the new remaining_test_procs function Implement function that finds disposable test processes Tag Common Test system processes using process dictionary Add app name tag in process dictionary OTP-13832 | |||
2017-12-04 | Add tests and doc for the new remaining_test_procs function | Peter Andersson | |
2017-12-04 | Merge branch 'peppe/common_test/index_last_test/OTP-14281' into maint | Peter Andersson | |
* peppe/common_test/index_last_test/OTP-14281: Show links to latest test run by using an html redirection file OTP-14281 | |||
2017-12-04 | Show links to latest test run by using an html redirection file | Peter Andersson | |
2017-10-31 | Refactor xmllint check and make it fail on failure | Lukas Larsson | |
This commit also adds a check to see that all files that are part of an xi:include also have part of XML_FILES and vice versa. It also fixes any applications where this was not true. | |||
2017-10-25 | Implement function that finds disposable test processes | Peter Andersson | |
2017-10-25 | Tag Common Test system processes using process dictionary | Peter Andersson | |
2017-10-25 | Add app name tag in process dictionary | Peter Andersson | |
2017-10-10 | Merge branch 'lars/doc-cleanup/OTP-14475' into maint | Lars Thorsen | |
* lars/doc-cleanup/OTP-14475: [edoc] Remove unused module otpsgml_layout.erl Remove unused files from the documentation build | |||
2017-09-28 | Remove unused files from the documentation build | Lars Thorsen | |
2017-09-22 | Update release notes | Erlang/OTP | |
2017-09-22 | Update version numbers | Erlang/OTP | |
2017-09-19 | Update runtime deps to depend on new stdlib functionality | Dan Gudmundsson | |
~tw and new string functions are new since OTP-20 (stdlib-3.4) | |||
2017-09-12 | Merge branch 'sverker/valgrind-fixes/OTP-14609' into maint | Sverker Eriksson | |
* sverker/valgrind-fixes/OTP-14609: erts: Suppress false memory leak for dlerror [ct] Cleanup and rename purify related functions as valgrind Revert "remove unused purify functions" erts: Fix memory leak when sending to terminating port erts: Fix harmless use of uninitialised value | |||
2017-09-12 | Merge branch 'lukas/ct/ts_abort_on_compilation_fail' into maint | Lukas Larsson | |
* lukas/ct/ts_abort_on_compilation_fail: erts: Fix leaking of fds in iovec_SUITE ts: Don't test apps that are not available asn1: Fix test suite deprecated functions ct: ts:run now abort the test run on compilation failure | |||
2017-09-12 | ts: Don't test apps that are not available | Lukas Larsson | |
2017-09-07 | ct: ts:run now abort the test run on compilation failure | Lukas Larsson | |
2017-09-05 | ct: use 'unicode' option for regexps | Siri Hansen | |
2017-08-30 | [ct] Cleanup and rename purify related functions as valgrind | Sverker Eriksson | |
2017-08-30 | Revert "remove unused purify functions" | Sverker Eriksson | |
This reverts commit d8c8e0c66d6faf5402682f3a8568362eedebdfee. | |||
2017-06-30 | Update release notes | Erlang/OTP | |
2017-06-30 | Update version numbers | Erlang/OTP | |
2017-06-29 | [ct_make] Do not use the interactive tool 'c' from ct_make | Siri Hansen | |
2017-06-21 | Prepare release | Erlang/OTP | |
2017-06-19 | Update copyright year | Hans Nilsson | |
2017-06-16 | [ct] Print unicode atoms and strings correctly in common_test logs | Siri Hansen | |
And use correct encoding when printing to files. | |||
2017-06-14 | Update copyright year | Hans Nilsson | |
2017-05-31 | Revert "Prepare release" | Hans Nilsson | |
This reverts commit eaf8ca41dfa4850437ad270d3897399c9358ced0. | |||
2017-05-30 | Prepare release | Erlang/OTP | |