This is an archive of the discontinued LLVM Phabricator instance.

lit: support redirect from globs
ClosedPublic

Authored by rafael on Mar 30 2017, 12:30 PM.

Details

Summary

This adds support for commands like

FileCheck < foobar*

which is used by some asan tests because the file they want to read has a pid in the name.

Diff Detail

Event Timeline

rafael created this revision.Mar 30 2017, 12:30 PM
rnk accepted this revision.Mar 30 2017, 1:39 PM

lgtm

utils/lit/lit/TestRunner.py
330

Maybe "glob in redirect expanded to multiple files"?

This revision is now accepted and ready to land.Mar 30 2017, 1:39 PM
rafael closed this revision.Mar 30 2017, 2:02 PM