Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-04 | Add tests and doc for the new remaining_test_procs function | Peter Andersson | |
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 | |
2017-05-19 | Merge branch 'siri/ct_ssh/shell/OTP-14415' | Siri Hansen | |
* siri/ct_ssh/shell/OTP-14415: [ct] Add ct_ssh:shell/2,3 | |||
2017-05-19 | Merge branch 'siri/cuddle-master' | Siri Hansen | |
* siri/cuddle-master: [ct] Clean up after keep_logs test | |||
2017-05-19 | [ct] Add ct_ssh:shell/2,3 | Siri Hansen | |
2017-05-11 | ct_util: Stop using get_stacktrace/0 inappropriately | Björn Gustavsson | |
The return value of erlang:get_stacktrace/0 is not defined when called like this: try Expr of Pattern -> erlang:get_stacktrace() end Currently, the stacktrace will be from a random earlier error. In a future release, it may be []. Note: We can remove the entire 'case' statement because CTHReason can never be an atom. | |||
2017-05-10 | common_test: Future-proof exception handling code | Björn Gustavsson | |
In the future, erlang:get_stacktrace/0 will probably only work inside a the 'catch' block of a 'try' expression. Future-proof the code by rewriting the old-style catch to a try...catch. | |||
2017-05-10 | [ct] Clean up after keep_logs test | Siri Hansen | |
2017-05-08 | [ct_netconfc] Update documentation | Siri Hansen | |
* Remove edoc comments in ct_netconfc.erl * Rewrite ct_netconfc.xml to use specs for functions and types * Add documentation of new functions in ct_netconfc | |||
2017-05-08 | [ct_netconfc] Start multiple sessions per SSH connection | Siri Hansen | |
The following new functions are added to ct_netconfc: * connect/1,2 - open an SSH connection to a netconf server * disconnect/1 - close the given SSH connectoin * session/1,2,3 - open an SSH channel on the give connection and send 'hello' to start a netconf session. This allows running multiple channels on on SSH connection, realizing one netconf session per channel. The existing ct_netconfc:open will always run one channel(session) per SSH connection. | |||
2017-05-05 | Fixed typo. | Alexander Pugachev | |
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-04-28 | Merge branch 'peppe/common_test/user_css_problem/OTP-14332' | Peter Andersson | |
* peppe/common_test/user_css_problem/OTP-14332: Add details about CSS usage in the User's Guide OTP-14332 | |||
2017-04-24 | Merge branch 'siri/ct/delete-old-logs/OTP-14179' | Siri Hansen | |
* siri/ct/delete-old-logs/OTP-14179: [ct] Add 'keep_logs' option | |||
2017-04-20 | test_server: Change compatibility to R16 | Björn Gustavsson | |
2017-04-13 | Add details about CSS usage in the User's Guide | Peter Andersson | |
2017-04-12 | Merge branch 'siri/ct/scale-on-valgrind' | Siri Hansen | |
* siri/ct/scale-on-valgrind: [ct] Scale timetraps when running valgrind | |||
2017-04-12 | [ct] Scale timetraps when running valgrind | Siri Hansen | |
2017-04-06 | Merge branch 'tsloughter/ct_slave-nodename-inconsistency/PR-1095/OTP-13806' | Zandra Norman | |
* tsloughter/ct_slave-nodename-inconsistency/PR-1095/OTP-13806: handle ct_slave nodename in the same way as net_kernel | |||
2017-04-05 | remove xmllint warning | Kenneth Lundin | |
deleted a <c> tag which was is not allowed inside the <pre> tag | |||
2017-03-20 | [ct] Add 'keep_logs' option | Siri Hansen | |
If setting the value for this option to an integer, N, common_test will remove all ct_run.* directories in the current log directory, except the N newest. The default value for the 'keep_logs' option is 'all', which means that no logs will be deleted. 'keep_logs' can be used in combination with refresh_logs, or in a normal common_test test run. | |||
2017-03-14 | Merge branch 'maint' | Rickard Green | |
* maint: Updated OTP version Prepare release Conflicts: OTP_VERSION lib/typer/doc/src/notes.xml lib/typer/vsn.mk | |||
2017-03-14 | Prepare release | Erlang/OTP | |
2017-03-10 | Update copyright year | Rickard Green | |
2017-03-09 | Merge branch 'siri/typer/remove-application/OTP-14251' | Siri Hansen | |
* siri/typer/remove-application/OTP-14251: Remove typer application | |||
2017-03-08 | Remove typer application | Siri Hansen | |
The application now has an own repo, https://github.com/erlang/typer | |||
2017-03-06 | Merge branch 'maint' | Peter Andersson | |