summaryrefslogtreecommitdiff
path: root/lib/common_test/test
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearsBjörn-Egil Dahlberg2011-05-204-4/+4
* Merge branch 'lukas/common_test/ct_hook_bugs/OTP-9264' into devLukas Larsson2011-05-062-1/+74
|\
| * Fix bug which would make cth's to not be removed when out of scope when addin...Lukas Larsson2011-03-222-1/+74
* | Fix problem with merging ticket branch.Peter Andersson2011-04-281-1/+2
* | Fix problems with timetrap handling in common_test:Peter Andersson2011-04-282-8/+88
* | Make it possible to fail test case by returning {fail,Reason} from init_per_t...Peter Andersson2011-04-282-15/+25
* | Fix problem with merging a ticket branch.Peter Andersson2011-04-281-1/+2
* | Fix issues related to test case groups:Peter Andersson2011-04-282-8/+41
* | Add test case for suite with empty group.Peter Andersson2011-04-282-19/+49
* | Improve validation of test events.Peter Andersson2011-04-281-40/+82
* | Fix failing tests on Windows.Peter Andersson2011-04-281-1/+5
* | Make it possible to refresh the top level index page at the start of a test run.Peter Andersson2011-04-281-19/+18
* | Fix problem with CT hook start error causing IO to be sent to wrong group lea...Peter Andersson2011-04-201-0/+10
* | Do minor updates of the ts test framework.Peter Andersson2011-04-2015-89/+154
* | Correct failing test cases.Peter Andersson2011-04-203-8/+5
* | Merge branch 'hw/call-chmod-without-f' into devHenrik Nord2011-03-301-1/+1
|\ \ | |/ |/|
| * Call chmod without the "-f" flagHolger Weiß2010-11-151-1/+1
* | Update copyright yearsBjörn-Egil Dahlberg2011-03-1142-42/+42
* | Merge branch 'lukas/common_test/test_order_wrong/OTP-9026' into devLukas Larsson2011-02-281-2/+945
|\ \
| * | Add test event info for the old testsLukas Larsson2011-02-151-180/+690
| * | Update test spec parser to not group suites, groups and cases which are hiera...Lukas Larsson2011-02-151-29/+313
| * | Add test cases for test spec ordering of testcases in specLukas Larsson2011-01-201-1/+153
* | | Rename Suite Callback to Common Test HookLukas Larsson2011-02-1713-13/+13
* | | Update all test specsLukas Larsson2011-02-171-1/+1
* | | Fix formatting for common test testcasesLukas Larsson2011-02-1712-126/+123
* | | Add ts_install_scb to suite/0Lukas Larsson2011-02-1713-0/+26
* | | Update common_test tests to conform with common_test standardLukas Larsson2011-02-1713-124/+179
* | | Common test spec fixLukas Larsson2011-02-171-1/+1
* | | Update example cth spec to reflect the implementationLukas Larsson2011-02-171-2/+3
* | | Rename Suite Callback to Common Test Hook in code and testcasesLukas Larsson2011-02-1731-1420/+1233
* | | Fix bug where the state of an SCB was altered when no on_tc_* existedLukas Larsson2011-02-172-3/+56
* | | Update SCBs to use a specific id/1 function for SCb overriding instead of ret...Lukas Larsson2011-02-1715-62/+182
* | | Update suite callback test timeout so that beam debug test runs do not timeoutLukas Larsson2011-01-271-1/+1
* | | Update test support so that if common test fails to be stopped in a suite, th...Lukas Larsson2010-12-101-5/+16
* | | Add tests for SCB's with same id and fixed bug relating to itLukas Larsson2010-12-093-2/+128
* | | Add test suites for failing in init/1 functionLukas Larsson2010-12-092-0/+84
* | | Added tests for starting SCB's with arguments and fixed a bug with how SCB's ...Lukas Larsson2010-12-094-12/+288
* | | Add so that failures in SCB:init/1 causes the entire scb scope to failLukas Larsson2010-12-081-15/+61
* | | Add locking mechanism for scb state when using parallel groupsLukas Larsson2010-12-082-9/+23
* | | Add state update tests for suite callbacksLukas Larsson2010-12-083-1/+189
* | | Add test case for init_per_suite recover scenarioLukas Larsson2010-12-083-2/+171
* | | Add testcase for config updatesLukas Larsson2010-12-084-7/+279
* | | Update all post_*_per_* to also take the Config argument which the *_per_* wa...Lukas Larsson2010-12-087-114/+119
* | | Remove supurflous comments and _SUITE filesLukas Larsson2010-12-085-375/+3
* | | Add init_per_suite skip and fail test casesLukas Larsson2010-12-085-26/+357
* | | Remove scope_tc test case as it should not be possble to have this scopeLukas Larsson2010-12-082-144/+4
* | | Refactor tests to use '_' and '$proplist'Lukas Larsson2010-12-084-82/+120
* | | Add possibility to use '_' and '$proplist' anywhere in a event specLukas Larsson2010-12-081-12/+24
* | | Add tags to testsLukas Larsson2010-12-081-5/+5
* | | Add on_tc_skip functionLukas Larsson2010-12-081-2/+19