WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
98095
inspector/debugger/dynamic-script-tag.html is flaky on Windows
https://bugs.webkit.org/show_bug.cgi?id=98095
Summary
inspector/debugger/dynamic-script-tag.html is flaky on Windows
Roger Fong
Reported
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.
Attachments
Add attachment
proposed patch, testcase, etc.
Brian Burg
Comment 1
2014-12-17 17:48:14 PST
The related test(s) have been removed from trunk.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug