Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-14 | Prepare release | Erlang/OTP | |
2016-03-09 | Fix minor issues with escaping characters | Peter Andersson | |
OTP-13003 | |||
2016-03-09 | Merge branch 'peppe/common_test/html_improvements' into maint | Peter Andersson | |
* peppe/common_test/html_improvements: Fix problems with formatted test_server printouts Make sure special characters are escaped in e.g. pal and log printouts Conflicts: lib/test_server/src/test_server.erl | |||
2016-03-09 | Merge branch 'siri/crashdump-dir/OTP-13388' into maint | Siri Hansen | |
* siri/crashdump-dir/OTP-13388: Fix code_SUITE after test_server change Set default value for crash_dump_dir | |||
2016-03-08 | Merge branch 'peppe/common_test/cth_improvements' into maint | Peter Andersson | |
* peppe/common_test/cth_improvements: Add missing internal hook functions Fix remaining issues Update ct_hooks test suites Introduce new CT hook functions OTP-13242 | |||
2016-03-08 | Fix problems with formatted test_server printouts | Peter Andersson | |
2016-03-08 | Make sure special characters are escaped in e.g. pal and log printouts | Peter Andersson | |
2016-03-05 | Add missing internal hook functions | Peter Andersson | |
2016-03-03 | Fix remaining issues | Peter Andersson | |
2016-03-03 | Set default value for crash_dump_dir | Siri Hansen | |
test_server_sup:crash_dump_dir() is expected to return {ok,Dir}, but if there was no test framework set, then it would return just 'ok'. To avoid crash, the function will no returm {ok,Cwd} if no framework is set. | |||
2016-03-01 | Set dir for slave node's erl_crash.dump | Siri Hansen | |
This was earlier filename:dirname(code:which(test_server)). On Microsoft Windows, this pointed to a directory under c:/Program Files, and in later versions this directory is no longer writable. The framework (common_test) log dir is now used instead. | |||
2016-03-01 | Introduce new CT hook functions | Peter Andersson | |
2016-02-22 | Fix a few dialyzer warnings | Hans Bolinder | |
2016-02-17 | test_server: Add suppression of Dialyzer warnings | Hans Bolinder | |
2015-12-15 | Update release notes | Erlang/OTP | |
2015-12-15 | Update version numbers | Erlang/OTP | |
2015-12-11 | Merge branch 'peppe/common_test/priv_dir_mode_bug' into maint | Peter Andersson | |
* peppe/common_test/priv_dir_mode_bug: Make sure priv_dir names don't cause name clashes OTP-13181 | |||
2015-11-06 | Make sure priv_dir names don't cause name clashes | Peter Andersson | |
2015-11-04 | [test_server] Correct documentation | Hans Bolinder | |
Fix mistakes found by 'xmllint'. | |||
2015-09-29 | Allow internal spaces in IFEQ test in generated Makefile | Siri Hansen | |
When generating Makefile from Makefile.src, ts_lib:get_arg/4 earlier removed all spaces in the extracted argument. The code was probably meant for removing leading and trailing spaces only, and is now corrected to do so. | |||
2015-06-23 | Prepare release | Erlang/OTP | |
2015-06-22 | fix errors caused by changed line numbers | Bruce Yinhe | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-05-13 | Fix problem not recognizing 'macro' tuple from epp_dodger | Peter Andersson | |
OTP-12740 | |||
2015-05-13 | Fix failing test case and handling double functions on one line | Peter Andersson | |
2015-05-13 | Revert "Prepare release" | Henrik Nord | |
This reverts commit e09dd66dc4d89c62ddfd8c19791f9678d5d787c6. | |||
2015-05-12 | Prepare release | Erlang/OTP | |
2015-05-11 | Merge branch 'peppe/test_tools_vsn_and_deps' | Peter Andersson | |
* peppe/test_tools_vsn_and_deps: Update version numbers and app dependencies | |||
2015-05-11 | Merge branch 'peppe/ts/fix_benchmarks' | Peter Andersson | |
* peppe/ts/fix_benchmarks: Fix problem with OTP benchmark tests failing to run | |||
2015-05-11 | Merge branch 'peppe/test_server/fix_merge_problems' | Peter Andersson | |
* peppe/test_server/fix_merge_problems: Fix remaining issues in source code parser | |||
2015-05-09 | Fix problem with OTP benchmark tests failing to run | Peter Andersson | |
2015-05-09 | Fix remaining issues in source code parser | Peter Andersson | |
2015-05-08 | Update version numbers and app dependencies | Peter Andersson | |
2015-05-08 | Merge branch 'rickard/time-improvement/OTP-11997' | Rickard Green | |
* rickard/time-improvement/OTP-11997: Allow execution of estone suite on pre OTP-18 systems Add parallel time monotonicity test-case Replace usage of erlang:now() in line-tracing Replace erlang:now() usage in emulator suite Replace erlang:now() usage in system suite Misc time improvements | |||
2015-05-08 | Merge branch 'richcarl/md5-fixes' | Björn Gustavsson | |
* richcarl/md5-fixes: Set module_info md5 for native modules properly Add module_info entry for native code Gracefully handle empty md5 field in module_info Remove 'imports' key from spec of get_module_info() | |||
2015-05-08 | Merge branch 'nox/test_server-lines' | Zandra Hird | |
* nox/test_server-lines: Undocument the line macro in test_server | |||
2015-05-07 | Merge branch 'egil/fix-ts_install-hook' | Björn-Egil Dahlberg | |
* egil/fix-ts_install-hook: test_server: Fix install_hook | |||
2015-05-07 | Add module_info entry for native code | Richard Carlsson | |
2015-05-06 | Replace usage of erlang:now() in line-tracing | Rickard Green | |
2015-05-06 | Merge branch 'maint' | Zandra Hird | |
Conflicts: OTP_VERSION erts/vsn.mk lib/test_server/src/erl2html2.erl | |||
2015-05-06 | Prepare release | Erlang/OTP | |
2015-05-06 | Merge branch 'peppe/common_test/timetrap_line.maint' into maint-17 | Erlang/OTP | |
* peppe/common_test/timetrap_line.maint: Fix problem with line number not always showing in log | |||
2015-05-04 | Merge branch 'peppe/add_obsolete_app_warnings' | Peter Andersson | |
* peppe/add_obsolete_app_warnings: Declare webtool and test_server as obsolete OTP-10922 OTP-10923 | |||
2015-05-04 | Merge remote-tracking branch ↵ | Peter Andersson | |
'origin/peppe/common_test/improve_suite_error_reports' * origin/peppe/common_test/improve_suite_error_reports: Add missing events and hook function calls Improve error reports in log when suite compilation fails OTP-10816 | |||
2015-05-04 | Merge remote-tracking branch 'origin/peppe/common_test/test_categories' | Peter Andersson | |
* origin/peppe/common_test/test_categories: Reintroduce functions for backwards compatibility Update handling of failing all/0 function in test suites Add tests for the get_testspec_terms functionality Introduce test categories for OTP tests OTP-11962 | |||
2015-05-04 | Bump version numbers | Peter Andersson | |
2015-05-04 | Fix problem with line number not always showing in log | Peter Andersson | |
OTP-12697 | |||
2015-04-30 | test_server: Use module erl_anno | Hans Bolinder | |
2015-04-27 | test_server: Fix install_hook | Björn-Egil Dahlberg | |
We cannot use erlang:unique_integer([positive]) here since this code in run on older test releases as well. | |||
2015-04-23 | Declare webtool and test_server as obsolete | Peter Andersson | |