aboutsummaryrefslogtreecommitdiffstats
path: root/lib/test_server/src
AgeCommit message (Expand)Author
2012-03-11Introduce error notification printout in the tc logPeter Andersson
2012-03-09Merge branch 'lukas/test_server/ts_skip_unknown_applications/OTP-9971' into m...Lukas Larsson
2012-03-09Ignore non-app suites when checking suites to skipLukas Larsson
2012-03-09Create special spec file when application is missingLukas Larsson
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-06Merge remote branch 'origin/peppe/common_test/otp-9930' 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
2012-03-02Fix problem with handling error_logger eventsPeter Andersson
2011-12-09Update copyright yearsBjörn-Egil Dahlberg
2011-12-09Merge remote branch 'origin/peppe/common_test/groups'Peter Andersson
2011-12-07Merge remote branch 'origin/peppe/common_test/report_logfile'Peter Andersson
2011-12-07Change init/end_per_group/0 -> init/end_per_group/1Peter Andersson
2011-12-07Add tests for group specification and info functionPeter Andersson
2011-12-02Make whole of OTP build and release on Win64Patrik Nyblom
2011-12-02Implement the group info functionPeter Andersson
2011-11-30Get test case log file name reported to userPeter 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-28Merge branch 'bjorn/line-numbers/OTP-9468' into majorBjörn Gustavsson
2011-09-27Fix problem with test_server_ctrl creating invalid conf testPeter 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 incorrect src linksPeter 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-23Introduce new 'logopts' flagPeter Andersson
2011-09-23Fix problem with automatically generated init & end-config functions for groupsPeter Andersson
2011-09-23Fix error with test_server not releasing SASL TTY handlersPeter Andersson
2011-09-20Merge branch 'dev' into majorHenrik Nord
2011-09-15Fix misspelling of compatibilityTuncer Ayaz
2011-09-13test_server: Show line number for caller of test_server:fail()Björn Gustavsson
2011-09-02Merge branch 'dev' into majorHans Bolinder
2011-08-31Update to reflect new cth callback apiLukas Larsson
2011-08-29Merge branch 'dev' into majorHenrik Nord
2011-08-29Merge branch 'rz/add_proplist_type' into devHenrik Nord
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-05-24Add a proplist() typerzezeski