Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-17 | Update parsetools tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update odbc tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update eunit tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update jinterface tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update inviso tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update et tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update edoc tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update docbuilder tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update crypto tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update cosTransaction tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update cosTime tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update cosEventDomain tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update cosProperty tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update cosEvent tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update cosNotifications tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update observer tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update asn1 tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update os_mon tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update common_test tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update system tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update epmd tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update emulator tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update compiler tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update debugger tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update ic tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update erl_interface tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update inets tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update kernel tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update orber tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update mnesia tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update megaco tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update percept tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update public_key tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update reltool tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update runtime_tools tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update snmp tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update ssl tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update stdlib tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update syntax_tools tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Common test spec fix | Lukas Larsson | |
2011-02-17 | Update tools tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update wx tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update app_init to init_per_suite to conform with common_test standards. | Lukas Larsson | |
2011-02-17 | Remove extra end_per_testcase | Lukas Larsson | |
2011-02-17 | Update all fin_per_testcase to end_per_testcase. | Lukas Larsson | |
2011-02-17 | Updated test cases to work with ts conversion algorithm | Lukas Larsson | |
2011-02-17 | Update tests to work with ts -> ct migrations script. | 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 | Merge branch 'lukas/common_test/suite_callback/OTP-8851' into dev | Lukas Larsson | |
* lukas/common_test/suite_callback/OTP-8851: (54 commits) Update example cth spec to reflect the implementation Cleanup code to fix dialyzer warning Rename Suite Callback to Common Test hook in documentation Rename Suite Callback to Common Test Hook in code and testcases Fix bug where the state of an SCB was altered when no on_tc_* existed Update SCBs to use a specific id/1 function for SCb overriding instead of returning it from init/1. Add documentation for SCBs Update suite callback test timeout so that beam debug test runs do not timeout Update test support so that if common test fails to be stopped in a suite, the ct node is restarted and the test case fails Add tests for SCB's with same id and fixed bug relating to it Add test suites for failing in init/1 function Added tests for starting SCB's with arguments and fixed a bug with how SCB's are parsed from the command line Add so that failures in SCB:init/1 causes the entire scb scope to fail Fix bug which caused scb to be added too much when initiated in the suite info function Started work on documenting suite callbacks, this is a partial commit Add locking mechanism for scb state when using parallel groups Add state update tests for suite callbacks Update ct_framework calls to allow manipulation of test results in end_tc without breaking backwards compatability (I hope) Add test case for init_per_suite recover scenario Add testcase for config updates ... | |||
2011-02-17 | Update example cth spec to reflect the implementation | Lukas Larsson | |