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

  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
deduplicate_tests_unittest.py 192 layout_test_dir = os.path.join(checkout_root, 'LayoutTests')
195 ('platform/mac/test.html', layout_test_dir)),
201 ('platform/mac/test.html', os.path.join(layout_test_dir, 'platform/mac'))),
203 ('platform/mac/test.html', os.path.join(layout_test_dir, 'platform/win'))),
deduplicate_tests.py 185 layout_test_dir = os.path.join(checkout_root, 'LayoutTests')
186 abs_path = os.path.join(layout_test_dir, filename)
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
base_unittest.py 195 layout_test_dir = port.layout_tests_dir()
196 test_file = port._filesystem.join(layout_test_dir, "foo", "bar.html")
240 layout_test_dir = port.layout_tests_dir()
241 test_file = filesystem.join(layout_test_dir, 'fast', 'test.html')

Completed in 761 milliseconds