aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/test
AgeCommit message (Expand)Author
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 ret...Lukas Larsson
2011-01-27Update suite callback test timeout so that beam debug test runs do not timeoutLukas Larsson
2010-12-10Update test support so that if common test fails to be stopped in a suite, th...Lukas Larsson
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
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_* wa...Lukas Larsson
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
2010-12-03Fix bug in verification where a tc_done/start event which was generated inbet...Lukas Larsson
2010-12-03Update the support init_per_suite to extend the timeout for starting a slave ...Lukas Larsson
2010-11-17Update master test to put slave logs in /tmp for windows as otherwise filenam...Lukas Larsson
2010-11-11Update master test specs to work with include directivesLukas Larsson
2010-11-01Update parse_table to take multiline sql rowsLukas Larsson
2010-09-10Merge branch 'peppe/common_test/dev/OTP-8753' into devLukas Larsson
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
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
2010-09-02Add verification events to sequence group test suitePeter Andersson
2010-09-02Fix error in test suitePeter Andersson
2010-09-02Add test cases to sequence suitePeter Andersson
2010-09-02Fix error with group term in ct:run_test/1Peter Andersson
2010-09-02Add test suite to examplify problem with nested groups in a sequencePeter Andersson
2010-08-13Use proper install methodMartti Kuparinen
2010-07-06Improve handling of test case group specificationsPeter Andersson
2010-07-06Improve handling of test case group specificationsPeter Andersson
2010-07-06Add new option to label test runsPeter Andersson
2010-07-06Implement handling of group specificationsPeter Andersson