Bug 98095
Summary: | inspector/debugger/dynamic-script-tag.html is flaky on Windows | ||
---|---|---|---|
Product: | WebKit | Reporter: | Roger Fong <roger_fong> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | cdumez, roger_fong |
Priority: | P2 | Keywords: | LayoutTestFailure |
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Windows 7 |
Roger Fong
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brian Burg
The related test(s) have been removed from trunk.