Title: [90233] trunk/LayoutTests
Revision
90233
Author
[email protected]
Date
2011-07-01 09:21:39 -0700 (Fri, 01 Jul 2011)

Log Message

Update expected results after r90159

Fixes <http://webkit.org/b/63810> REGRESSION (r90159): fast/events/window-onerror5.html
failing

* fast/events/window-onerror5-expected.txt: Updated for progression.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (90232 => 90233)


--- trunk/LayoutTests/ChangeLog	2011-07-01 16:18:48 UTC (rev 90232)
+++ trunk/LayoutTests/ChangeLog	2011-07-01 16:21:39 UTC (rev 90233)
@@ -1,3 +1,12 @@
+2011-07-01  Adam Roben  <[email protected]>
+
+        Update expected results after r90159
+
+        Fixes <http://webkit.org/b/63810> REGRESSION (r90159): fast/events/window-onerror5.html
+        failing
+
+        * fast/events/window-onerror5-expected.txt: Updated for progression.
+
 2011-07-01  Balazs Kelemen  <[email protected]>
 
         Reviewed by Andreas Kling.

Modified: trunk/LayoutTests/fast/events/window-onerror5-expected.txt (90232 => 90233)


--- trunk/LayoutTests/fast/events/window-onerror5-expected.txt	2011-07-01 16:18:48 UTC (rev 90232)
+++ trunk/LayoutTests/fast/events/window-onerror5-expected.txt	2011-07-01 16:21:39 UTC (rev 90233)
@@ -1,4 +1,4 @@
 Test that window.onerror is invoked for syntax error in eval. You should see a log record if window.onerror is working properly for this test.Bug 8519.
 
-Error caught successfully: SyntaxError: Unexpected EOF File: undefined Line: 1
+Error caught successfully: SyntaxError: Unexpected EOF File: window-onerror5.html Line: 16
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to