Home
last modified time | relevance | path

Searched refs:test_file_name (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Tools/Scripts/
Drun-qtwebkit-tests123 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/
Dbrowser_encoding_uitest.cc181 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/
Drebaselineserver.py315 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/
Dscm_unittest.py1213 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])