[webkit-dev] [MIPS] buildslave expectations in qt-linux env.
Balázs Kilvády
kilvadyb at homejinni.com
Mon Mar 4 08:28:38 PST 2013
Dear WebKit Developers,
We would like to set up a tester buildbot slave for MIPS and we are using a qt-linux system. It seems we have to add some MIPS related expectations. Please give us some advice how to do that.
1. qt-arm is using old-run-webkit-tests. Should we use that too?
2. In new-run-webkit-tests modules in the qt port the x86 architecture is built-in so we can't specify expectations by the 'mipsel' arch. name:
configurations.append(TestConfiguration(version=version, architecture='x86', build_type=build_type))
But if we define qt-mipsel platform name then the version tag will be mipsel and we loose qt-linux expectations. The current qt expectation "tree":
# qt-5.0-mac-wk2
# /
# qt-5.0-wk1 qt-5.0-wk2
# \/
# qt-5.0 qt-4.8
# \/
# (qt-linux|qt-mac|qt-win)
# |
# qt
2.a, Should we modify the Tools/Scripts/webkitpy/layout_tests/port/qt.py's QtPort class or
2.b, should we add a MipselQtPort class to extend the existing QtPort.
3., Something else
Thank you for your help.
Best Regards,
Balazs
More information about the webkit-dev
mailing list