The test case was failing because "-f{{[^"]*coverage.*}}" was matching the following string:
"-fdebug-compilation-dir=/Users/buildslave/jenkins/workspace/coverage/"
Differential D152485
Fix regex in test case so that it doesn't match "coverage" in directory names ahatanak on Jun 8 2023, 4:28 PM. Authored by
Details The test case was failing because "-f{{[^"]*coverage.*}}" was matching the following string: "-fdebug-compilation-dir=/Users/buildslave/jenkins/workspace/coverage/"
Diff Detail
Event TimelineComment Actions Example of the test failing: https://green.lab.llvm.org/green/job/coverage/467/consoleText |