| Index: webkit/tools/layout_tests/layout_package/test_failures.py
|
| diff --git a/webkit/tools/layout_tests/layout_package/test_failures.py b/webkit/tools/layout_tests/layout_package/test_failures.py
|
| index 1e59462c12295189c3e4ee8cdbabbadd9ca180f6..8779a689c1bd1057f7c48f675034d2946e79667d 100644
|
| --- a/webkit/tools/layout_tests/layout_package/test_failures.py
|
| +++ b/webkit/tools/layout_tests/layout_package/test_failures.py
|
| @@ -202,3 +202,10 @@ class FailureImageHashMismatch(FailureWithType):
|
| # to the PNGs rather than the checksums.
|
| return "Image mismatch"
|
|
|
| +class FailureFuzzyFailure(FailureWithType):
|
| + """Image hashes didn't match."""
|
| + OUT_FILENAMES = ["-actual-win.png", "-expected.png"]
|
| +
|
| + @staticmethod
|
| + def Message():
|
| + return "Fuzzy image match also failed"
|
|
|