Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-30 | Merge remote branch 'origin/peppe/common_test/r14b04_tickets.fix' into dev | Peter Andersson | |
* origin/peppe/common_test/r14b04_tickets.fix: (35 commits) Create temporary fix for problem with parallel test cases Correct "Missing Suites" link Add documentation on timetraps and start flags Add missing tests for timetrap handling and fix remaining errors Solve problem with ct_init/end_per_group being counted as test cases Fix errors in test suites Fix invalid call to undefined function Fix problem with test_server_ctrl creating invalid conf test Improve info in CT framework log Update vsn.mk for common_test and test_server Enhance logging performance Change order of include files Add link to last executed test suite on index page Fix problem with location value when init config func calls help func Fix crash when CTHook init fails Correct error in test suite Fix error with incorrect notification after end_per_testcase craches Fix problem with error message not being printed correctly Add cases to check test case status versus end_per_testcase failure Fix incorrect call to end_tc when tc_status=ok and end_per_testcase times out ... OTP-9600 OTP-9593 OTP-9592 OTP-9585 OTP-9584 OTP-9575 OTP-9520 OTP-9518 OTP-9501 OTP-9429 OTP-9398 OTP-9397 OTP-9396 OTP-9379 OTP-9372 OTP-9371 OTP-9370 OTP-9369 OTP-9311 OTP-9237 OTP-9155 OTP-8933 | |||
2011-09-29 | Extend slave start timeout for windows tests | Lukas Larsson | |
2011-09-28 | Add missing tests for timetrap handling and fix remaining errors | Peter Andersson | |
OTP-9593 | |||
2011-09-27 | Fix errors in test suites | Peter Andersson | |
2011-09-23 | Change order of include files | Peter Andersson | |
2011-09-23 | Fix problem with location value when init config func calls help func | Peter Andersson | |
2011-09-23 | Correct error in test suite | Peter Andersson | |
2011-09-23 | Fix error with incorrect notification after end_per_testcase craches | Peter Andersson | |
2011-09-23 | Add cases to check test case status versus end_per_testcase failure | Peter Andersson | |
2011-09-23 | Fix incorrect call to end_tc when tc_status=ok and end_per_testcase times out | Peter Andersson | |
OTP-9397 | |||
2011-08-31 | Fix a couple of minor bugs with hook priority | Lukas Larsson | |
The bugs caused the sorting priority to be wrong when using installed priority and built in priority. Tests to prove the order of hooks to be correct have also been added. | |||
2011-08-31 | Update the return from init/2 to be {ok, NewState} or {ok,NewState,Priority} ↵ | Lukas Larsson | |
instead of NewState. NewState can still be returned, but is only kept for backward compatability reasons. | |||
2011-08-31 | Add priority functionality and tests for ct hooks | Lukas Larsson | |
Priority allows the user of ct hooks to specify which order the hooks should execute in. The priority of a hook is specified when installing the hook, and stays the same for both pre and post hooks | |||
2011-08-29 | Merge branch 'rz/add_proplist_type' into dev | Henrik Nord | |
* rz/add_proplist_type: Add a proplist() type OTP-9499 | |||
2011-05-24 | Add a proplist() type | rzezeski | |
Recently I was adding specs to an API and found that there is no canonical proplist() type defined. | |||
2011-05-20 | Update copyright years | Björn-Egil Dahlberg | |
2011-05-06 | Merge branch 'lukas/common_test/ct_hook_bugs/OTP-9264' into dev | Lukas Larsson | |
* lukas/common_test/ct_hook_bugs/OTP-9264: Fix bug which would make cth's to not be removed when out of scope when adding a cth in suite/0 and crashing in pre_init_per_suite. | |||
2011-04-28 | Fix problem with merging ticket branch. | Peter Andersson | |
2011-04-28 | Fix problems with timetrap handling in common_test: | Peter Andersson | |
1. ct:timetrap(infinity) not supported. 2. Previous set timetrap for a test case is not cancelled by new one. | |||
2011-04-28 | Make it possible to fail test case by returning {fail,Reason} from ↵ | Peter Andersson | |
init_per_testcase. | |||
2011-04-28 | Fix problem with merging a ticket branch. | Peter Andersson | |
2011-04-28 | Fix issues related to test case groups: | Peter Andersson | |
1. Allow empty group to be specified without generating an error. 2. Sort out potential problem with unnecessary call to delete_subs/2. | |||
2011-04-28 | Add test case for suite with empty group. | Peter Andersson | |
2011-04-28 | Improve validation of test events. | Peter Andersson | |
2011-04-28 | Fix failing tests on Windows. | Peter Andersson | |
2011-04-28 | Make it possible to refresh the top level index page at the start of a test run. | Peter Andersson | |
2011-04-20 | Fix problem with CT hook start error causing IO to be sent to wrong group ↵ | Peter Andersson | |
leader process. | |||
2011-04-20 | Do minor updates of the ts test framework. | Peter Andersson | |
2011-04-20 | Correct failing test cases. | Peter Andersson | |
2011-03-30 | Merge branch 'hw/call-chmod-without-f' into dev | Henrik Nord | |
* hw/call-chmod-without-f: Call chmod without the "-f" flag Conflicts: erts/emulator/test/Makefile lib/asn1/test/Makefile lib/crypto/test/Makefile lib/debugger/test/Makefile lib/docbuilder/test/Makefile lib/edoc/test/Makefile lib/erl_interface/test/Makefile lib/inviso/test/Makefile lib/parsetools/test/Makefile lib/percept/test/Makefile lib/ssl/test/Makefile lib/syntax_tools/test/Makefile lib/test_server/test/Makefile lib/tools/test/Makefile OTP-9170 | |||
2011-03-22 | Fix bug which would make cth's to not be removed when out of scope when ↵ | Lukas Larsson | |
adding a cth in suite/0 and crashing in pre_init_per_suite. | |||
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-02-28 | Merge branch 'lukas/common_test/test_order_wrong/OTP-9026' into dev | Lukas Larsson | |
* lukas/common_test/test_order_wrong/OTP-9026: Add test event info for the old tests Update test spec parser to not group suites, groups and cases which are hierarchically related if merge_tests config i set to false Add test cases for test spec ordering of testcases in spec Conflicts: lib/common_test/test/ct_testspec_1_SUITE.erl | |||
2011-02-17 | Rename Suite Callback to Common Test Hook | Lukas Larsson | |
2011-02-17 | Update all test specs | Lukas Larsson | |
2011-02-17 | Fix formatting for common test testcases | Lukas Larsson | |
2011-02-17 | Add ts_install_scb to suite/0 | Lukas Larsson | |
2011-02-17 | Update common_test tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Common test spec fix | Lukas Larsson | |
2011-02-17 | Update example cth spec to reflect the implementation | Lukas Larsson | |
2011-02-17 | Rename Suite Callback to Common Test Hook in code and testcases | Lukas Larsson | |
2011-02-17 | Fix bug where the state of an SCB was altered when no on_tc_* existed | Lukas Larsson | |
2011-02-17 | Update SCBs to use a specific id/1 function for SCb overriding instead of ↵ | Lukas Larsson | |
returning it from init/1. | |||
2011-02-15 | Add test event info for the old tests | Lukas Larsson | |
2011-02-15 | Update test spec parser to not group suites, groups and cases which are ↵ | Lukas Larsson | |
hierarchically related if merge_tests config i set to false | |||
2011-01-27 | Update suite callback test timeout so that beam debug test runs do not timeout | Lukas Larsson | |
2011-01-20 | Add test cases for test spec ordering of testcases in spec | Lukas Larsson | |
2010-12-10 | Update test support so that if common test fails to be stopped in a suite, ↵ | Lukas Larsson | |
the ct node is restarted and the test case fails | |||
2010-12-09 | Add tests for SCB's with same id and fixed bug relating to it | Lukas Larsson | |
2010-12-09 | Add test suites for failing in init/1 function | Lukas Larsson | |