[compiler-rt] 8d7d2de - Fix test case from D94563.
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 4 18:07:00 PST 2021
Failing ios and android are expected. Sorry I didn't notice that one.
However it should not be arch specific. Can you show the link where it
fails on PPC?
On Thu, 4 Feb 2021 at 16:35, Amy Huang via llvm-commits <
llvm-commits at lists.llvm.org> wrote:
>
> 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
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210204/75ab7c03/attachment.html>
More information about the llvm-commits
mailing list