Modified: branches/dfgFourthTier/LayoutTests/ChangeLog (147603 => 147604)
--- branches/dfgFourthTier/LayoutTests/ChangeLog 2013-04-04 01:39:07 UTC (rev 147603)
+++ branches/dfgFourthTier/LayoutTests/ChangeLog 2013-04-04 01:52:42 UTC (rev 147604)
@@ -1,3 +1,14 @@
+2013-04-03 Filip Pizlo <[email protected]>
+
+ fourthTier: Just linking LLVM into JSC causes all plugin tests to fail
+ https://bugs.webkit.org/show_bug.cgi?id=113915
+
+ Reviewed by nobody.
+
+ This is pretty funny. I don't know, yet, what is going on, but I don't want it to block other work.
+
+ * platform/mac/TestExpectations:
+
2013-03-29 Filip Pizlo <[email protected]>
fourthTier: FTL JIT should be able to compile the Marsaglia random number generator
Modified: branches/dfgFourthTier/LayoutTests/platform/mac/TestExpectations (147603 => 147604)
--- branches/dfgFourthTier/LayoutTests/platform/mac/TestExpectations 2013-04-04 01:39:07 UTC (rev 147603)
+++ branches/dfgFourthTier/LayoutTests/platform/mac/TestExpectations 2013-04-04 01:52:42 UTC (rev 147604)
@@ -62,7 +62,8 @@
fast/history/back-forward-reset-after-error-handling.html
# Need to implement this in plugins code in WebKit
-plugins/reloadplugins-and-pages.html
+# Skipped for fourthTier, see https://bugs.webkit.org/show_bug.cgi?id=113915
+plugins/reloadplugins-and-pages.html [ Skip ]
# This test requires ogg codecs
media/media-can-play-ogg.html
@@ -89,7 +90,8 @@
fast/dom/HTMLProgressElement/progress-element.html
# eventSender needs to propagate the event to the calling window, not the main frame always.
-http/tests/plugins/plugin-document-has-focus.html
+# Skipped for fourthTier, see https://bugs.webkit.org/show_bug.cgi?id=113915
+http/tests/plugins/plugin-document-has-focus.html [ Skip ]
# Requires testRunner.setMediaType() and implementation
fast/media/print-restores-previous-mediatype.html
@@ -345,11 +347,13 @@
# https://bugs.webkit.org/show_bug.cgi?id=46223
# The WebKit plugin implementation does not support iframe shims.
-plugins/iframe-shims.html
+# Skipped for fourthTier, see https://bugs.webkit.org/show_bug.cgi?id=113915
+plugins/iframe-shims.html [ Skip ]
# This new test runs differently on the buildbot than it doesn on user
# machines. I'll ask jnd to fix it once he's back from vacation.
-plugins/plugin-initiate-popup-window.html
+# Skipped for fourthTier, see https://bugs.webkit.org/show_bug.cgi?id=113915
+plugins/plugin-initiate-popup-window.html [ Skip ]
# Requires WebP support.
fast/canvas/canvas-toDataURL-webp.html
@@ -358,7 +362,8 @@
http/tests/images/webp-progressive-load.html
# Times out because plugins aren't allowed to execute JS after NPP_Destroy has been called in WebKit1's OOP plugins implementation http://webkit.org/b/48929
-plugins/evaluate-js-after-removing-plugin-element.html
+# Skipped for fourthTier, see https://bugs.webkit.org/show_bug.cgi?id=113915
+plugins/evaluate-js-after-removing-plugin-element.html [ Skip ]
# Very flaky: https://bugs.webkit.org/show_bug.cgi?id=49182
animations/stop-animation-on-suspend.html
@@ -425,7 +430,8 @@
# Timing out for unknown reasons. Passes on Chromium, QT and GTK+.
# https://bugs.webkit.org/show_bug.cgi?id=58924
-plugins/mouse-click-iframe-to-plugin.html
+# Skipped for fourthTier, see https://bugs.webkit.org/show_bug.cgi?id=113915
+# plugins/mouse-click-iframe-to-plugin.html [ Skip ]
# HTTP 204 (No Content) should be ignored
# https://bugs.webkit.org/show_bug.cgi?id=60206
@@ -682,8 +688,9 @@
webarchive/test-css-url-resources-inline-styles.html
# https://bugs.webkit.org/show_bug.cgi?id=82668
-plugins/mouse-events.html
-plugins/mouse-move-over-plugin-in-frame.html
+# Skipped for fourthTier, see https://bugs.webkit.org/show_bug.cgi?id=113915
+plugins/mouse-events.html [ Skip ]
+plugins/mouse-move-over-plugin-in-frame.html [ Skip ]
# https://bugs.webkit.org/show_bug.cgi?id=82671
http/tests/inspector/console-cross-origin-iframe-logging.html
@@ -722,10 +729,11 @@
inspector/debugger/callstack-placards-discarded.html
# https://bugs.webkit.org/show_bug.cgi?id=82972
-plugins/keyboard-events.html
-plugins/layout-in-beforeload-listener-affects-plugin-loading.html
-plugins/mouse-events-fixedpos.html
-plugins/multiple-plugins.html
+# Skipped for fourthTier, see https://bugs.webkit.org/show_bug.cgi?id=113915
+plugins/keyboard-events.html [ Skip ]
+plugins/layout-in-beforeload-listener-affects-plugin-loading.html [ Skip ]
+plugins/mouse-events-fixedpos.html [ Skip ]
+plugins/multiple-plugins.html [ Skip ]
# https://bugs.webkit.org/show_bug.cgi?id=82976
media/W3C/video/networkState/networkState_during_progress.html
@@ -795,9 +803,10 @@
inspector/extensions/extensions-audits-content-script.html
# https://bugs.webkit.org/show_bug.cgi?id=86480
-plugins/npruntime/delete-plugin-within-setProperty.html
-plugins/npruntime/delete-plugin-within-hasProperty-return-true.html
-plugins/npruntime/delete-plugin-within-hasProperty-return-false.html
+# Skipped for fourthTier, see https://bugs.webkit.org/show_bug.cgi?id=113915
+plugins/npruntime/delete-plugin-within-setProperty.html [ Skip ]
+plugins/npruntime/delete-plugin-within-hasProperty-return-true.html [ Skip ]
+plugins/npruntime/delete-plugin-within-hasProperty-return-false.html [ Skip ]
# https://bugs.webkit.org/show_bug.cgi?id=87347
fast/frames/flattening/iframe-tiny.html
@@ -865,7 +874,8 @@
fast/js/global-constructors.html
# https://bugs.webkit.org/show_bug.cgi?id=91505
-platform/mac/plugins/root-object-premature-delete-crash.html
+# Skipped for fourthTier, see https://bugs.webkit.org/show_bug.cgi?id=113915
+platform/mac/plugins/root-object-premature-delete-crash.html [ Skip ]
# This test depends on subpixel layout.
# https://bugs.webkit.org/show_bug.cgi?id=92352
@@ -1109,17 +1119,20 @@
# --- Plugins ---
# WebKit1 OOP plug-ins: Can't evaluate _javascript_ from NPP_Destroy.
-plugins/document-open.html
-plugins/geturlnotify-during-document-teardown.html
-plugins/nested-plugin-objects.html
-plugins/netscape-destroy-plugin-script-objects.html
-plugins/open-and-close-window-with-plugin.html
+# Skipped for fourthTier, see https://bugs.webkit.org/show_bug.cgi?id=113915
+plugins/document-open.html [ Skip ]
+plugins/geturlnotify-during-document-teardown.html [ Skip ]
+plugins/nested-plugin-objects.html [ Skip ]
+plugins/netscape-destroy-plugin-script-objects.html [ Skip ]
+plugins/open-and-close-window-with-plugin.html [ Skip ]
# WebKit1 OOP plug-ins: No support for getting the form value.
-plugins/form-value.html
+# Skipped for fourthTier, see https://bugs.webkit.org/show_bug.cgi?id=113915
+plugins/form-value.html [ Skip ]
# WebKit1 OOP plug-ins: Exceptions aren't thrown on invoke failure.
-plugins/npruntime/invoke-failure.html
+# Skipped for fourthTier, see https://bugs.webkit.org/show_bug.cgi?id=113915
+plugins/npruntime/invoke-failure.html [ Skip ]
# https://bugs.webkit.org/show_bug.cgi?id=93589
# Very flaky, often failing on retry, too.
@@ -1168,24 +1181,29 @@
webkit.org/b/57688 fast/text/international/thai-line-breaks.html [ Failure Pass ]
# Fails on WK1, but passes on WK2. (No syntax available for this situation.)
-webkit.org/b/58192 plugins/npp-set-window-called-during-destruction.html [ Failure Pass ]
+# Skipped for fourthTier, see https://bugs.webkit.org/show_bug.cgi?id=113915
+webkit.org/b/58192 plugins/npp-set-window-called-during-destruction.html [ Skip ]
-webkit.org/b/112646 plugins/private-browsing-mode.html [ Failure Pass ]
-webkit.org/b/112616 plugins/plugin-clip-subframe.html [ Failure Pass ]
+# Skipped for fourthTier, see https://bugs.webkit.org/show_bug.cgi?id=113915
+webkit.org/b/112646 plugins/private-browsing-mode.html [ Skip ]
+webkit.org/b/112616 plugins/plugin-clip-subframe.html [ Skip ]
# Occasional assertion in JSNPObject::invalidate()
-webkit.org/b/112518 [ Debug ] plugins/object-onfocus-mutation-crash.html [ Crash Pass ]
-webkit.org/b/112518 [ Debug ] plugins/npruntime/evaluate.html [ Crash Pass ]
+# Skipped for fourthTier, see https://bugs.webkit.org/show_bug.cgi?id=113915
+webkit.org/b/112518 [ Debug ] plugins/object-onfocus-mutation-crash.html [ Skip ]
+webkit.org/b/112518 [ Debug ] plugins/npruntime/evaluate.html [ Skip ]
# https://bugs.webkit.org/show_bug.cgi?id=104054
webkit.org/b/104054 svg/custom/use-href-update-crash.svg [ Failure Pass ]
# Flakey plugin tests
-webkit.org/b/82752 plugins/netscape-dom-access-and-reload.html [ Failure Pass ]
+# Skipped for fourthTier, see https://bugs.webkit.org/show_bug.cgi?id=113915
+webkit.org/b/82752 plugins/netscape-dom-access-and-reload.html [ Skip ]
# Asserts sometimes
webkit.org/b/111902 [ Debug ] fast/frames/sandboxed-iframe-navigation-allowed.html [ Crash Pass ]
-webkit.org/b/111902 [ Debug ] fast/frames/sandboxed-iframe-plugins.html [ Crash Pass ]
+# Skipped for fourthTier, see https://bugs.webkit.org/show_bug.cgi?id=113915
+webkit.org/b/111902 [ Debug ] fast/frames/sandboxed-iframe-plugins.html [ Skip ]
# Flaky tests when run multi-process
webkit.org/b/58192 fast/dom/frame-loading-via-document-write.html [ Failure Pass ]
@@ -1485,7 +1503,8 @@
webkit.org/b/111647 [ Debug ] sputnik/Unicode/Unicode_218/S7.6_A5.3_T2.html [ Slow ]
webkit.org/b/111650 http/tests/cookies/third-party-cookie-relaxing.html [ Failure Pass ]
-webkit.org/b/111650 http/tests/plugins/third-party-cookie-accept-policy.html [ Failure Pass ]
+# Skipped for fourthTier, see https://bugs.webkit.org/show_bug.cgi?id=113915
+webkit.org/b/111650 http/tests/plugins/third-party-cookie-accept-policy.html [ Skip ]
webkit.org/b/111754 inspector/debugger/debugger-expand-scope.html [ Crash Pass ]
@@ -1520,3 +1539,10 @@
# Snapshotted plugins not enabled on WK1
plugins/snapshotting [ Skip ]
+
+# fourthTier: Just linking LLVM into JSC causes all plugin tests to fail
+# https://bugs.webkit.org/show_bug.cgi?id=113915
+plugins [ Skip ]
+plugins/npruntime [ Skip ]
+http/tests/plugins [ Skip ]
+platform/mac/plugins [ Skip ]