Files
CMake/Tests/RunCMake/CTestCommandLine/FailureLabels-stdout.txt
Wim Colgate 49e9f817de ctest: Display test labels in failure summary
In a complex test environment, there may be a desire to add a test
property label to indicate context. Here is one such example:

    set_property(TEST mygoofytest PROPERTY LABELS might-fail-on-config-change)

Upon looking at the failed test summary, one can quickly decide whether
the failure might be expected or not.

    198 - mygoofytest (Failed)                might-fail-on-config-change
2024-07-17 13:56:01 -04:00

5 lines
253 B
Plaintext

The following tests FAILED:
[ ]+1 - ShortName \(Failed\) Label1 Label2
[ ]+2 - LongerName \(Failed\) Label3
[ ]+3 - Long_Test_Name_That_Is_Over_Fifty_Characters_In_Length \(Failed\) Label4