forked from OSchip/llvm-project
Mark the log_path ubsan test as requiring a shell. It uses globs.
llvm-svn: 246566
This commit is contained in:
parent
e9cdcaee7b
commit
a71dabd591
|
@ -1,6 +1,9 @@
|
|||
// FIXME: https://code.google.com/p/address-sanitizer/issues/detail?id=316
|
||||
// XFAIL: android
|
||||
|
||||
// The globs below do not work in the lit shell.
|
||||
// REQUIRES: shell
|
||||
|
||||
// RUN: %clangxx -fsanitize=undefined %s -O1 -o %t
|
||||
|
||||
// Regular run.
|
||||
|
|
Loading…
Reference in New Issue