Title: [126821] trunk/LayoutTests
Revision
126821
Author
[email protected]
Date
2012-08-27 17:02:09 -0700 (Mon, 27 Aug 2012)

Log Message

Gardening: skipping tests due to WebCore::JSEventListener::jsFunction(WebCore::ScriptExecutionContext*) crashes.
https://bugs.webkit.org/show_bug.cgi?id=95144.

Patch by Mark Lam <[email protected]> on 2012-08-27
Reviewed by Stephanie Lewis.

fast/events/keyevent-iframe-removed-crash.html
fullscreen/full-screen-iframe-zIndex.html
fullscreen/full-screen-restrictions.html
http/tests/security/MessagePort/event-listener-context.html
platform/mac/accessibility/search-with-frames.html
svg/custom/use-instanceRoot-as-event-target.xhtml

* platform/mac/Skipped:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (126820 => 126821)


--- trunk/LayoutTests/ChangeLog	2012-08-27 23:52:53 UTC (rev 126820)
+++ trunk/LayoutTests/ChangeLog	2012-08-28 00:02:09 UTC (rev 126821)
@@ -1,3 +1,19 @@
+2012-08-27  Mark Lam  <[email protected]>
+
+        Gardening: skipping tests due to WebCore::JSEventListener::jsFunction(WebCore::ScriptExecutionContext*) crashes.
+        https://bugs.webkit.org/show_bug.cgi?id=95144.
+
+        Reviewed by Stephanie Lewis.
+
+        fast/events/keyevent-iframe-removed-crash.html
+        fullscreen/full-screen-iframe-zIndex.html
+        fullscreen/full-screen-restrictions.html
+        http/tests/security/MessagePort/event-listener-context.html
+        platform/mac/accessibility/search-with-frames.html
+        svg/custom/use-instanceRoot-as-event-target.xhtml
+
+        * platform/mac/Skipped:
+
 2012-08-27  Julien Chaffraix  <[email protected]>
 
         More unreviewed rebaselining after r126683.

Modified: trunk/LayoutTests/platform/mac/Skipped (126820 => 126821)


--- trunk/LayoutTests/platform/mac/Skipped	2012-08-27 23:52:53 UTC (rev 126820)
+++ trunk/LayoutTests/platform/mac/Skipped	2012-08-28 00:02:09 UTC (rev 126821)
@@ -1016,10 +1016,19 @@
 fast/block/float/016.html
 
 # https://bugs.webkit.org/show_bug.cgi?id=93878
-# Due to JSC::Bindings::Instance::createRuntimeObject(JSC::ExecState*) crash:
+# Due to JSC::Bindings::Instance::createRuntimeObject(JSC::ExecState*) crashes:
 editing/pasteboard/paste-TIFF.html
 platform/mac/editing/pasteboard/dataTransfer-set-data-file-url.html
 
+# https://bugs.webkit.org/show_bug.cgi?id=93878 (yes, same bug as the previous)
+# Due to WebCore::JSEventListener::jsFunction(WebCore::ScriptExecutionContext*) crashes:
+fast/events/keyevent-iframe-removed-crash.html
+fullscreen/full-screen-iframe-zIndex.html
+fullscreen/full-screen-restrictions.html
+http/tests/security/MessagePort/event-listener-context.html
+platform/mac/accessibility/search-with-frames.html
+svg/custom/use-instanceRoot-as-event-target.xhtml
+
 # Assorted failures that need investigation
 
 # --- Canvas ---
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to