Title: [165899] trunk/Tools
Revision
165899
Author
a...@apple.com
Date
2014-03-19 10:27:24 -0700 (Wed, 19 Mar 2014)

Log Message

REGRESSION (OS X 10.9.2): PageVisibilityStateWithWindowChanges.WebKit2 API test fails
https://bugs.webkit.org/show_bug.cgi?id=130463

* TestWebKitAPI/Tests/mac/PageVisibilityStateWithWindowChanges.mm: Disable the test.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (165898 => 165899)


--- trunk/Tools/ChangeLog	2014-03-19 16:47:08 UTC (rev 165898)
+++ trunk/Tools/ChangeLog	2014-03-19 17:27:24 UTC (rev 165899)
@@ -1,3 +1,10 @@
+2014-03-19  Alexey Proskuryakov  <a...@apple.com>
+
+        REGRESSION (OS X 10.9.2): PageVisibilityStateWithWindowChanges.WebKit2 API test fails
+        https://bugs.webkit.org/show_bug.cgi?id=130463
+
+        * TestWebKitAPI/Tests/mac/PageVisibilityStateWithWindowChanges.mm: Disable the test.
+
 2014-03-18  Samuel White  <samuel_wh...@apple.com>
 
         AX: Not able to use arrow keys to read text with VoiceOver before selection is set someplace (anyplace).

Modified: trunk/Tools/TestWebKitAPI/Tests/mac/PageVisibilityStateWithWindowChanges.mm (165898 => 165899)


--- trunk/Tools/TestWebKitAPI/Tests/mac/PageVisibilityStateWithWindowChanges.mm	2014-03-19 16:47:08 UTC (rev 165898)
+++ trunk/Tools/TestWebKitAPI/Tests/mac/PageVisibilityStateWithWindowChanges.mm	2014-03-19 17:27:24 UTC (rev 165899)
@@ -31,6 +31,9 @@
 #import <WebKit2/WKViewPrivate.h>
 #import <wtf/RetainPtr.h>
 
+// https://bugs.webkit.org/show_bug.cgi?id=130463
+#if __MAC_OS_X_VERSION_MIN_REQUIRED != 1090
+
 static bool isWaitingForPageSignalToContinue = false;
 static bool didGetPageSignalToContinue = false;
 
@@ -176,3 +179,5 @@
 }
 
 } // namespace TestWebKitAPI
+
+#endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to