[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 14:07:36 PDT 2011


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





--- Comment #6 from Eric Seidel <eric at webkit.org>  2011-10-27 14:07:36 PST ---
It would be possible to hack this by adding he following to the end of Qt.__init__ in ports/qt.py:

        # FIXME: This is a total hack for the qt-arm port.
        if 'arm' in platform.machine():
            self._name = 'qt-arm'

But what really should happen is we should come up with some consisten vision for how fallback should work across Qt.  Right now qt-arm is a one-off (I don't believe it wishes to participate in normal version fallback, right?) and all of Qt fallback is different from Mac/Win which fall back from most-specific version to newer versions then to the base directory.  Qt, my understanding is falls back just to most-specific version then the base directory.

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