summaryrefslogtreecommitdiff
path: root/lib/common_test/test
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dev' into majorLukas Larsson2011-10-0411-35/+872
|\
| * Merge remote branch 'origin/peppe/common_test/r14b04_tickets.fix' into devPeter Andersson2011-09-3013-48/+885
| |\
| | * Add missing tests for timetrap handling and fix remaining errorsPeter Andersson2011-09-287-4/+839
| | * Fix errors in test suitesPeter Andersson2011-09-271-4/+2
| | * Change order of include filesPeter Andersson2011-09-231-1/+1
| | * Fix problem with location value when init config func calls help funcPeter Andersson2011-09-231-1/+1
| | * Correct error in test suitePeter Andersson2011-09-231-1/+1
| | * Fix error with incorrect notification after end_per_testcase crachesPeter Andersson2011-09-231-12/+17
| | * Add cases to check test case status versus end_per_testcase failurePeter Andersson2011-09-231-11/+11
| | * Fix incorrect call to end_tc when tc_status=ok and end_per_testcase times outPeter Andersson2011-09-233-14/+14
* | | Merge branch 'dev' into majorLukas Larsson2011-09-291-2/+4
|\ \ \ | |/ /
| * | Extend slave start timeout for windows testsLukas Larsson2011-09-291-2/+4
| |/
* | Merge branch 'dev' into majorHans Bolinder2011-09-025-7/+215
|\ \ | |/
| * Fix a couple of minor bugs with hook priorityLukas Larsson2011-08-313-65/+147
| * Update the return from init/2 to be {ok, NewState} or {ok,NewState,Priority} ...Lukas Larsson2011-08-312-3/+3
| * Add priority functionality and tests for ct hooksLukas Larsson2011-08-312-4/+130
* | Merge branch 'dev' into majorHenrik Nord2011-08-291-4/+3
|\ \ | |/
| * Merge branch 'rz/add_proplist_type' into devHenrik Nord2011-08-291-4/+3
| |\
| | * Add a proplist() typerzezeski2011-05-241-4/+3
* | | common_test tests: Don't do detailed testing of the stack backtraceBjörn Gustavsson2011-08-183-81/+14
|/ /
* | 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