[Webkit-unassigned] [Bug 164833] New: LayoutTest inspector/worker/debugger-pause.html is a flaky failure

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 16 13:48:07 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=164833

            Bug ID: 164833
           Summary: LayoutTest inspector/worker/debugger-pause.html is a
                    flaky failure
    Classification: Unclassified
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ryanhaddad at apple.com
                CC: bburg at apple.com, joepeck at webkit.org,
                    mattbaker at apple.com, nvasilyev at apple.com,
                    timothy at apple.com, webkit-bug-importer at group.apple.com

LayoutTest inspector/worker/debugger-pause.html is a flaky failure

--- /Volumes/Data/slave/elcapitan-release-tests-wk2/build/layout-test-results/inspector/worker/debugger-pause-expected.txt
+++ /Volumes/Data/slave/elcapitan-release-tests-wk2/build/layout-test-results/inspector/worker/debugger-pause-actual.txt
@@ -1,65 +1,14 @@
-CONSOLE MESSAGE: line 14: TypeError: undefined is not an object (evaluating '[].x.x')
 Ensure we can pause in Workers.

+ERROR: Exception during test execution: TypeError: null is not an object (evaluating 'sourceCode.requestContent') loadLinesFromSourceCode
+test
+runTestMethodInFrontend
+eval code
+eval@[native code]
+file:///Volumes/Data/slave/elcapitan-release-tests-wk2/build/WebKitBuild/Release/WebInspectorUI.framework/Resources/TestCombined.js:5689:24
+_flushPendingScripts at file:///Volumes/Data/slave/elcapitan-release-tests-wk2/build/WebKitBuild/Release/WebInspectorUI.framework/Resources/TestCombined.js:5157:24
+_dispatchResponse at file:///Volumes/Data/slave/elcapitan-release-tests-wk2/build/WebKitBuild/Release/WebInspectorUI.framework/Resources/TestCombined.js:5018:38
+dispatch at file:///Volumes/Data/slave/elcapitan-release-tests-wk2/build/WebKitBuild/Release/WebInspectorUI.framework/Resources/TestCombined.js:4955:35
+dispatch at file:///Volumes/Data/slave/elcapitan-release-tests-wk2/build/WebKitBuild/Release/WebInspectorUI.framework/Resources/TestCombined.js:4610:49
+dispatchNextQueuedMessageFromBackend at file:///Volumes/Data/slave/elcapitan-release-tests-wk2/build/WebKitBuild/Release/WebInspectorUI.framework/Resources/TestCombined.js:5445:34

-== Running test suite: Worker.Debugger.Pause
--- Running test case: Worker.Debugger.Pause.DebuggerStatement
-PASS: Paused
-PASS: Should be paused in a Worker CallFrame.
-PASS: Pause reason should be a debugger statement.
-PAUSE AT triggerDebuggerStatement:3:5
-      0    function triggerDebuggerStatement() {
-      1        let before = 1;
- ->   2        |debugger;
-      3        let after = 2;
-      4    }
-      5    
-
-
-
--- Running test case: Worker.Debugger.Pause.Breakpoint
-PASS: Paused
-PASS: Should be paused in a Worker CallFrame.
-PASS: Pause reason should be a breakpoint.
-PAUSE AT triggerBreakpoint:9:5
-      5    
-      6    function triggerBreakpoint() {
-      7        let alpha = 1;
- ->   8        |let beta = 2; // BREAKPOINT
-      9        let gamma = 3;
-     10    }
-     11    
-
-
-
--- Running test case: Worker.Debugger.Pause.Exception
-PASS: Paused
-PASS: Should be paused in a Worker CallFrame.
-PASS: Pause reason should be an exception.
-PAUSE AT triggerException:14:9
-     10    }
-     11    
-     12    function triggerException() {
- ->  13        [].x|.x;
-     14    }
-     15    
-     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
-PASS: Paused
-PASS: Should be paused in a Worker CallFrame.
-PASS: Pause reason should be an exception.
-PAUSE AT triggerAssertion:18:19
-     14    }
-     15    
-     16    function triggerAssertion() {
- ->  17        console.assert|(false, "Assertion");
-     18    }
-     19    
-     20    onmessage = function(event) {
-
-
-

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161116/1d685f7d/attachment-0001.html>


More information about the webkit-unassigned mailing list