aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/test
AgeCommit message (Collapse)Author
2011-02-28Merge branch 'lukas/common_test/test_order_wrong/OTP-9026' into devLukas 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-17Rename Suite Callback to Common Test HookLukas Larsson
2011-02-17Update all test specsLukas Larsson
2011-02-17Fix formatting for common test testcasesLukas Larsson
2011-02-17Add ts_install_scb to suite/0Lukas Larsson
2011-02-17Update common_test tests to conform with common_test standardLukas Larsson
2011-02-17Common test spec fixLukas Larsson
2011-02-17Update example cth spec to reflect the implementationLukas Larsson
2011-02-17Rename Suite Callback to Common Test Hook in code and testcasesLukas Larsson
2011-02-17Fix bug where the state of an SCB was altered when no on_tc_* existedLukas Larsson
2011-02-17Update SCBs to use a specific id/1 function for SCb overriding instead of ↵Lukas Larsson
returning it from init/1.
2011-02-15Add test event info for the old testsLukas Larsson
2011-02-15Update 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-27Update suite callback test timeout so that beam debug test runs do not timeoutLukas Larsson
2011-01-20Add test cases for test spec ordering of testcases in specLukas Larsson
2010-12-10Update 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-09Add tests for SCB's with same id and fixed bug relating to itLukas Larsson
2010-12-09Add test suites for failing in init/1 functionLukas Larsson
2010-12-09Added tests for starting SCB's with arguments and fixed a bug with how SCB's ↵Lukas Larsson
are parsed from the command line
2010-12-08Add so that failures in SCB:init/1 causes the entire scb scope to failLukas Larsson
2010-12-08Add locking mechanism for scb state when using parallel groupsLukas Larsson
2010-12-08Add state update tests for suite callbacksLukas Larsson
2010-12-08Add test case for init_per_suite recover scenarioLukas Larsson
2010-12-08Add testcase for config updatesLukas Larsson
2010-12-08Update all post_*_per_* to also take the Config argument which the *_per_* ↵Lukas Larsson
was called with as an argument.
2010-12-08Remove supurflous comments and _SUITE filesLukas Larsson
2010-12-08Add init_per_suite skip and fail test casesLukas Larsson
2010-12-08Remove scope_tc test case as it should not be possble to have this scopeLukas Larsson
2010-12-08Refactor tests to use '_' and '$proplist'Lukas Larsson
2010-12-08Add possibility to use '_' and '$proplist' anywhere in a event specLukas Larsson
2010-12-08Add tags to testsLukas Larsson
2010-12-08Add on_tc_skip functionLukas Larsson
2010-12-08Add scoping test casesLukas Larsson
2010-12-08Add tests for minimal_scb, minimal_and_maximal_scb and faulty_scb_undefLukas Larsson
2010-12-08Add testcases for multiple SCBs and unexisting SCBsLukas Larsson
2010-12-08Add testcase for SCB which does nothingLukas Larsson
2010-12-03Merge branch 'lukas/common_test/extend_timeout_for_win' into devLukas Larsson
* lukas/common_test/extend_timeout_for_win: Update the support init_per_suite to extend the timeout for starting a slave node on windows.
2010-12-03Fix bug in verification where a tc_done/start event which was generated ↵Lukas Larsson
inbetween a tc_start and tc_done of a init_per_group could caused the validation to fail
2010-12-03Update the support init_per_suite to extend the timeout for starting a slave ↵Lukas Larsson
node on windows.
2010-11-17Update master test to put slave logs in /tmp for windows as otherwise ↵Lukas Larsson
filenames become too long and the tests fail
2010-11-11Update master test specs to work with include directivesLukas Larsson
2010-11-01Update parse_table to take multiline sql rowsLukas Larsson
Add test cases for ct:parse_table
2010-09-10Merge branch 'peppe/common_test/dev/OTP-8753' into devLukas Larsson
* peppe/common_test/dev/OTP-8753: Fix problem with prepared_tests tuple not being recognized Add verification terms to test suite Fix various test suite, makefile, and doc related problems Fix error in the repeat_until_* group property handling Add test suite for groups with repeat property Add verification events to sequence group test suite Fix error in handling of sequence groups Fix error in test suite Fix problems with sequences and sub-groups Add test cases to sequence suite Fix error with group term in ct:run_test/1 Add test suite to examplify problem with nested groups in a sequence
2010-09-10OTP-8818: Fixed inconsistency in ct:start_interactive callLukas Larsson
2010-09-06Fix problem with prepared_tests tuple not being recognizedPeter Andersson
2010-09-06Add verification terms to test suitePeter Andersson
Work in progress...
2010-09-06Fix various test suite, makefile, and doc related problemsPeter Andersson
2010-09-06Fix error in the repeat_until_* group property handlingPeter Andersson
2010-09-02Add test suite for groups with repeat propertyPeter Andersson
Work in progress...
2010-09-02Add verification events to sequence group test suitePeter Andersson