aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test
AgeCommit message (Expand)Author
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-08Update ct_framework calls to allow manipulation of test results in end_tc wit...Lukas 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-08Add on_tc_fail and on_tc_skip functionalityLukas 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 special tagging for scb in order for event generation to be backward comp...Lukas Larsson
2010-12-08Update to be compatible with how common_test tests the ct frameworkLukas Larsson
2010-12-08Add tags to testsLukas Larsson
2010-12-08Add on_tc_skip functionLukas Larsson
2010-12-08Add scoping for suite and groupsLukas 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-08Extend SCB error handling printoutsLukas Larsson
2010-12-08Add testcases for multiple SCBs and unexisting SCBsLukas Larsson
2010-12-08Add SCB error handling functionalityLukas Larsson
2010-12-08Add testcase for SCB which does nothingLukas Larsson
2010-12-08Move end_tc call to be made before the tc_done event is generatedLukas Larsson
2010-12-08Change default state to [] instead of undefinedLukas Larsson
2010-12-08Add terminate SCB functionalityLukas Larsson
2010-12-08Rename all callback functions to be more inline with the suite callback funct...Lukas Larsson
2010-12-08Update input parameter for suite callbacks to be called suite_callbacks when ...Lukas Larsson
2010-12-08Update to be backward compatible with ct framework test funktionalityLukas Larsson
2010-12-08Expand tracing functions to be more verboseLukas Larsson
2010-12-08Update so that non tuple return values are not filtered outLukas Larsson
2010-12-08Remove some compilation warningsLukas Larsson
2010-12-08Add support for all pre/post init/end functionsLukas Larsson
2010-12-08Add so that suite_callbacks can be added by suite_callbacks. Add support for ...Lukas Larsson
2010-12-08Update ct_trace me to include calling functionsLukas Larsson
2010-12-08Add so that suite_callcacks can be configures in suite/0Lukas Larsson
2010-12-08Add support for suite_callback in spec, command_line and interactive. Start w...Lukas Larsson
2010-12-08Update framework callbacks to use end_tc/4 if available. end_tc/4 can return ...Lukas Larsson
2010-12-06Prepare releaseErlang/OTP
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-29Update edoc and command line help documentation to reflect change from run_te...Lukas Larsson
2010-11-29Update documentation after rename of run_test to ct_runLukas 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-02Merge branch 'lukas/common_test/ct_parse_table/OTP-8907' into devLukas Larsson
2010-11-01Update parse_table to take multiline sql rowsLukas Larsson
2010-10-22Merge branch 'maint-r14' into devLukas Larsson
2010-10-21Prepare releaseErlang/OTP