Bug 210062 - [ macOS ] inspector/debugger/break-in-constructor-before-super.html is a flaky failure
Summary: [ macOS ] inspector/debugger/break-in-constructor-before-super.html is a flak...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Devin Rousso
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-04-06 11:33 PDT by Jacob Uphoff
Modified: 2020-06-06 05:51 PDT (History)
4 users (show)

See Also:


Attachments
Patch (3.15 KB, patch)
2020-06-05 20:23 PDT, Devin Rousso
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jacob Uphoff 2020-04-06 11:33:54 PDT
inspector/debugger/break-in-constructor-before-super.html

This test has been a flaky failure for all visible history on macOS debug for wk1 & wk2

History:

https://results.webkit.org/?suite=layout-tests&test=inspector%2Fdebugger%2Fbreak-in-constructor-before-super.html&limit=50000

Diff:

--- /Volumes/Data/slave/catalina-debug-tests-wk1/build/layout-test-results/inspector/debugger/break-in-constructor-before-super-expected.txt
+++ /Volumes/Data/slave/catalina-debug-tests-wk1/build/layout-test-results/inspector/debugger/break-in-constructor-before-super-actual.txt
@@ -5,7 +5,5 @@
 
 == Running test suite: PauseInConstructorBeforeSuper
 -- Running test case: TriggerPauseInConstructorBeforeSuper
-PASS: Paused
-PASS: `this` should be undefined and not cause a crash.
-PASS: Resumed
+!! TIMEOUT: took longer than 10000ms
Comment 1 Radar WebKit Bug Importer 2020-04-06 11:34:13 PDT
<rdar://problem/61351481>
Comment 2 Jacob Uphoff 2020-04-06 11:55:47 PDT
Set expectations here: https://trac.webkit.org/changeset/259586/webkit
Comment 3 Devin Rousso 2020-06-05 20:23:59 PDT
Created attachment 401229 [details]
Patch

this fixed the test for me with 1000 iterations
Comment 4 EWS 2020-06-06 05:51:55 PDT
Committed r262674: <https://trac.webkit.org/changeset/262674>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 401229 [details].