This is an archive of the discontinued LLVM Phabricator instance.

Fix regex in test case so that it doesn't match "coverage" in directory names
ClosedPublic

Authored by ahatanak on Jun 8 2023, 4:28 PM.

Details

Summary

The test case was failing because "-f{{[^"]*coverage.*}}" was matching the following string:

"-fdebug-compilation-dir=/Users/buildslave/jenkins/workspace/coverage/"

Diff Detail

Event Timeline

ahatanak created this revision.Jun 8 2023, 4:28 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 8 2023, 4:28 PM
Herald added a subscriber: wenlei. · View Herald Transcript
azharudd accepted this revision.Jun 9 2023, 11:58 AM
This revision is now accepted and ready to land.Jun 9 2023, 11:58 AM