-
Bug
-
Resolution: Done
-
P2: Important
-
6.3
-
6af5063c8f (qt/qtdeclarative/dev) 6af5063c8f (qt/tqtc-qtdeclarative/dev)
The test functions are no-ops on non-x86_64, due to the test using
#if defined(Q_PROCESSOR_X86_64)
Considering that we have e.g. macOs on ARM, that doesn't really make sense. The tests should be able to run on all platforms, though they might time out on some due to the test being very slow (runs the whole ES testsuite in one function). The test might also not work when cross-compiling