Title: [127129] trunk/LayoutTests
- Revision
- 127129
- Author
- [email protected]
- Date
- 2012-08-30 05:59:28 -0700 (Thu, 30 Aug 2012)
Log Message
Update test expectations to follow common guidelines.
https://bugs.webkit.org/show_bug.cgi?id=95442
Patch by Anton Muhin <[email protected]> on 2012-08-30
Reviewed by Csaba Osztrogonác.
Follow up to https://trac.webkit.org/changeset/127117
* fast/events/set-attribute-listener-window-onerror-crash-expected.txt:
* platform/chromium/fast/events/set-attribute-listener-window-onerror-crash-expected.txt: Added.
Modified Paths
Added Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (127128 => 127129)
--- trunk/LayoutTests/ChangeLog 2012-08-30 12:37:11 UTC (rev 127128)
+++ trunk/LayoutTests/ChangeLog 2012-08-30 12:59:28 UTC (rev 127129)
@@ -1,3 +1,15 @@
+2012-08-30 Anton Muhin <[email protected]>
+
+ Update test expectations to follow common guidelines.
+ https://bugs.webkit.org/show_bug.cgi?id=95442
+
+ Reviewed by Csaba Osztrogonác.
+
+ Follow up to https://trac.webkit.org/changeset/127117
+
+ * fast/events/set-attribute-listener-window-onerror-crash-expected.txt:
+ * platform/chromium/fast/events/set-attribute-listener-window-onerror-crash-expected.txt: Added.
+
2012-08-30 Mikhail Pozdnyakov <[email protected]>
[EFL] Gardening after r127108
Modified: trunk/LayoutTests/fast/events/set-attribute-listener-window-onerror-crash-expected.txt (127128 => 127129)
--- trunk/LayoutTests/fast/events/set-attribute-listener-window-onerror-crash-expected.txt 2012-08-30 12:37:11 UTC (rev 127128)
+++ trunk/LayoutTests/fast/events/set-attribute-listener-window-onerror-crash-expected.txt 2012-08-30 12:59:28 UTC (rev 127129)
@@ -1,2 +1,2 @@
-CONSOLE MESSAGE: line 16: Uncaught SyntaxError: Unexpected token ;
+CONSOLE MESSAGE: line 16: SyntaxError: Unexpected token ';'
Test passes if it does not crash.
Copied: trunk/LayoutTests/platform/chromium/fast/events/set-attribute-listener-window-onerror-crash-expected.txt (from rev 127128, trunk/LayoutTests/fast/events/set-attribute-listener-window-onerror-crash-expected.txt) (0 => 127129)
--- trunk/LayoutTests/platform/chromium/fast/events/set-attribute-listener-window-onerror-crash-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/chromium/fast/events/set-attribute-listener-window-onerror-crash-expected.txt 2012-08-30 12:59:28 UTC (rev 127129)
@@ -0,0 +1,2 @@
+CONSOLE MESSAGE: line 16: Uncaught SyntaxError: Unexpected token ;
+Test passes if it does not crash.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes