Title: [111288] trunk/Tools
- Revision
- 111288
- Author
- [email protected]
- Date
- 2012-03-19 18:22:45 -0700 (Mon, 19 Mar 2012)
Log Message
webkitpy: fix nit - incorrect reference to DRT in test_expectations.py
https://bugs.webkit.org/show_bug.cgi?id=81598
Reviewed by Eric Seidel.
"DumpRenderTree" shouldn't be hard-coded here, since some other
process may actually be crashing (WebKitTestRunner, WebProcess, etc.)
* Scripts/webkitpy/layout_tests/models/test_expectations.py:
(TestExpectations):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (111287 => 111288)
--- trunk/Tools/ChangeLog 2012-03-20 01:21:16 UTC (rev 111287)
+++ trunk/Tools/ChangeLog 2012-03-20 01:22:45 UTC (rev 111288)
@@ -1,5 +1,18 @@
2012-03-19 Dirk Pranke <[email protected]>
+ webkitpy: fix nit - incorrect reference to DRT in test_expectations.py
+ https://bugs.webkit.org/show_bug.cgi?id=81598
+
+ Reviewed by Eric Seidel.
+
+ "DumpRenderTree" shouldn't be hard-coded here, since some other
+ process may actually be crashing (WebKitTestRunner, WebProcess, etc.)
+
+ * Scripts/webkitpy/layout_tests/models/test_expectations.py:
+ (TestExpectations):
+
+2012-03-19 Dirk Pranke <[email protected]>
+
webkitpy: allow instance data in TestFailure objects
https://bugs.webkit.org/show_bug.cgi?id=81580
Modified: trunk/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py (111287 => 111288)
--- trunk/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py 2012-03-20 01:21:16 UTC (rev 111287)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py 2012-03-20 01:22:45 UTC (rev 111288)
@@ -658,8 +658,7 @@
IMAGE_PLUS_TEXT: ('image and text mismatch',
'image and text mismatch'),
AUDIO: ('audio mismatch', 'audio mismatch'),
- CRASH: ('DumpRenderTree crash',
- 'DumpRenderTree crashes'),
+ CRASH: ('crash', 'crashes'),
TIMEOUT: ('test timed out', 'tests timed out'),
MISSING: ('no expected result found',
'no expected results found')}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes