Home
last modified time | relevance | path

Searched refs:remove_configuration_from_test (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
Dtest_expectations_unittest.py506 …actual_expectations = expectations.remove_configuration_from_test('failures/expected/foo.html', te…
523 …actual_expectations = expectations.remove_configuration_from_test('failures/expected/foo.html', te…
543 …actual_expectations = expectations.remove_configuration_from_test('failures/expected/foo.html', te…
544 …actual_expectations = expectations.remove_configuration_from_test('failures/expected/foo.html', ho…
564 …actual_expectations = expectations.remove_configuration_from_test('failures/expected/foo.html', te…
565 …actual_expectations = expectations.remove_configuration_from_test('failures/expected/foo.html', ho…
584 …actual_expectations = expectations.remove_configuration_from_test('failures/expected/foo.html', te…
585 …actual_expectations = expectations.remove_configuration_from_test('failures/expected/foo.html', ho…
603 …actual_expectations = expectations.remove_configuration_from_test('failures/expected/foo.html', te…
604 …actual_expectations = expectations.remove_configuration_from_test('failures/expected/foo.html', ho…
[all …]
Dtest_expectations.py1021 def remove_configuration_from_test(self, test, test_configuration): member in TestExpectations
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
Drebaseline.py421 … expectationsString = expectations.remove_configuration_from_test(test, test_configuration)
430 … expectationsString = generic_expectations.remove_configuration_from_test(test, test_configuration)