[compiler-rt] 8d7d2de - Fix test case from D94563.
Amy Huang via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 4 16:34:57 PST 2021
Author: Amy Huang
Date: 2021-02-04T16:34:39-08:00
New Revision: 8d7d2deb379066d17a7d49ab13af77d097fb2b78
URL: https://github.com/llvm/llvm-project/commit/8d7d2deb379066d17a7d49ab13af77d097fb2b78
DIFF: https://github.com/llvm/llvm-project/commit/8d7d2deb379066d17a7d49ab13af77d097fb2b78.diff
LOG: Fix test case from D94563.
The added test case failed on ppc, android, and other buildbots,
so require x86 targets.
Added:
Modified:
compiler-rt/test/sanitizer_common/TestCases/external_symbolizer_path.cpp
Removed:
################################################################################
diff --git a/compiler-rt/test/sanitizer_common/TestCases/external_symbolizer_path.cpp b/compiler-rt/test/sanitizer_common/TestCases/external_symbolizer_path.cpp
index d7e120713773..fa12f4d5625e 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/external_symbolizer_path.cpp
+++ b/compiler-rt/test/sanitizer_common/TestCases/external_symbolizer_path.cpp
@@ -1,4 +1,5 @@
// REQUIRES: shell
+// REQUIRES: x86-target-arch
// RUN: rm -rf %t.bin
// RUN: mkdir %t.bin
// RUN: cp $(which llvm-symbolizer) %t.bin
More information about the llvm-commits
mailing list