Bug 223830

Summary: [ macOS ] inspector/debugger/csp-exceptions.html is a flakey text failure
Product: WebKit Reporter: Robert Jenner <jenner>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: katherine_cheney, webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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.