Bug 148688

Summary: [Win] http/tests/inspector/dom/disconnect-dom-tree-after-main-frame-navigation.html fails
Product: WebKit Reporter: Jeremy Jones <jeremyj-wk>
Component: Web InspectorAssignee: Jeremy Jones <jeremyj-wk>
Status: REOPENED ---    
Severity: Normal CC: buildbot, commit-queue, inspector-bugzilla-changes, rniwa, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Archive of layout-test-results from ews101 for mac-mavericks none

Description Jeremy Jones 2015-09-01 14:20:28 PDT
The following layout test is failing on Windows

http/tests/inspector/dom/disconnect-dom-tree-after-main-frame-navigation.html

Probable cause:

Seems that inspector tests are timing out on Windows.
Comment 1 Radar WebKit Bug Importer 2015-09-01 14:21:28 PDT
<rdar://problem/22526529>
Comment 2 Jeremy Jones 2015-09-01 14:37:52 PDT
Created attachment 260383 [details]
Patch
Comment 3 Build Bot 2015-09-01 15:24:50 PDT
Comment on attachment 260383 [details]
Patch

Attachment 260383 [details] did not pass mac-ews (mac):
Output: http://webkit-queues.webkit.org/results/130939

New failing tests:
http/tests/w3c/dom/nodes/ParentNode-querySelector-All.html
Comment 4 Build Bot 2015-09-01 15:24:53 PDT
Created attachment 260387 [details]
Archive of layout-test-results from ews101 for mac-mavericks

The attached test failures were seen while running run-webkit-tests on the mac-ews.
Bot: ews101  Port: mac-mavericks  Platform: Mac OS X 10.9.5
Comment 5 Joseph Pecoraro 2015-09-01 17:10:32 PDT
Comment on attachment 260383 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=260383&action=review

> LayoutTests/platform/win/TestExpectations:2374
> +webkit.org/b/137157 http/tests/inspector/dom/disconnect-dom-tree-after-main-frame-navigation.html [ Skip ]

I'm guessing win should just skip all http/tests/inspector at this point. It skips all non-http inspector tests.
Comment 6 Chris Dumez 2015-09-01 17:10:58 PDT
(In reply to comment #3)
> Comment on attachment 260383 [details]
> Patch
> 
> Attachment 260383 [details] did not pass mac-ews (mac):
> Output: http://webkit-queues.webkit.org/results/130939
> 
> New failing tests:
> http/tests/w3c/dom/nodes/ParentNode-querySelector-All.html

Sorry about that. This is a flake and I marked it as so in <https://trac.webkit.org/r189235>.
Comment 7 WebKit Commit Bot 2015-09-01 17:29:08 PDT
Comment on attachment 260383 [details]
Patch

Clearing flags on attachment: 260383

Committed r189237: <http://trac.webkit.org/changeset/189237>
Comment 8 WebKit Commit Bot 2015-09-01 17:29:11 PDT
All reviewed patches have been landed.  Closing bug.
Comment 9 Alexey Proskuryakov 2015-09-01 22:36:55 PDT
Re-opening, because this simply skipped the test, and didn't fix it.
Comment 10 BJ Burg 2015-09-02 09:50:20 PDT
No inspector tests should be running on Windows, as the DRT/WKTR hooks are currently broken. This particular result was caused because http/tests/inspector was not added as Skip when I marked all the other inspector tests as Skip.

Re-enabling inspector tests on Windows is blocked on my getting access to a Windows machine, and is tracked by the following bugs:

https://bugs.webkit.org/show_bug.cgi?id=148037
https://bugs.webkit.org/show_bug.cgi?id=148025