RESOLVED WONTFIX 13370
Hang in http/tests/plugins/npapi-response-headers.html
https://bugs.webkit.org/show_bug.cgi?id=13370
Summary Hang in http/tests/plugins/npapi-response-headers.html
mitz
Reported 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.
Attachments
Sample of DumpRenderTree (26.15 KB, text/plain)
2007-04-17 15:13 PDT, Stephanie Lewis
no flags
David Kilzer (:ddkilzer)
Comment 1 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
mitz
Comment 2 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().
Stephanie Lewis
Comment 3 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.
David Kilzer (:ddkilzer)
Comment 4 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)?
Geoffrey Garen
Comment 5 2007-04-23 23:57:10 PDT
I've disabled the test for now.
Ahmad Saleem
Comment 6 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!
Radar WebKit Bug Importer
Comment 7 2022-06-20 10:57:07 PDT
Alexey Proskuryakov
Comment 8 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.
Note You need to log in before you can comment on or make changes to this bug.