Searched refs:test_file_name (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Tools/Scripts/ |
D | run-qtwebkit-tests | 123 log.info("Running... %s", test_suite.test_file_name()) 125 tst = Popen([test_suite.test_file_name()] + options.split(), stdout=PIPE, stderr=None) 127 tst = Popen([test_suite.test_file_name()] + options.split(), stdout=None, stderr=STDOUT) 130 …g("Setting timeout timer %i sec on %s (process %s)", timeout, test_suite.test_file_name(), tst.pid) 147 … log.error("Timeout, process '%s' (%i) was terminated", test_suite.test_file_name(), tst.pid) 157 log.info("Finished %s", test_suite.test_file_name()) 178 def test_file_name(self):
|
/external/chromium/chrome/browser/ |
D | browser_encoding_uitest.cc | 181 const char* test_file_name; // File name of test data. in TEST_F() member 253 test_file_path = test_file_path.AppendASCII(kTestDatas[i].test_file_name); in TEST_F() 286 full_saved_file_name = save_dir_.AppendASCII(kTestDatas[i].test_file_name); in TEST_F()
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
D | rebaselineserver.py | 315 test_file_name = os.path.splitext(os.path.basename(test_file))[0] 335 file_name = test_file_name + '-expected' + extension
|
/external/webkit/Tools/Scripts/webkitpy/common/checkout/ |
D | scm_unittest.py | 1213 test_file_name = 'binary_file' 1214 test_file_path = os.path.join(self.git_checkout_path, test_file_name) 1217 run_command(['git', 'add', test_file_name]) 1223 run_command(['git', 'rm', '-f', test_file_name]) 1230 run_command(['git', 'add', test_file_name])
|