HomeSort by relevance Sort by last modified time
    Searched refs:test_path (Results 1 - 5 of 5) sorted by null

  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
json_layout_results_generator.py 123 test_path = self._get_path_relative_to_layout_test_root(test)
124 if test_path != test:
125 test_results[test_path] = test_results[test]
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LayoutTestsAutoTest.java 422 String test_path = LAYOUT_TESTS_ROOT; local
424 test_path += runner.mTestPath;
426 test_path = new File(test_path).getAbsolutePath();
427 Log.v("LayoutTestsAutoTest", " Test path : " + test_path);
429 return test_path;
  /external/webkit/JavaScriptCore/tests/mozilla/
runtests.pl 125 $test_path = $test_dir ."/" . $suite ."/". $test_subdir ."/". $js_test;
128 if ( !-e $test_path ) {
  /development/testrunner/
runtest.py 135 parser.add_option("-x", "--path", dest="test_path",
167 and not self._options.test_path
296 elif self._options.test_path:
298 self._tests_to_run = walker.FindTests(self._options.test_path)
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/
rebaseline_chromium_webkit_tests.py     [all...]

Completed in 1800 milliseconds