aboutsummaryrefslogtreecommitdiffstats
path: root/lib/test_server
AgeCommit message (Expand)Author
2012-11-08Remove stale support for remote target nodesBjörn Gustavsson
2012-11-07[test_server] Skip test cases if init_per_group fails in user timetrapSiri Hansen
2012-11-07[test_server] Add Config to run_test_case_msgloop/1 from the startSiri Hansen
2012-11-02Merge branch 'maint'Lukas Larsson
2012-10-31Merge branch 'siri/cover-tests'Siri Hansen
2012-10-30[test_server] Add option {start_cover,false} to test_server:start_nodeSiri Hansen
2012-10-30[common_test, test_server] Don't flush cover if cover is not runningSiri Hansen
2012-10-30[common_test] Add option cover_stopSiri Hansen
2012-10-30[test_server] Allow cross cover analysis when testing through common_testSiri Hansen
2012-10-30[test_server] Start cover in test_server:wait_for_nodeSiri Hansen
2012-10-30[test_server] Multiply timers with timetrap_scale_factor when starting nodesSiri Hansen
2012-10-30[test_server] Include all test_server modules in code coverage analysisSiri Hansen
2012-10-30[test_server] Don't stop cover after test is finishedSiri Hansen
2012-10-26Simplify managment of test_server_locBjörn Gustavsson
2012-10-26Keep the information about the current test case consistentBjörn Gustavsson
2012-10-26test_server: Eliminate the Loc argument for do_end_tc_call()Björn Gustavsson
2012-10-26Refactor the handling of the make_priv_dir messageBjörn Gustavsson
2012-10-26test_server: Refactor run_test_case_msgloop()Björn Gustavsson
2012-10-26Merge branch 'bjorn/test_server/test-cases'Björn Gustavsson
2012-10-26Merge branch 'bjorn/ct/separate-io-server/OTP-10101'Björn Gustavsson
2012-10-25[test_server] Set data_dir correctly when suite is cover compiledSiri Hansen
2012-10-25test_server tests: Be kind to Windows by using shorter pathnamesBjörn Gustavsson
2012-10-23Eliminate unexpected I/O to the minor log fileBjörn Gustavsson
2012-10-23Introduce test_server_io and test_server_glBjörn Gustavsson
2012-10-23Clean up initialization of parallel test casesBjörn Gustavsson
2012-10-23Introduce is_io_buffered/0 to somewhat improve readabilityBjörn Gustavsson
2012-10-23test_server_ctrl: Consistently use set_io_buffering/1Björn Gustavsson
2012-10-12Merge branch 'egil/add-scalefactor-to-start_node'Björn-Egil Dahlberg
2012-10-08test_server: Let start_node/3 utilize scalefactorBjörn-Egil Dahlberg
2012-10-08test_server: Refactor timetrap_scale_factor/0Björn-Egil Dahlberg
2012-10-05ts_run: Always turn on timetrap scaling when starting common_testBjörn Gustavsson
2012-10-03Merge branch 'bjorn/test_server/fix-test-cases'Björn Gustavsson
2012-10-01Verify that ebin folder of applications existsLukas Larsson
2012-10-01Provided better information when the test cases failBjörn Gustavsson
2012-10-01Merge branch 'bjorn/test_server/dialyzer-fixes'Björn Gustavsson
2012-09-27Merge branch 'dgud/ct/fix-trashed-logs/OTP-10369'Dan Gudmundsson
2012-09-26test_server_ctrl: Don't use undocumented features of io:format()Björn Gustavsson
2012-09-26Remove the useless test_server_line_SUITE test suiteBjörn Gustavsson
2012-09-26test_server_SUITE: Remove the undefined_functions/1 test caseBjörn Gustavsson
2012-09-26Fix obsolete assumption for the return type of os:type/0Björn Gustavsson
2012-09-20Merge branch 'bjorn/ct-fix-silent-death/OTP-9769'Björn Gustavsson
2012-09-20ts: Remove the non-working ts:clean/0,1 commandsBjörn Gustavsson
2012-09-20ts: Remove the obsolete ts:index/0 commandBjörn Gustavsson
2012-09-20ts: Remove the unused module ts_selftestBjörn Gustavsson
2012-09-20ts_run: Make errors from ct:run_test/1 visibleBjörn Gustavsson
2012-09-19[ct] Block output into single io callDan Gudmundsson
2012-09-19Teach test_server to report severe errors to common_testBjörn Gustavsson
2012-09-19test_server_ctrl: Present "cannot create log dir" errors more neatlyBjörn Gustavsson
2012-09-19test_server_ctrl: Don't die in stop_extra_tools/1Björn Gustavsson
2012-09-04Merge tag 'OTP_R15B02'Björn-Egil Dahlberg