Bug 69899
Summary: | Some http security tests are asserting in indexOfSeparatorAfterDirectoryName() | ||
---|---|---|---|
Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ap, eric, rniwa, simon.fraser |
Priority: | P2 | Keywords: | LayoutTestFailure, MakingBotsRed |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Simon Fraser (smfr)
http/tests/security/frame-loading-via-document-write.html stderr crash log (DumpRenderTree: indexOfSeparatorAfterDirectoryName(std::string const&, std::string const&) + 176)
http/tests/security/local-CSS-from-remote.html stderr crash log (DumpRenderTree: indexOfSeparatorAfterDirectoryName(std::string const&, std::string const&) + 176)
http/tests/security/local-JavaScript-from-remote.html stderr crash log (DumpRenderTree: indexOfSeparatorAfterDirectoryName(std::string const&, std::string const&) + 176)
http/tests/security/local-iFrame-from-remote.html stderr crash log (DumpRenderTree: indexOfSeparatorAfterDirectoryName(std::string const&, std::string const&) + 176)
http/tests/security/local-image-from-remote-whitelisted.html stderr crash log (DumpRenderTree: indexOfSeparatorAfterDirectoryName(std::string const&, std::string const&) + 176)
http/tests/security/local-image-from-remote.html stderr crash log (DumpRenderTree: indexOfSeparatorAfterDirectoryName(std::string const&, std::string const&) + 176)
http/tests/security/local-user-CSS-from-remote.html stderr crash log (DumpRenderTree: indexOfSeparatorAfterDirectoryName(std::string const&, std::string const&) + 176)
http/tests/security/local-video-poster-from-remote.html stderr crash log (DumpRenderTree: indexOfSeparatorAfterDirectoryName(std::string const&, std::string const&) + 176)
Thread 0 Crashed: Dispatch queue: com.apple.main-thread
0 DumpRenderTree 0x0000000100030937 indexOfSeparatorAfterDirectoryName(std::string const&, std::string const&) + 176 (LayoutTestControllerMac.mm:373)
1 DumpRenderTree 0x0000000100030a19 resourceRootAbsolutePath(std::string const&, std::string const&) + 131 (LayoutTestControllerMac.mm:388)
2 DumpRenderTree 0x0000000100030ac3 LayoutTestController::pathToLocalResource(OpaqueJSContext const*, OpaqueJSString*) + 139 (LayoutTestControllerMac.mm:403)
3 DumpRenderTree 0x00000001000260be pathToLocalResourceCallback(OpaqueJSContext const*, OpaqueJSValue*, OpaqueJSValue*, unsigned long, OpaqueJSValue const* const*, OpaqueJSValue const**) + 199 (LayoutTestController.cpp:288)
4 com.apple.JavaScriptCore 0x00000001002c1ef9 JSC::JSCallbackFunction::call(JSC::ExecState*) + 301 (JSCallbackFunction.cpp:73)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Simon Fraser (smfr)
See also bug 69898.
Eric Seidel (no email)
I landed the related change over a week ago. Have things been red that long and we haven't noticed?
Ryosuke Niwa
(In reply to comment #2)
> I landed the related change over a week ago. Have things been red that long and we haven't noticed?
I bet people don't pay much attention to leak bots because it has always been red :( Also, Mac WK1 bots have been red for quite a while unfortunately. As I commented on the bug 69898, I suspect this is a leak-bot-only bug.
Eric Seidel (no email)
OK. Looking at this now.
Eric Seidel (no email)
*** This bug has been marked as a duplicate of bug 69898 ***