This is an archive of the discontinued LLVM Phabricator instance.

[NFC][clang] Refine tests by adding `:` to checks
ClosedPublic

Authored by Fznamznon on Feb 21 2023, 8:04 AM.

Details

Summary

The tests can fail if wokring directory where the tests were launched
has a error substring in its path.

Diff Detail

Event Timeline

Fznamznon created this revision.Feb 21 2023, 8:04 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 21 2023, 8:04 AM
Herald added a subscriber: arphaman. · View Herald Transcript
Fznamznon requested review of this revision.Feb 21 2023, 8:04 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 21 2023, 8:04 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
benlangmuir accepted this revision.Feb 21 2023, 9:03 AM

LGTM. The vfsroot-include.c is a -cc1 invocation, so it could probably be switched to use -verify instead of FileCheck'ing the output, unless there's something I'm missing. But that doesn't need to be for this patch.

This revision is now accepted and ready to land.Feb 21 2023, 9:03 AM
This revision was automatically updated to reflect the committed changes.