Bug 209182
Summary: | [ Mac wk1 Debug] inspector/debugger/setShouldBlackboxURL.html is flaky failing. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jason Lawrence <Lawrence.j> |
Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | inspector-bugzilla-changes, webkit-bot-watchers-bugzilla, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Mac | ||
OS: | macOS 10.14 |
Jason Lawrence
inspector/debugger/setShouldBlackboxURL.html
Description:
This test is flaky failing on Mac wk1 Debug. The flaky failures are showing throughout the visible history.
History:
https://results.webkit.org/?suite=layout-tests&test=inspector%2Fdebugger%2FsetShouldBlackboxURL.html&recent=false&flavor=wk1&style=debug&limit=50000
Diff:
--- /Volumes/Data/slave/catalina-debug-tests-wk1/build/layout-test-results/inspector/debugger/setShouldBlackboxURL-expected.txt
+++ /Volumes/Data/slave/catalina-debug-tests-wk1/build/layout-test-results/inspector/debugger/setShouldBlackboxURL-actual.txt
@@ -4,46 +4,30 @@
== Running test suite: Debugger.setShouldBlackboxURL
-- Running test case: Debugger.setShouldBlackboxURL.String.stepOver
Evaluating 'createScripts("String_StepOver")'...
-Blackboxing 'string_stepover_middle.js'...
-Setting breakpoint in 'String_StepOver_Inner.js'...
-Evaluating 'String_StepOver_Outer(10)'...
-
-PAUSED: 'Breakpoint' at 'String_StepOver_Inner:3:1'.
-{
- "breakpointId": "String_StepOver_Inner.js:3:0"
-}
-Stepping over...
-
-PAUSED: 'BlackboxedScript' at 'String_StepOver_Outer:3:1'.
-{
- "originalReason": "other",
- "originalData": {
- "breakpointId": "String_StepOver_Inner.js:3:0"
- }
-}
-Stepping over...
-
-Resuming...
-PASS: Resumed.
-PASS: Should not pause in 'String_StepOver_Middle'.
-
+!! TIMEOUT: took longer than 10000ms
-- Running test case: Debugger.setShouldBlackboxURL.String.PauseInCaller
Evaluating 'createScripts("String_PauseInCaller")'...
+Blackboxing 'string_stepover_middle.js'...
Blackboxing 'string_pauseincaller_inner.js'...
+Setting breakpoint in 'String_StepOver_Inner.js'...
Setting breakpoint in 'String_PauseInCaller_Inner.js'...
+Evaluating 'String_StepOver_Outer(10)'...
Evaluating 'String_PauseInCaller_Outer(10)'...
-PAUSED: 'BlackboxedScript' at 'String_PauseInCaller_Middle:3:1'.
-{
- "originalReason": "Breakpoint",
- "originalData": {
- "breakpointId": "String_PauseInCaller_Inner.js:2:0"
- }
-}
-Stepping over...
-
-PAUSED: 'other' at 'String_PauseInCaller_Outer:3:1'.
+PAUSED: 'Breakpoint' at 'String_StepOver_Inner:3:1'.
+{
+ "breakpointId": "String_StepOver_Inner.js:3:0"
+}
+Stepping over...
+
+PAUSED: 'BlackboxedScript' at 'String_StepOver_Outer:3:1'.
+{
+ "originalReason": "other",
+ "originalData": {
+ "breakpointId": "String_StepOver_Inner.js:3:0"
+ }
+}
Stepping over...
Resuming...
@@ -53,6 +37,7 @@
-- Running test case: Debugger.setShouldBlackboxURL.String.PauseInCallee
Evaluating 'createScripts("String_PauseInCallee")'...
+
Blackboxing 'string_pauseincallee_outer.js'...
Setting breakpoint in 'String_PauseInCallee_Outer.js'...
Evaluating 'String_PauseInCallee_Outer(10)'...
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/60540713>
Jason Lawrence
I have marked this test as failing while this issue is investigated.
https://trac.webkit.org/changeset/258552/webkit