Mark the log_path ubsan test as requiring a shell. It uses globs.

llvm-svn: 246566
This commit is contained in:
Reid Kleckner 2015-09-01 18:17:21 +00:00
parent e9cdcaee7b
commit a71dabd591
1 changed files with 3 additions and 0 deletions

View File

@ -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.