Bug 13370 - Hang in http/tests/plugins/npapi-response-headers.html
Summary: Hang in http/tests/plugins/npapi-response-headers.html
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL: http://build.webkit.org/post-commit-p...
Keywords: InRadar, LayoutTestFailure
Depends on:
Blocks:
 
Reported: 2007-04-17 03:40 PDT by mitz
Modified: 2022-06-20 17:06 PDT (History)
9 users (show)

See Also:


Attachments
Sample of DumpRenderTree (26.15 KB, text/plain)
2007-04-17 15:13 PDT, Stephanie Lewis
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2007-04-17 03:40:03 PDT
run-webkit-tests hangs in http/tests/plugins/npapi-response-headers.html. Seen on the build slave many times (see URL) and locally on a G5.
Comment 1 David Kilzer (:ddkilzer) 2007-04-17 05:59:14 PDT
You can reproduce this, Mitz?  Have you sampled it (Sharked it) yet during the hang?

It apparently started with this commit, although I'm not sure how this change would have caused that test to hang.

http://build.webkit.org/post-commit-powerpc-mac-os-x/builds/6415

Comment 2 mitz 2007-04-17 06:10:31 PDT
(In reply to comment #1)
> You can reproduce this, Mitz?

Yes, 'run-webkit-tests http/tests/plugins'.

> Have you sampled it (Sharked it) yet during the
> hang?

It's just spinning in DRT's main runloop, presumably waiting for the notifyDone().
Comment 3 Stephanie Lewis 2007-04-17 15:13:58 PDT
Created attachment 14061 [details]
Sample of DumpRenderTree

Sample taken while DumpRenderTree was hanging.   There appears to be a lot of activity in CFNetwork.
Comment 4 David Kilzer (:ddkilzer) 2007-04-17 21:53:50 PDT
(In reply to comment #3)
> Created an attachment (id=14061) [edit]
> Sample of DumpRenderTree
> 
> Sample taken while DumpRenderTree was hanging.   There appears to be a lot of
> activity in CFNetwork.

That's bizarre!  There are 1001 invocations of dumpRenderTree() and 995 invocations of runTest()?!  Why would dumpRenderTree() be called that many times if the test was really "hung"?

What are the arguments to run-webkit-tests on the buildbot (or for this sample)?

Comment 5 Geoffrey Garen 2007-04-23 23:57:10 PDT
I've disabled the test for now.
Comment 6 Ahmad Saleem 2022-06-20 10:56:41 PDT
I am only able to find following reference to this test in Webkit Github mirror:

https://github.com/WebKit/WebKit/blob/04657d258e6f723e5a16ee627c29643eedfc2257/LayoutTests/platform/win/TestExpectations#L1032

I think it is now skipped because of lack of NPAPI support. Can we close this bug as "RESOLVED WONTFIX" due to lack of NPAPI support from Safari 14 onward and also not supported in WebkitGTK ports. Thanks!
Comment 7 Radar WebKit Bug Importer 2022-06-20 10:57:07 PDT
<rdar://problem/95545541>
Comment 8 Alexey Proskuryakov 2022-06-20 17:06:47 PDT
The test still exists at LayoutTests/http/tests/plugins/npapi-response-headers.html, we should probably delete the whole directory.