Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Unified Diff: sky/tools/webkitpy/layout_tests/models/test_run_results_unittest.py

Issue 802573002: Prepare python code for reftests. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sky/tools/webkitpy/layout_tests/models/test_run_results_unittest.py
diff --git a/sky/tools/webkitpy/layout_tests/models/test_run_results_unittest.py b/sky/tools/webkitpy/layout_tests/models/test_run_results_unittest.py
index 99d22462ab7c51e14d4af5695413d81893b9bfb1..300bdbfa7e3474e86f524d03a6e674745ac9c8a6 100644
--- a/sky/tools/webkitpy/layout_tests/models/test_run_results_unittest.py
+++ b/sky/tools/webkitpy/layout_tests/models/test_run_results_unittest.py
@@ -105,7 +105,7 @@ class InterpretTestFailuresTest(unittest.TestCase):
self.port = host.port_factory.get(port_name='test')
def test_interpret_test_failures(self):
- test_dict = test_run_results._interpret_test_failures([test_failures.FailureReftestMismatchDidNotOccur(self.port.abspath_for_test('foo/reftest-expected-mismatch.html'))])
+ test_dict = test_run_results._interpret_test_failures([test_failures.FailureReftestMismatchDidNotOccur(self.port.abspath_for_test('foo/reftest-expected-mismatch.sky'))])
self.assertEqual(len(test_dict), 0)
test_dict = test_run_results._interpret_test_failures([test_failures.FailureMissingAudio()])

Powered by Google App Engine
This is Rietveld 408576698