[webkit-dev] Does Qt ARM support NRWT?

Ryosuke Niwa rniwa at webkit.org
Wed Aug 21 15:49:19 PDT 2013


Hi,

It seems like the only port that uses ORWT by default is Qt ARM (and iOS)
at this point.

Is it true that Qt ARM still doesn't support NRWT as this comment indicates?

sub useNewRunWebKitTests()
{
    # NRWT does not support qt-arm:
https://bugs.webkit.org/show_bug.cgi?id=64086
    return 0 if isQt() and isARM();
    # All other platforms should use NRWT by default.
    return 1;
}

If so, what are remaining issues?
https://bugs.webkit.org/show_bug.cgi?id=64086 has already been fixed so we
need a new bug to track it if we still have some issue on Qt ARM.

- R. Niwa
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20130821/37b6a9c9/attachment.html>


More information about the webkit-dev mailing list