Title: [196781] trunk/Tools
Revision
196781
Author
[email protected]
Date
2016-02-18 15:43:57 -0800 (Thu, 18 Feb 2016)

Log Message

Skip API test WTF_ParkingLot.UnparkOneFiftyThenFiftyAll on ios-simulator
https://bugs.webkit.org/show_bug.cgi?id=153997

Reviewed by Filip Pizlo.

* TestWebKitAPI/Tests/WTF/ParkingLot.cpp:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (196780 => 196781)


--- trunk/Tools/ChangeLog	2016-02-18 23:35:42 UTC (rev 196780)
+++ trunk/Tools/ChangeLog	2016-02-18 23:43:57 UTC (rev 196781)
@@ -1,3 +1,12 @@
+2016-02-18  Ryan Haddad  <[email protected]>
+
+        Skip API test WTF_ParkingLot.UnparkOneFiftyThenFiftyAll on ios-simulator
+        https://bugs.webkit.org/show_bug.cgi?id=153997
+
+        Reviewed by Filip Pizlo.
+
+        * TestWebKitAPI/Tests/WTF/ParkingLot.cpp:
+
 2016-02-18  Jer Noble  <[email protected]>
 
         run-webkit-httpd should use webkitpy to run httpd.

Modified: trunk/Tools/TestWebKitAPI/Tests/WTF/ParkingLot.cpp (196780 => 196781)


--- trunk/Tools/TestWebKitAPI/Tests/WTF/ParkingLot.cpp	2016-02-18 23:35:42 UTC (rev 196780)
+++ trunk/Tools/TestWebKitAPI/Tests/WTF/ParkingLot.cpp	2016-02-18 23:43:57 UTC (rev 196781)
@@ -254,10 +254,12 @@
     repeatParkingTest(1, 1, 10000, 50, 50);
 }
 
+#if !PLATFORM(IOS)
 TEST(WTF_ParkingLot, UnparkOneFiftyThenFiftyAll)
 {
     repeatParkingTest(2, 1, 10000, 100, 50);
 }
+#endif
 
 TEST(WTF_ParkingLot, HundredUnparkAllOneFast)
 {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to