Title: [89333] trunk/LayoutTests
Revision
89333
Author
[email protected]
Date
2011-06-20 20:32:04 -0700 (Mon, 20 Jun 2011)

Log Message

2011-06-20  Kenneth Russell  <[email protected]>

        Unreviewed. Updated Chromium test expectations to fix ui_test
        WorkerTest.WorkerScriptError after WebKit roll to r89329.

        * platform/chromium-win/fast/workers/worker-script-error-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (89332 => 89333)


--- trunk/LayoutTests/ChangeLog	2011-06-21 03:00:16 UTC (rev 89332)
+++ trunk/LayoutTests/ChangeLog	2011-06-21 03:32:04 UTC (rev 89333)
@@ -1,3 +1,10 @@
+2011-06-20  Kenneth Russell  <[email protected]>
+
+        Unreviewed. Updated Chromium test expectations to fix ui_test
+        WorkerTest.WorkerScriptError after WebKit roll to r89329.
+
+        * platform/chromium-win/fast/workers/worker-script-error-expected.txt:
+
 2011-06-20  Dai Mikurube  <[email protected]>
 
         Reviewed by Kent Tamura.

Modified: trunk/LayoutTests/platform/chromium-win/fast/workers/worker-script-error-expected.txt (89332 => 89333)


--- trunk/LayoutTests/platform/chromium-win/fast/workers/worker-script-error-expected.txt	2011-06-21 03:00:16 UTC (rev 89332)
+++ trunk/LayoutTests/platform/chromium-win/fast/workers/worker-script-error-expected.txt	2011-06-21 03:32:04 UTC (rev 89333)
@@ -5,8 +5,9 @@
 PASS: event listener invoked for a script that has script error 'Uncaught ReferenceError: foo is not defined' at line 1.
 PASS: onerror invoked for a script that has script error 'Uncaught ReferenceError: foo is not defined' at line 7.
 PASS: onerror invoked for a script that has script error 'Uncaught ReferenceError: bar is not defined' at line 3.
-PASS: onerror invoked for a script that has script error 'Uncaught ReferenceError: foo is not defined' at line 7.
-PASS: onerror invoked for a script that has script error 'Uncaught ReferenceError: foo is not defined' at line 7.
+message from worker: "PASS: onerror in worker context invoked for a script that has script error 'Uncaught ReferenceError: foo is not defined' at line 10 in worker-script-error-bubbled.js".
+PASS: onerror invoked for a script that has script error 'Uncaught ReferenceError: foo is not defined' at line 10.
+PASS: onerror invoked for a script that has script error 'Uncaught ReferenceError: foo is not defined' at line 10.
 PASS: message received from WorkerGlobalScope.onerror: onerror invoked for a script that has script error 'Uncaught ReferenceError: foo is not defined' at line 7.
 PASS: onerror invoked for an exception in setTimeout callback.
 DONE
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to