After http://trac.webkit.org/changeset/78382, these tests started failing: inspector/console/console-api-on-call-frame.html inspector/console/console-assert.html inspector/debugger/debugger-step-over.html inspector/debugger/debugger-eval-while-paused.html inspector/debugger/debugger-pause-on-breakpoint.html inspector/debugger/debugger-eval-on-call-frame.html inspector/debugger/debugger-step-in.html inspector/debugger/debugger-scripts.html inspector/debugger/debugger-pause-in-eval-script.html inspector/debugger/debugger-proto-property.html inspector/debugger/debugger-step-out.html inspector/debugger/debugger-pause-on-exception.html inspector/debugger/debugger-no-nested-pause.html inspector/debugger/debugger-cyclic-ref.html inspector/debugger/debugger-autocontinue-on-syntax-error.html inspector/debugger/debugger-suspend-active-dom-objects.html inspector/debugger/debugger-pause-on-debugger-statement.html inspector/debugger/debugger-expand-scope.html inspector/debugger/debugger-breakpoints-not-activated-on-reload.html
Added tests to skip list in http://trac.webkit.org/changeset/78607
<rdar://problem/9006122>
In Web Inspector on Windows, I'm not seeing ANY scripts in the Scripts panel (this issue is not observed on other platforms). I believe this is caused by this same issue and breaks the JS debugging experience on Windows altogether.
*** Bug 54653 has been marked as a duplicate of this bug. ***
Here's the test run where the tests first failed: http://build.webkit.org/builders/Windows%207%20Release%20%28Tests%29/builds/9295
Created attachment 86556 [details] Patch
Comment on attachment 86556 [details] Patch r=me
Committed r81751: <http://trac.webkit.org/changeset/81751>
Geoff, why didn't you remove the Skipped tests from LayoutTests/platform/win/Skipped?
Ah, you did, in r81752. Thanks!