[Webkit-unassigned] [Bug 217549] REGRESSION (r267744): [ Debug WK2 ] fast/css-custom-paint/out-of-memory-while-adding-worklet-module.html is a constant timeout

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 14 13:02:10 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=217549

--- Comment #6 from Chris Dumez <cdumez at apple.com> ---
(In reply to Hector Lopez from comment #5)
> Was able to reproduce timeout on revision r267744 and not on r267743
> 
> run-webkit-tests
> fast/css-custom-paint/out-of-memory-while-adding-worklet-module.html
> --iterations 1000 --ios-simulator --exit-after-n-failures 3 -f --debug
> 
> 
> Baseline search path: platform/ios-simulator-wk2 -> platform/ios-simulator
> -> platform/ios-wk2 -> platform/ios -> platform/wk2 -> generic
> 
> Running 1 test for iPhone SE running iOS
> 
> Running 4 WebKitTestRunnerApp.apps in parallel.
> 
> [4/1000]
> fast/css-custom-paint/out-of-memory-while-adding-worklet-module.html failed
> unexpectedly (test timed out, test was not run)
> [4/1000]
> fast/css-custom-paint/out-of-memory-while-adding-worklet-module.html failed
> unexpectedly (test timed out, test was not run)
> [4/1000]
> fast/css-custom-paint/out-of-memory-while-adding-worklet-module.html failed
> unexpectedly (test timed out, test was not run)
> Exiting early after 3 failures. 3 tests run.
> 
> 
> 0 tests ran as expected, 3 didn't (997 didn't run):
> 
> 
> Regressions: Unexpected timeouts (1)
>   fast/css-custom-paint/out-of-memory-while-adding-worklet-module.html [
> Timeout ]

The test expects the addModule() function to throw an exception. However, as of r267744, the addModule() returns a Promise and therefore no longer throws synchronously. The test needs updating.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201014/72e29229/attachment-0001.htm>


More information about the webkit-unassigned mailing list