aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/test
AgeCommit message (Expand)Author
2011-05-20Update copyright yearsBjörn-Egil Dahlberg
2011-05-06Merge branch 'lukas/common_test/ct_hook_bugs/OTP-9264' into devLukas Larsson
2011-04-28Fix problem with merging ticket branch.Peter Andersson
2011-04-28Fix problems with timetrap handling in common_test:Peter Andersson
2011-04-28Make it possible to fail test case by returning {fail,Reason} from init_per_t...Peter Andersson
2011-04-28Fix problem with merging a ticket branch.Peter Andersson
2011-04-28Fix issues related to test case groups:Peter Andersson
2011-04-28Add test case for suite with empty group.Peter Andersson
2011-04-28Improve validation of test events.Peter Andersson
2011-04-28Fix failing tests on Windows.Peter Andersson
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-20Do minor updates of the ts test framework.Peter Andersson
2011-04-20Correct failing test cases.Peter Andersson
2011-03-30Merge branch 'hw/call-chmod-without-f' into devHenrik Nord
2011-03-22Fix bug which would make cth's to not be removed when out of scope when addin...Lukas Larsson
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-02-28Merge branch 'lukas/common_test/test_order_wrong/OTP-9026' into devLukas Larsson
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 ret...Lukas Larsson
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 hiera...Lukas Larsson
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, 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