Bug 223830 - [ macOS ] inspector/debugger/csp-exceptions.html is a flakey text failure
Summary: [ macOS ] inspector/debugger/csp-exceptions.html is a flakey text failure
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-03-26 17:28 PDT by Robert Jenner
Modified: 2021-11-30 15:16 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Jenner 2021-03-26 17:28:58 PDT
inspector/debugger/csp-exceptions.html 

is a flakey text failure in macOS Debug. 

HISTORY URL:
https://results.webkit.org/?suite=layout-tests&test=inspector%2Fdebugger%2Fcsp-exceptions.html

TEXT DIFF:
 -- Running test case: TriggerCSPExceptionOutsideOfScript
-PASS: CSP Exception caused outside of script evaluation should not pause.
-PASS: CSP Exception Console Message: Refused to execute a script because its hash, its nonce, or 'unsafe-inline' does not appear in the script-src directive of the Content Security Policy.
+!! TIMEOUT: took longer than 10000ms
Comment 1 Robert Jenner 2021-03-26 17:49:34 PDT
Was able to reproduce failure at BigSur Debug ToT using the following test:

run-webkit-test inspector/debugger/csp-exceptions.html --iterations 100 --debug --child-process=1
Comment 2 Robert Jenner 2021-03-26 17:57:06 PDT
In looking further at the history, this test also appears to flakey fail on BigSur wk1 Release on arm64. The test appears to have been flakey for quite some time. Updated test expectations here:
https://trac.webkit.org/changeset/275124/webkit
Comment 3 Radar WebKit Bug Importer 2021-03-26 17:57:26 PDT
<rdar://problem/75909518>
Comment 4 Ryan Haddad 2021-11-30 15:16:56 PST
As of https://trac.webkit.org/changeset/283566/webkit, this test is now consistently timing out.