Changeset 198053 in webkit


Ignore:
Timestamp:
Mar 11, 2016 3:56:20 PM (8 years ago)
Author:
ap@apple.com
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.

Location:
trunk/Tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r198048 r198053  
     12016-03-11  Alexey Proskuryakov  <ap@apple.com>
     2
     3        [ios-sim debug] API test WTF_Lock.ContendedShortSection and WTF_ParkingLot.UnparkOneFifty timing out
     4        https://bugs.webkit.org/show_bug.cgi?id=155276
     5
     6        [ios-sim] API test WTF_Condition.TenProducersTenConsumersOneSlot timing out
     7        https://bugs.webkit.org/show_bug.cgi?id=155345
     8
     9        [iOS Simulator] API test timeout: WTF_ParkingLot.UnparkOneFiftyThenFiftyAll
     10        https://bugs.webkit.org/show_bug.cgi?id=153997
     11        <rdar://problem/23580034>
     12
     13        <rdar://problem/23580018> TestWebKitAPI Timeout: WTF_ParkingLot.UnparkOneFifty
     14
     15        Rubber-stamped by Filip Pizlo.
     16
     17        * Scripts/run-api-tests: These tests are pretty slow. Increase API test timeout.
     18
     19        * TestWebKitAPI/Tests/WTF/ParkingLot.cpp: Start running WTF_ParkingLot.UnparkOneFiftyThenFiftyAll
     20        on iOS again.
     21
    1222016-03-11  Jer Noble  <jer.noble@apple.com>
    223
  • trunk/Tools/Scripts/run-api-tests

    r192371 r198053  
    4949
    5050# Timeout for individual test, in sec
    51 my $timeout = 10;
     51my $timeout = 30;
    5252
    5353my $showHelp = 0;
  • trunk/Tools/TestWebKitAPI/Tests/WTF/ParkingLot.cpp

    r196781 r198053  
    255255}
    256256
    257 #if !PLATFORM(IOS)
    258257TEST(WTF_ParkingLot, UnparkOneFiftyThenFiftyAll)
    259258{
    260259    repeatParkingTest(2, 1, 10000, 100, 50);
    261260}
    262 #endif
    263261
    264262TEST(WTF_ParkingLot, HundredUnparkAllOneFast)
Note: See TracChangeset for help on using the changeset viewer.