summaryrefslogtreecommitdiff
path: root/test cases/failing/111 empty fallback
AgeCommit message (Collapse)Author
2023-10-27Condense test directories for RC1.Jussi Pakkanen
2023-01-25tests: avoid unexpected failure when cmake is not installedEli Schwartz
This test case checks stdout and demands a `dependency()` lookup fail. The resulting error message can be different depending on whether cmake is installed, or not. For cmake-specific tests we would simply skip the test if cmake is not installed, but here we can just fine-tune the pattern matching we use to determine if the test failed "correctly". Fixes #11320
2022-03-29Condense test directory names.Jussi Pakkanen