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

  /external/chromium_org/media/tools/layout_tests/
layouttests_unittest.py 8 from layouttests import LayoutTests
13 """Unit tests for the LayoutTests class."""
16 layouttests = LayoutTests(parent_location_list=['media/'])
18 test_info_map = layouttests.JoinWithTestExpectation(test_expectations)
28 desc1 = LayoutTests.GetTestDescriptionFromSVN(
34 desc2 = LayoutTests.GetTestDescriptionFromSVN('jquery/data.html')
42 self.assertEquals(LayoutTests.GetParentDirectoryList(testname_list),
layouttests.py 20 # LayoutTests SVN root location.
22 'http://src.chromium.org/blink/trunk/LayoutTests/')
23 # LayoutTests SVN view link
25 'http://src.chromium.org/viewvc/blink/trunk/LayoutTests/')
43 class LayoutTests(object):
53 """Initialize LayoutTests using root and CSV file.
177 # Remove the word '/truck/LayoutTests'.
178 file_name = file_name.replace('/trunk/LayoutTests/', '')
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
LayoutTests.java 29 public class LayoutTests extends ActivityTestBase {
32 public LayoutTests() {
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
find_files.py 35 found under the paths passed in. i.e. calling find(["LayoutTests/fast"])
39 the files lying in these directories i.e. find(["LayoutTests"], set(["fast"]))
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/
layouttestresults_unittest.py 83 "layout_tests_dir": "\/b\/build\/slave\/Webkit_Mac10_5\/build\/src\/third_party\/WebKit\/LayoutTests",
  /external/chromium_org/content/test/data/indexeddb/
common.js 78 // WebKit/LayoutTests/fast/js/resources/js-test-pre.js
  /external/chromium_org/v8/test/mjsunit/third_party/
object-keys.js 32 // Based on LayoutTests/fast/js/Object-keys.html
  /external/chromium_org/v8/test/mjsunit/
keywords-and-reserved_words.js 33 // http://trac.webkit.org/export/89109/trunk/LayoutTests/fast/js/script-tests/keywords-and-reserved_words.js
math-round.js 127 // Tests based on WebKit LayoutTests
date.js 170 // LayoutTests/fast/js/script-tests/date-utc-timeclip.js:
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
svn-create-patch 254 my %testDirectories = map { $_ => 1 } qw(LayoutTests);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
test_importer.py 33 - By default, all tests are imported under LayoutTests/w3c/[repo-name].
45 of them in LayoutTests/resources, using the correct relative path
143 help='Import into a specified directory relative to the LayoutTests root. By default, files are imported under LayoutTests/w3c.')
168 self.layout_tests_dir = self.webkit_finder.path_from_webkit_base('LayoutTests')
303 w3c_import_expectations_path = self.webkit_finder.path_from_webkit_base('LayoutTests', 'W3CImportExpectations')
  /external/chromium_org/third_party/WebKit/PerformanceTests/resources/
runner.js 1 // There are tests for computeStatistics() located in LayoutTests/fast/harness/perftests
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
driver.py 242 "file:///src/LayoutTests/fast/html/keygen.html" it would return
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/model/
jsonresults_unittest.py 113 "layout_tests_dir": "\/tmp\/cr\/src\/third_party\/WebKit\/LayoutTests",
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
PrettyPatch.rb 93 LayoutTests
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
flakiness_dashboard.js 34 var TEST_URL_BASE_PATH_FOR_BROWSING = 'http://src.chromium.org/viewvc/blink/trunk/LayoutTests/';
35 var TEST_URL_BASE_PATH_FOR_XHR = 'http://src.chromium.org/blink/trunk/LayoutTests/';
    [all...]

Completed in 433 milliseconds