aboutsummaryrefslogtreecommitdiffstats
path: root/lib/test_server/src/test_server.erl
AgeCommit message (Expand)Author
2012-07-19test_server: Remove VxWorksBjörn-Egil Dahlberg
2012-03-30Update copyright yearsBjörn-Egil Dahlberg
2012-03-22Fix various problems with the user timetrap implementationPeter Andersson
2012-03-21Implement support for user controlled timetrapsPeter Andersson
2012-03-15Merge remote branch 'origin/peppe/common_test/otp-9666' into maintPeter Andersson
2012-03-14Set correct group leader for end_per_testcase process after tc timeoutPeter Andersson
2012-03-13Make it possible to use unique priv_dir namesPeter Andersson
2012-03-13Merge remote branch 'origin/peppe/common_test/otp-9904_9900' into maintPeter Andersson
2012-03-11Introduce error notification printout in the tc logPeter Andersson
2012-03-06Fix problem with dropped suite- and test case namesPeter Andersson
2012-03-06Merge remote branch 'origin/peppe/common_test/otp-9855' into maintPeter Andersson
2012-03-05Ensure that comments always get printed in the overview log filePeter Andersson
2012-03-05Make line numbers show in logs for timetraps and abortionsPeter Andersson
2011-12-07Change init/end_per_group/0 -> init/end_per_group/1Peter Andersson
2011-12-02Implement the group info functionPeter Andersson
2011-11-30Bugfixes and improvements of the the CSS stylesheet implementationPeter Andersson
2011-11-18Make absolute paths in log files relativePeter Andersson
2011-11-14Copy default CSS file to log directory before test runPeter Andersson
2011-11-13Add CSS stylesheet for the text and tables in Common Test and Test ServerPeter Andersson
2011-10-04Merge branch 'dev' into majorLukas Larsson
2011-09-30Create temporary fix for problem with parallel test casesPeter Andersson
2011-09-28Add missing tests for timetrap handling and fix remaining errorsPeter Andersson
2011-09-23Fix problem with location value when init config func calls help funcPeter Andersson
2011-09-23Fix error with incorrect notification after end_per_testcase crachesPeter Andersson
2011-09-23Fix problem with error message not being printed correctlyPeter Andersson
2011-09-23Fix incorrect call to end_tc when tc_status=ok and end_per_testcase times outPeter Andersson
2011-09-23Implement support for MFA and Fun as timetrap valuePeter Andersson
2011-09-23Fix problem with end_tc being called with incorrect Suite argumentPeter Andersson
2011-09-23Fix error with incorrect test case status when end_per_testcase times outPeter Andersson
2011-09-23Introduce new framework callback function to read info about color of commentsPeter Andersson
2011-09-23Fix incorrect module name arg to FW:end_tc/3Peter Andersson
2011-09-13test_server: Show line number for caller of test_server:fail()Björn Gustavsson
2011-08-18common_test: Use line numbers in exceptionsBjörn Gustavsson
2011-08-18test_server: Refactor init_per_testcase/3 into two functionsBjörn Gustavsson
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-15Update framwork backwards compatability check to use TEST_SERVER_FRAMEWORK as...Lukas Larsson
2011-04-15Update end_tc framework calls to check the name of the framework module inste...Lukas Larsson
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-02-28Merge branch 'lukas/tools/cover_mem_footprint/OTP-9043' into devLukas Larsson
2011-02-17Merge branch 'lukas/common_test/updates_needed_before_migration/OTP-8768' int...Lukas Larsson
2011-02-16Update TEST_SERVER_FRAMEWORK os variable to be regarded as undet if set to un...Lukas Larsson
2011-02-01Split the cover ets tables into two tables, one with the clause info and one ...Lukas Larsson
2011-01-26Make the call to cover parallel so that the test_server takes advantage of th...Lukas Larsson
2010-12-08Update ct_framework calls to allow manipulation of test results in end_tc wit...Lukas Larsson
2010-12-08Update end_tc fw call to get {skip,Reason} instead of 'skipped' as return valueLukas Larsson
2010-12-08Update framework callbacks to use end_tc/4 if available. end_tc/4 can return ...Lukas Larsson
2010-09-02Fix problem with {fail,Result} from end_tc not being recognizedPeter Andersson
2010-06-09Fix so that ct_run converts relative diretories in the code path to absolutePeter Andersson
2010-06-09Fix bug in handling framework:end_tc timeoutsPeter Andersson