Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.12.0-beta1
-
None
-
540ea616ecabede679fca9e10dd27dec33f29936 (qt-creator/qt-creator/4.12)
Description
With recent versions of gtest it is possible to skip tests at run time. This is useful if for instance a test precondition fails. (Hence the test results are meaningless, if your preconditions are not satisfied).
You can skip a test at run-time by calling GTEST_SKIP(). But right now, QtCreator does not show the test as skipped (like it does for disabled tests). It would be nice to see that a test was skipped.