aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/test/ct_hooks_SUITE_data
AgeCommit message (Expand)Author
2019-06-17[ct] Allow post_init_per_testcase to change skip to failSiri Hansen
2019-05-06Merge branch 'siri/ct/fuzzer_support/ERIERL-143/OTP-14746' into maint-21Erlang/OTP
2019-04-15[ct] Add post_groups/2 and post_all/3 hook functionsPeter Andersson
2019-02-15Merge branch 'siri/ct/post_end_per_testcase-change-status/ERIERL-282/OTP-1558...Siri Hansen
2018-12-20[ct] Allow post_end_per_testcase hook to change tc status after timetrapSiri Hansen
2018-06-18Update copyright yearHenrik Nord
2018-06-07common_test: Remove EDoc comments in internal modulesHans Bolinder
2018-04-26Test cuddle for loggerSiri Hansen
2017-05-04Update copyright yearRaimo Niskanen
2017-02-20[ct] Correctly handle process died in init and end_per_testcaseSiri Hansen
2017-02-20[ct] Fix faulty hook callbacks for skipped testsSiri Hansen
2017-02-20[ct] Fix hooks and fail when one of init/end_per_* does not exitSiri Hansen
2017-02-20[ct] Add Suite argument to hook callback functionsSiri Hansen
2016-06-13Fix problem with incorrect type of timestampsPeter Andersson
2016-05-04Merge branch 'maint-18'Henrik Nord
2016-05-02Fix bug with clashing timestamp valuesPeter Andersson
2016-03-15update copyright-yearHenrik Nord
2016-03-01Update ct_hooks test suitesPeter Andersson
2015-06-18Change license text to APLv2Bruce Yinhe
2015-03-20Merge branch 'rickard/time_api/OTP-11997'Rickard Green
2015-03-20Replace all calls to now/0 in CT with new time API functionsPeter Andersson
2015-03-18Enable timetrap scaling for all testsPeter Andersson
2015-03-06Merge remote-tracking branch 'origin/peppe/common_test/inconsistent_return_va...Peter Andersson
2015-02-17Modify some tests to verify that new functionality worksPeter Andersson
2015-01-28Add testsPeter Andersson
2014-03-12Update test suites and fix various remaining problemsPeter Andersson
2013-11-29Fix CT hook pre_end_per_group causing crash when returning {skip,Reason}Peter Andersson
2013-08-27Fix error in builtin hook calling non-existing functionPeter Andersson
2012-03-30Update copyright yearsBjörn-Egil Dahlberg
2012-03-26Fix problem with wrong data_dir sent to hooks if init_per_* is missingPeter Andersson
2012-03-19Fix error with group config deleted before post_end_per_groupPeter Andersson
2012-03-19Introduce new test suite for CTHsPeter Andersson
2011-08-31Fix a couple of minor bugs with hook priorityLukas Larsson
2011-08-31Update the return from init/2 to be {ok, NewState} or {ok,NewState,Priority} ...Lukas Larsson
2011-08-31Add priority functionality and tests for ct hooksLukas Larsson
2011-05-24Add a proplist() typerzezeski
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-17Update example cth spec to reflect the implementationLukas Larsson
2011-02-17Rename Suite Callback to Common Test Hook in code and testcasesLukas Larsson