Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-13 | test_server: Allow cover to run on itself | Björn Gustavsson | |
2014-02-07 | Fix problem with logging exits that happen in init_per_testcase | Peter Andersson | |
2014-02-04 | Add more Common Test start arguments to the ts run interface | Peter Andersson | |
2014-01-27 | Implement new telnet logging system | Peter Andersson | |
2014-01-21 | test_server: Fix ts write unicode in config files | Dan Gudmundsson | |
2014-01-16 | Teach ts_install --enable-mXX-build flag | Rickard Green | |
Pick up --enable-m32-build and --enable-m64-build configure flags from the CONFIG_FLAGS environment variable and pass along to the ts configure script. | |||
2013-12-20 | Merge branch 'dgud/remove-gs-apps/OTP-10915' | Dan Gudmundsson | |
2013-11-28 | Merge branch 'maint' | Peter Andersson | |
2013-11-28 | Merge remote branch 'origin/peppe/common_test/change_skip_behaviour' into maint | Peter Andersson | |
* origin/peppe/common_test/change_skip_behaviour: Modify the auto_skip report for group config funcs to include group name Fix problems with info functions and add more tests Add test cases for new and modified functionality Fix problem with suites and groups skipped from test specification Change report tag for failed init_per_testcase from skipped to auto_skipped Add tests for skipping parallel groups Correct tests cases that fail because of modified events Correct various bugs related to auto_skip and groups Change status from skip to auto_skip for config func that fails due to require Fix problem with handling Config and FW reports correctly Change skip vs auto_skip behaviour OTP-11305 | |||
2013-11-19 | Modify the auto_skip report for group config funcs to include group name | Peter Andersson | |
Also correct failing test cases and find and fix remaining bugs. | |||
2013-11-18 | Fix problems with info functions and add more tests | Peter Andersson | |
2013-11-18 | Add test cases for new and modified functionality | Peter Andersson | |
2013-11-18 | Fix problem with suites and groups skipped from test specification | Peter Andersson | |
2013-11-18 | Change report tag for failed init_per_testcase from skipped to auto_skipped | Peter Andersson | |
2013-11-18 | Correct tests cases that fail because of modified events | Peter Andersson | |
2013-11-18 | Correct various bugs related to auto_skip and groups | Peter Andersson | |
2013-11-18 | Change status from skip to auto_skip for config func that fails due to require | Peter Andersson | |
2013-11-07 | Remove references to removed applications | Dan Gudmundsson | |
2013-10-31 | Fix problem with handling Config and FW reports correctly | Peter Andersson | |
2013-10-15 | Change skip vs auto_skip behaviour | Peter Andersson | |
When a configuration function returns {skip,Reason}, all affected test cases will now get status skipped, not auto_skipped. Furthermore, auto skipped cases will be reported as "auto_skipped" in the textual log file (not "skipped", as in previous versions). OTP-11305 | |||
2013-10-14 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-09-12 | Remove ^L characters hidden randomly in the code. Not those used in text ↵ | Pierre Fenoll | |
files as delimiters. While working on a tool that processes Erlang code and testing it against this repo, I found out about those little sneaky 0xff. I thought it may be of help to other people build such tools to remove non-conforming-to-standard characters. | |||
2013-09-04 | Merge branch 'maint' | Peter Andersson | |
2013-09-02 | Fix timing related problem | Peter Andersson | |
2013-09-02 | Introduce pre- and post-test i/o log | Peter Andersson | |
2013-09-02 | Merge branch 'maint' | Peter Andersson | |
2013-08-28 | Remove the obsolete test_server_h error handler | Peter Andersson | |
2013-08-08 | Merge branch 'maint' | Lukas Larsson | |
* maint: Add smoke tests | |||
2013-08-05 | Add smoke tests | Lukas Larsson | |
Smoke tests are meant to verify that a build of erlang has been successfull. | |||
2013-06-12 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2013-06-12 | Update copyright years | Björn-Egil Dahlberg | |
2013-06-05 | Merge branch 'maint' | Patrik Nyblom | |
2013-06-05 | Merge branch 'pan/r16b01/system_monitor_long_schedule/OTP-11067' into maint | Patrik Nyblom | |
* pan/r16b01/system_monitor_long_schedule/OTP-11067: Minor spelling correction Add system_monitor of long_schedule | |||
2013-06-05 | Merge branch 'siri/spawn-and-space' | Siri Hansen | |
* siri/spawn-and-space: [sasl] In test, quote erlsrv executable in call to open_port/2 [test_server] Quote path to erl executable when starting slave nodes Quote path to erl executable in slave to allow space in path [sasl] Quote path to program run with open_port({spawn,... [os_mon] Quote path to programs run with open_port({spawn,... Conflicts: lib/os_mon/src/nteventlog.erl | |||
2013-06-04 | Merge branch 'maint' | Peter Andersson | |
2013-06-04 | Merge remote branch 'origin/peppe/common_test/remove_end_per_tc_warning' ↵ | Peter Andersson | |
into maint * origin/peppe/common_test/remove_end_per_tc_warning: Remove incorrect warning about missing end_per_testcase OTP-11052 | |||
2013-06-04 | Merge branch 'dgud/win32_unicode' | Dan Gudmundsson | |
* dgud/win32_unicode: erts: Windows, convert erlsrv to use widestring erts: Window start_erl now uses widechars/unicode Quote windows paths with spaces Handle space in paths in test Makefiles erts: Fix windows widestring args and paths in tools erts: Windows, use widechars for all paths during startup OTP-11135 | |||
2013-06-03 | Merge branch 'maint' | Lukas Larsson | |
* maint: Do not fail if there is no variables file Run iter max ports on a seperate vm with smaller port table Set max ports for slave node Decrease sleep timer | |||
2013-06-03 | Merge branch 'lukas/r16b01/testcase-fixes/OTP-11138' into maint | Lukas Larsson | |
* lukas/r16b01/testcase-fixes/OTP-11138: Do not fail if there is no variables file Run iter max ports on a seperate vm with smaller port table Set max ports for slave node Decrease sleep timer | |||
2013-05-31 | Do not fail if there is no variables file | Lukas Larsson | |
2013-05-29 | Remove incorrect warning about missing end_per_testcase | Peter Andersson | |
OTP-11052 | |||
2013-05-20 | Handle space in paths in test Makefiles | Dan Gudmundsson | |
test_server: Quote paths with spaces correctly Fix erl_interface makefiles Fix ic test makefiles | |||
2013-05-02 | Add system_monitor of long_schedule | Patrik Nyblom | |
2013-04-24 | Merge branch 'maint' | Peter Andersson | |
2013-04-19 | Remove the "coding: utf-8" comment from all Erlang source files | Hans Bolinder | |
2013-04-19 | Make test_server close log files properly and include correct footer | Peter Andersson | |
OTP-11046 | |||
2013-04-17 | Encode Erlang source files with non-ascii characters in UTF-8 | Björn Gustavsson | |
To ensure that 'master' compiles when we merge 'maint' to it, regardless of which encoding is default in 'master', all source files with non-ascii characters *must* have the encoding specified. | |||
2013-04-08 | [test_server] Add test_server_io:print_unexpected/1 | Siri Hansen | |
To use from any process to print a string in the unexpected_io.log. | |||
2013-04-03 | [test_server] Quote path to erl executable when starting slave nodes | Siri Hansen | |
This is to allow space in path. | |||
2013-03-28 | [test_server] Don't hang due to invalid io request | Siri Hansen | |
A bug in test_server_gl caused io requests containing invalid data (i.e. not unicode:chardata()) to hang, since no io reply was sent. This has been corrected. |