Bug 69787 - Some API tests are timing out in Release
Summary: Some API tests are timing out in Release
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-10 14:51 PDT by Simon Fraser (smfr)
Modified: 2011-10-11 14:55 PDT (History)
3 users (show)

See Also:


Attachments
the patch (2.98 KB, patch)
2011-10-11 14:34 PDT, Filip Pizlo
no flags Details | Formatted Diff | Diff
the patch - missed a step (3.59 KB, patch)
2011-10-11 14:46 PDT, Filip Pizlo
mrowe: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2011-10-10 14:51:27 PDT
Some run-api-tests tests are timing out in release builds:
http://build.webkit.org/builders/Lion%20Intel%20Release%20%28WebKit2%20Tests%29/builds/1293/steps/run-api-tests/logs/stdio
Comment 1 Simon Fraser (smfr) 2011-10-11 13:58:09 PDT
Running in release mode:


 17$ $ ./Tools/Scripts/run-api-tests --release
Running build-api-tests
Suite: DeviceScaleFactorOnBack
    Test: WebKit -> Passed
    Test: WebKit2 -> Passed
Suite: DynamicDeviceScaleFactor
    Test: WebKit -> Passed
    Test: WebKit2 -> Passed
Suite: MetaAllocatorTest
    Test: AllocZero -> Timeout
    Test: BestFit64Plus64HundredTimes -> Timeout
    Test: BestFit64Plus64TenTimes -> Timeout
    Test: BestFit64Plus64Thrice -> Timeout
    Test: BestFit96Plus64HundredTimes -> Timeout
    Test: BestFit96Plus64TenTimes -> ^C
Comment 2 Filip Pizlo 2011-10-11 14:34:58 PDT
Created attachment 110578 [details]
the patch
Comment 3 Filip Pizlo 2011-10-11 14:46:23 PDT
Created attachment 110581 [details]
the patch - missed a step
Comment 4 Filip Pizlo 2011-10-11 14:46:37 PDT
(Still testing this to make sure it doesn't break everything.)
Comment 5 Filip Pizlo 2011-10-11 14:52:27 PDT
OK, it works in both debug and release.
Comment 6 Filip Pizlo 2011-10-11 14:55:22 PDT
Landed in r97187.