[Webkit-unassigned] [Bug 67777] new-run-webkit-tests does not support qt-arm results

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 27 13:56:48 PDT 2011


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





--- Comment #5 from Eric Seidel <eric at webkit.org>  2011-10-27 13:56:48 PST ---
OK.  Looks like qt-arm is just supposed to fall back to qt:

http://trac.webkit.org/browser/trunk/Tools/Scripts/old-run-webkit-tests#L2186

    } elsif ($platform =~ /^qt-/) {
        push @platforms, $platform;
        push @platforms, "qt";

-- 
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