aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src
AgeCommit message (Expand)Author
2011-04-28Make it possible to refresh the top level index page at the start of a test run.Peter Andersson
2011-04-20Fix problem with CT hook start error causing IO to be sent to wrong group lea...Peter Andersson
2011-04-15Export ct_framework:end_tc/3 for backwards compatability reasonsLukas Larsson
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-03-10Merge branch 'lukas/common_test/suite_callback/OTP-8851' into devLukas Larsson
2011-03-09Update init_per_suite to not crash when there is no suite/0Lukas Larsson
2011-02-28Merge branch 'lukas/common_test/test_order_wrong/OTP-9026' into devLukas Larsson
2011-02-21Update ct_hooks to fail gracefully when a hook is entered incorrectly in suite/0Lukas Larsson
2011-02-17Merge branch 'lukas/common_test/updates_needed_before_migration/OTP-8768' int...Lukas Larsson
2011-02-17Cleanup code to fix dialyzer warningLukas 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-02-17Add documentation for SCBsLukas Larsson
2011-02-15Update test spec parser to not group suites, groups and cases which are hiera...Lukas Larsson
2011-02-14Fix bug with subgroups after introduction of remote groupsLukas Larsson
2011-01-24Change format of remote groups to {group, Module, GroupName}, note that this ...Lukas Larsson
2011-01-24Add possibility to get all testdataLukas Larsson
2011-01-24Fix bug when groups refer to groups in the groups/0 functionLukas Larsson
2011-01-24Add support for external groups.Lukas Larsson
2011-01-24Refactor code to make it easier to debugLukas Larsson
2010-12-09Add tests for SCB's with same id and fixed bug relating to itLukas 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-08Fix bug which caused scb to be added too much when initiated in the suite inf...Lukas Larsson
2010-12-08Add locking mechanism for scb state when using parallel groupsLukas Larsson
2010-12-08Update ct_framework calls to allow manipulation of test results in end_tc wit...Lukas Larsson
2010-12-08Update all post_*_per_* to also take the Config argument which the *_per_* wa...Lukas Larsson
2010-12-08Add on_tc_fail and on_tc_skip functionalityLukas 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 scoping for suite and groupsLukas Larsson
2010-12-08Extend SCB error handling printoutsLukas Larsson
2010-12-08Add SCB error handling functionalityLukas 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-06Fix so that groups can return external test cases, i.e.Lukas Larsson