[Webkit-unassigned] [Bug 98095] New: inspector/debugger/dynamic-script-tag.html is flaky on Windows
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Oct 1 17:03:24 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=98095
Summary: inspector/debugger/dynamic-script-tag.html is flaky on
Windows
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Windows 7
Status: NEW
Keywords: LayoutTestFailure
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: roger_fong at apple.com
Looks like some other platforms like GTK also have flakiness issues with this test.
Here's the diff on Windows:
@@ -9,15 +9,15 @@
Is anonymous:false
Is inline script:false
Dumping uiSourceCodes:
-UISourceCode: LayoutTests/inspector/debugger/dynamic-script-tag.html (1)
+UISourceCode: LayoutTests/inspector/debugger/dynamic-script-tag.html (2)
UISourceCode is editable: true
UISourceCode is content script: false
Mime type: text/javascript
-UISourceCode content: function foo() { }
-UISourceCode: LayoutTests/inspector/debugger/dynamic-script-tag.html (2)
+UISourceCode content: function bar() { }
+UISourceCode: LayoutTests/inspector/debugger/dynamic-script-tag.html (1)
UISourceCode is editable: true
UISourceCode is content script: false
Mime type: text/javascript
-UISourceCode content: function bar() { }
+UISourceCode content: function foo() { }
Debugger was disabled.
I'll be adding it to the skip list for now.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list