Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
master
-
None
Description
In https://codereview.qt-project.org/c/qt/qt5/+/467196 , for qtbase tests, it has InsignificantTests.
But in ci/coin run,
https://testresults.qt.io/coin/integration/qt/qtwayland/tasks/1685308068 , it has coin features: Sccache, TestOnly, RunDependencyTests, InsignificantTests, AbortTestingOnFirstFailure . Then it stopped when the first test failure happens, which means InsignificantTests was shadowed by AbortTestingOnFirstFailure. AbortTestingOnFirstFailure was added by coin, but I forgot when it behaviours like this.