HomeSort by relevance Sort by last modified time
    Searched refs:layouttests (Results 1 - 2 of 2) 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),
layouttest_analyzer.py 16 import layouttests namespace
17 from layouttests import DEFAULT_LAYOUTTEST_SVN_VIEW_LOCATION
146 filter_names = layouttests.LayoutTests.GetLayoutTestNamesFromCSV(
149 layouttests.LayoutTests.GetParentDirectoryList(filter_names))
155 # http://src.chromium.org/blink/trunk/LayoutTests/media
168 layouttests_object = layouttests.LayoutTests(
473 data_map, layouttests.DEFAULT_LAYOUTTEST_LOCATION, rev
    [all...]

Completed in 496 milliseconds