Bug 207070 - [ macOS ] inspector/worker/debugger-pause.html is flaky failing
Summary: [ macOS ] inspector/worker/debugger-pause.html is flaky failing
Status: RESOLVED DUPLICATE of bug 206285
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: 2020-01-31 14:39 PST by Jacob Uphoff
Modified: 2022-02-28 03:31 PST (History)
2 users (show)

See Also:


Attachments
Update Test Expectations (1.50 KB, patch)
2020-01-31 14:50 PST, Jacob Uphoff
no flags Details | Formatted Diff | Diff
Update Test Expectations (1.50 KB, patch)
2020-01-31 14:55 PST, Jacob Uphoff
no flags Details | Formatted Diff | Diff
Update Test Expectations (1.49 KB, patch)
2020-01-31 15:04 PST, Jacob Uphoff
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-01-31 14:39:28 PST
inspector/worker/debugger-pause.html

Is flaky failing on Catalina and Mojave 

I was able to reproduce with running the test in iterations

History:
https://results.webkit.org/?suite=layout-tests&test=inspector%2Fworker%2Fdebugger-pause.html

Diff:

--- /Volumes/Data/slave/mojave-debug-tests-wk1/build/layout-test-results/inspector/worker/debugger-pause-expected.txt
+++ /Volumes/Data/slave/mojave-debug-tests-wk1/build/layout-test-results/inspector/worker/debugger-pause-actual.txt
@@ -46,9 +46,9 @@
      16    function triggerAssertion() {
 
 
-Uncaught exception in test page: TypeError: undefined is not an object (evaluating '[].x.x') [worker-debugger-pause.js:14]
 
 -- Running test case: Worker.Debugger.Pause.Assert
+Uncaught exception in test page: TypeError: undefined is not an object (evaluating '[].x.x') [worker-debugger-pause.js:14]
 PASS: Paused
 PASS: Should be paused in a Worker CallFrame.
 PASS: Pause reason should be an exception.
Comment 1 Radar WebKit Bug Importer 2020-01-31 14:45:33 PST
<rdar://problem/59075737>
Comment 2 Jacob Uphoff 2020-01-31 14:50:11 PST
Created attachment 389419 [details]
Update Test Expectations
Comment 3 Jacob Uphoff 2020-01-31 14:55:19 PST
Created attachment 389420 [details]
Update Test Expectations
Comment 4 Jacob Uphoff 2020-01-31 15:04:46 PST
Created attachment 389422 [details]
Update Test Expectations
Comment 5 Alexey Proskuryakov 2020-02-01 18:30:30 PST

*** This bug has been marked as a duplicate of bug 206285 ***