Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-09 | Merge branch 'lukas/common_test/timeout_location_fix/OTP-9265' into dev | Lukas Larsson | |
* lukas/common_test/timeout_location_fix/OTP-9265: Fix ct_framework to not crash when error_notification location is undefined. | |||
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 error in vts mode, making it impossible to execute suites with test case ↵ | Peter Andersson | |
groups. | |||
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 | Document the new init_per_testcase return value. | Peter Andersson | |
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-04-20 | Merge branch 'maint-r14' into dev | Lukas Larsson | |
* maint-r14: Prepare release Update framwork backwards compatability check to use TEST_SERVER_FRAMEWORK as it should and not the Module Export ct_framework:end_tc/3 for backwards compatability reasons Update end_tc framework calls to check the name of the framework module instead of the return value of the call | |||
2011-04-15 | Prepare release | Erlang/OTP | |
2011-04-15 | Export ct_framework:end_tc/3 for backwards compatability reasons | Lukas Larsson | |
2011-03-31 | Fix ct_framework to not crash when error_notification location is undefined. | Lukas Larsson | |
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-14 | Prepare releaseOTP_R14B02 | Erlang/OTP | |
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-03-10 | Merge branch 'lukas/common_test/suite_callback/OTP-8851' into dev | Lukas Larsson | |
* lukas/common_test/suite_callback/OTP-8851: Update init_per_suite to not crash when there is no suite/0 Update links info in ct_hooks to point to the right place Update ct_hooks to fail gracefully when a hook is entered incorrectly in suite/0 | |||
2011-03-09 | Update init_per_suite to not crash when there is no suite/0 | Lukas Larsson | |
2011-03-08 | Update links info in ct_hooks to point to the right place | Lukas Larsson | |
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-21 | Update ct_hooks to fail gracefully when a hook is entered incorrectly in suite/0 | Lukas Larsson | |
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 | Merge branch 'lukas/common_test/updates_needed_before_migration/OTP-8768' ↵ | Lukas Larsson | |
into dev * lukas/common_test/updates_needed_before_migration/OTP-8768: Update ts to take the config path as an invironmental and as a variables passed with all_tests and also with the normal run Update TEST_SERVER_FRAMEWORK os variable to be regarded as undet if set to undefined Fix bug with subgroups after introduction of remote groups Rename Suite Callback to Common Test Hook Update so that cover is skipper for applications without a .cover file Update minimal build target to include runtime_tools and common_test Update ts to start common test with both ts.config and ts.PLATFORM.config Update ts scb to add nodenames in all pre_init clauses Add release/tests/test_server to path Add ts_install_scb which is a common_test SCB that handles making of test modules. Update ts to work with common test instead of test_server Add kill_slavenodes/0 as an exported function Change format of remote groups to {group, Module, GroupName}, note that this is an unsupported feature Add possibility to get all testdata Fix bug when groups refer to groups in the groups/0 function Add support for external groups. Refactor code to make it easier to debug Update so that when asking for os and we are in the test_server_ctrl process, just use os:type(). Fix so that groups can return external test cases, i.e. | |||
2011-02-17 | Update example cth spec to reflect the implementation | Lukas Larsson | |
2011-02-17 | Cleanup code to fix dialyzer warning | Lukas Larsson | |
2011-02-17 | Rename Suite Callback to Common Test hook in documentation | 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-17 | Add documentation for SCBs | Lukas Larsson | |
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-02-14 | Fix bug with subgroups after introduction of remote groups | Lukas Larsson | |
2011-02-09 | Rename Suite Callback to Common Test Hook | Lukas Larsson | |
2011-01-27 | Update suite callback test timeout so that beam debug test runs do not timeout | Lukas Larsson | |
2011-01-24 | Change format of remote groups to {group, Module, GroupName}, note that this ↵ | Lukas Larsson | |
is an unsupported feature | |||
2011-01-24 | Add possibility to get all testdata | Lukas Larsson | |