Title: [198053] trunk/Tools
Revision
198053
Author
a...@apple.com
Date
2016-03-11 15:56:20 -0800 (Fri, 11 Mar 2016)

Log Message

[ios-sim debug] API test WTF_Lock.ContendedShortSection and WTF_ParkingLot.UnparkOneFifty timing out
https://bugs.webkit.org/show_bug.cgi?id=155276

[ios-sim] API test WTF_Condition.TenProducersTenConsumersOneSlot timing out
https://bugs.webkit.org/show_bug.cgi?id=155345

[iOS Simulator] API test timeout: WTF_ParkingLot.UnparkOneFiftyThenFiftyAll
https://bugs.webkit.org/show_bug.cgi?id=153997
<rdar://problem/23580034>

<rdar://problem/23580018> TestWebKitAPI Timeout: WTF_ParkingLot.UnparkOneFifty

Rubber-stamped by Filip Pizlo.

* Scripts/run-api-tests: These tests are pretty slow. Increase API test timeout.

* TestWebKitAPI/Tests/WTF/ParkingLot.cpp: Start running WTF_ParkingLot.UnparkOneFiftyThenFiftyAll
on iOS again.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (198052 => 198053)


--- trunk/Tools/ChangeLog	2016-03-11 23:48:46 UTC (rev 198052)
+++ trunk/Tools/ChangeLog	2016-03-11 23:56:20 UTC (rev 198053)
@@ -1,3 +1,24 @@
+2016-03-11  Alexey Proskuryakov  <a...@apple.com>
+
+        [ios-sim debug] API test WTF_Lock.ContendedShortSection and WTF_ParkingLot.UnparkOneFifty timing out
+        https://bugs.webkit.org/show_bug.cgi?id=155276
+
+        [ios-sim] API test WTF_Condition.TenProducersTenConsumersOneSlot timing out
+        https://bugs.webkit.org/show_bug.cgi?id=155345
+
+        [iOS Simulator] API test timeout: WTF_ParkingLot.UnparkOneFiftyThenFiftyAll
+        https://bugs.webkit.org/show_bug.cgi?id=153997
+        <rdar://problem/23580034>
+
+        <rdar://problem/23580018> TestWebKitAPI Timeout: WTF_ParkingLot.UnparkOneFifty
+
+        Rubber-stamped by Filip Pizlo.
+
+        * Scripts/run-api-tests: These tests are pretty slow. Increase API test timeout.
+
+        * TestWebKitAPI/Tests/WTF/ParkingLot.cpp: Start running WTF_ParkingLot.UnparkOneFiftyThenFiftyAll
+        on iOS again.
+
 2016-03-11  Jer Noble  <jer.no...@apple.com>
 
         [ios-sim debug] API tests RequiresUserActionForPlaybackTest.DoesNotRequireUserActionForMediaPlayback and RequiresUserActionForAudioButNotVideoPlayback asserting

Modified: trunk/Tools/Scripts/run-api-tests (198052 => 198053)


--- trunk/Tools/Scripts/run-api-tests	2016-03-11 23:48:46 UTC (rev 198052)
+++ trunk/Tools/Scripts/run-api-tests	2016-03-11 23:56:20 UTC (rev 198053)
@@ -48,7 +48,7 @@
 sub possiblyColored($$);
 
 # Timeout for individual test, in sec
-my $timeout = 10;
+my $timeout = 30;
 
 my $showHelp = 0;
 my $verbose = 0;

Modified: trunk/Tools/TestWebKitAPI/Tests/WTF/ParkingLot.cpp (198052 => 198053)


--- trunk/Tools/TestWebKitAPI/Tests/WTF/ParkingLot.cpp	2016-03-11 23:48:46 UTC (rev 198052)
+++ trunk/Tools/TestWebKitAPI/Tests/WTF/ParkingLot.cpp	2016-03-11 23:56:20 UTC (rev 198053)
@@ -254,12 +254,10 @@
     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
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to