Bug 98095 - inspector/debugger/dynamic-script-tag.html is flaky on Windows
Summary: inspector/debugger/dynamic-script-tag.html is flaky on Windows
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P2 Normal
Assignee: Nobody
URL:
Keywords: LayoutTestFailure
Depends on:
Blocks:
 
Reported: 2012-10-01 17:03 PDT by Roger Fong
Modified: 2014-12-17 17:48 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roger Fong 2012-10-01 17:03:48 PDT
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.
Comment 1 Brian Burg 2014-12-17 17:48:14 PST
The related test(s) have been removed from trunk.