[all-commits] [llvm/llvm-project] 5045b8: [PowerPC] Mark sanitizer test case unsupported for...
llvmbot via All-commits
all-commits at lists.llvm.org
Wed Dec 2 07:09:29 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5045b831a3b9c364d6ef0f09c7a773ca451ae1cc
https://github.com/llvm/llvm-project/commit/5045b831a3b9c364d6ef0f09c7a773ca451ae1cc
Author: Ahsan Saghir <saghir at ca.ibm.com>
Date: 2020-12-02 (Wed, 02 Dec 2020)
Changed paths:
M compiler-rt/test/sanitizer_common/TestCases/Linux/resize_tls_dynamic.cpp
Log Message:
-----------
[PowerPC] Mark sanitizer test case unsupported for powerpc64
The author of "https://reviews.llvm.org/D92428" marked
'resize_tls_dynamic.cpp' with XFAIL for powerpc64 since
it fails on a bunch of PowerPC buildbots. However, the
original test case passes on clang-ppc64le-rhel bot. So
marking this as XFAIL makes this bot to fail as the test
case passes unexpectedly. We are marking this unsupported
on all PowerPC64 for now until it is fixed for all the
PowerPC buildbots.
More information about the All-commits
mailing list