[Webkit-unassigned] [Bug 69898] Layout tests asserting in LayoutTestController::pathToLocalResource()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 11 22:22:50 PDT 2011


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





--- Comment #3 from Ryosuke Niwa <rniwa at webkit.org>  2011-10-11 22:22:50 PST ---
(In reply to comment #1)
> There is clearly a bug here:
> 
> http://trac.webkit.org/changeset/95588/trunk/Tools/DumpRenderTree/mac/LayoutTestControllerMac.mm
> 414        // Note: It's important that we keep the file:// or http tests will get confused. 
> 415        if (localResourceString.find("file://") != std::string::npos) { 
> 416            ASSERT(absolutePathToLocalResource[0] == '/'); 
> 
> It should read:
> 
> 415        if (localResourceString.find("file://") == std::string::npos) { 
> 416            ASSERT(absolutePathToLocalResource[0] == '/');

Oh wait, this is not it. I misread the code.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list