[compiler-rt] r246566 - Mark the log_path ubsan test as requiring a shell. It uses globs.
Reid Kleckner via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 1 11:17:21 PDT 2015
Author: rnk
Date: Tue Sep 1 13:17:21 2015
New Revision: 246566
URL: http://llvm.org/viewvc/llvm-project?rev=246566&view=rev
Log:
Mark the log_path ubsan test as requiring a shell. It uses globs.
Modified:
compiler-rt/trunk/test/ubsan/TestCases/Misc/log-path_test.cc
Modified: compiler-rt/trunk/test/ubsan/TestCases/Misc/log-path_test.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/ubsan/TestCases/Misc/log-path_test.cc?rev=246566&r1=246565&r2=246566&view=diff
==============================================================================
--- compiler-rt/trunk/test/ubsan/TestCases/Misc/log-path_test.cc (original)
+++ compiler-rt/trunk/test/ubsan/TestCases/Misc/log-path_test.cc Tue Sep 1 13:17:21 2015
@@ -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.
More information about the llvm-commits
mailing list