summaryrefslogtreecommitdiff
path: root/lib/common_test/src/ct_framework.erl
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearErlang/OTP2023-02-141-1/+1
* Replace size/1 with either tuple_size/1 or byte_size/1Björn Gustavsson2023-01-171-1/+1
* Update copyright yearRickard Green2021-12-161-1/+1
* Fix typos in lib/common_testKian-Meng, Ang2021-12-051-2/+2
* Merge branch 'dgud/common_test/fix-test-timers'Dan Gudmundsson2020-03-201-1/+1
|\
| * Fix error handlingDan Gudmundsson2020-02-251-1/+1
| * ct: Don't hide error reasons from userAnton Thomasson2019-12-121-4/+0
* | Update copyright yearRickard Green2020-03-131-1/+1
* | ct: Don't hide error reasons from userAnton Thomasson2019-12-181-4/+0
|/
* common_test: Remove legacyIngela Anderton Andin2019-08-291-2/+1
* Merge branch 'maint'Siri Hansen2019-04-161-92/+209
|\
| * Merge branch 'siri/ct/fuzzer_support/ERIERL-143/OTP-14746' into maintSiri Hansen2019-04-161-92/+213
| |\
| | * [ct] Add {testcase,TC,RepeatProps} syntax for repeating test casesSiri Hansen2019-04-151-2/+10
| | * [ct] Add post_groups/2 and post_all/3 hook functionsPeter Andersson2019-04-151-92/+205
* | | Merge branch 'maint'Siri Hansen2019-04-161-1/+12
|\ \ \ | |/ /
| * | Merge branch 'siri/ct/reset_curr_tc/ERIERL-334/OTP-15717' into maintSiri Hansen2019-04-161-1/+12
| |\ \
| | * | [ct] Cleanup after timetrap timeout or kill during framework call or hookSiri Hansen2019-04-151-1/+12
| | |/
* | | common_test: Adjust some calls to io:format()Hans Bolinder2019-01-171-16/+16
* | | Change "can not" into "cannot"Raimo Niskanen2018-07-271-1/+1
|/ /
* | common_test: Remove EDoc documentation in internal modulesHans Bolinder2018-06-071-23/+23
* | common_test: Do not use deprecated functions in string(3)Siri Hansen2017-09-151-3/+4
|/
* [ct] Print unicode atoms and strings correctly in common_test logsSiri Hansen2017-06-161-21/+21
* Update copyright yearRaimo Niskanen2017-05-041-1/+1
* [ct] Remove excessive skipped/failed tag in hook functionSiri Hansen2017-02-201-13/+13
* [ct] Send tc_start event on force_stop and failed sequenceSiri Hansen2017-02-201-19/+23
* [ct] Fix faulty hook callbacks for skipped testsSiri Hansen2017-02-201-25/+68
* Fix problem with printouts to incorrect parent group leaderPeter Andersson2016-10-241-7/+7
* ct_framework: Fix unmatched_return warningsZandra2016-06-071-5/+5
* update copyright-yearHenrik Nord2016-03-151-1/+1
* Merge branch 'peppe/common_test/html_improvements' into maintPeter Andersson2016-03-091-15/+18
|\
| * Make sure special characters are escaped in e.g. pal and log printoutsPeter Andersson2016-03-081-15/+18
* | Merge branch 'peppe/common_test/cth_improvements' into maintPeter Andersson2016-03-081-26/+61
|\ \
| * | Fix remaining issuesPeter Andersson2016-03-031-37/+54
| * | Introduce new CT hook functionsPeter Andersson2016-03-011-19/+37
| |/
* | Set dir for slave node's erl_crash.dumpSiri Hansen2016-03-011-1/+6
|/
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
* Merge remote-tracking branch 'origin/peppe/common_test/improve_suite_error_re...Peter Andersson2015-05-041-1/+17
|\
| * Add missing events and hook function callsPeter Andersson2015-04-171-1/+17
* | Update handling of failing all/0 function in test suitesPeter Andersson2015-04-151-19/+18
* | Introduce test categories for OTP testsPeter Andersson2015-04-151-3/+21
|/
* Fix problem with suite compilation failures not being correctly reportedPeter Andersson2015-04-131-4/+10
* Always report ok to event handlers after successful cfg or tc funcPeter Andersson2015-03-181-35/+33
* Make it possible to print in the test case log from on_tc_* hook funcsPeter Andersson2015-02-161-0/+6
* Improve cover analysis via common_testSiri Hansen2014-06-051-32/+1
* Fix problem with comments getting lost when running parallel test casesPeter Andersson2014-04-301-2/+13
* Document changes in the CT hooks API and the event message protocolPeter Andersson2014-04-021-1/+1
* Update incorrect type specificationsPeter Andersson2014-03-241-2/+2
* Fix code to get rid of dialyzer warningsPeter Andersson2014-03-241-4/+1
* Merge branch 'peppe/common_test/group_events'Peter Andersson2014-03-121-24/+26
|\
| * Update event protocol and CT Hooks APIPeter Andersson2014-03-121-18/+34