From 37126fe7bdc305799c313783b495a3852bed5dba Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Fri, 10 Nov 2017 02:06:59 +0000 Subject: [msan] Deadly signal handler for msan Summary: Part of https://github.com/google/sanitizers/issues/637 Reviewers: eugenis, alekseyshl Subscribers: llvm-commits, kubamracek Differential Revision: https://reviews.llvm.org/D39826 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@317864 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/sanitizer_common/TestCases/Linux/assert.cc | 1 - test/sanitizer_common/TestCases/Linux/ill.cc | 1 - test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cc | 1 - test/sanitizer_common/TestCases/Posix/dump_instruction_bytes.cc | 1 - test/sanitizer_common/TestCases/Posix/fpe.cc | 1 - test/sanitizer_common/TestCases/Posix/sanitizer_set_report_fd_test.cc | 1 - 6 files changed, 6 deletions(-) (limited to 'test') diff --git a/test/sanitizer_common/TestCases/Linux/assert.cc b/test/sanitizer_common/TestCases/Linux/assert.cc index f10ddf3ce..76069f9e9 100644 --- a/test/sanitizer_common/TestCases/Linux/assert.cc +++ b/test/sanitizer_common/TestCases/Linux/assert.cc @@ -8,7 +8,6 @@ // clang-format on // FIXME: implement in other sanitizers. -// XFAIL: msan // XFAIL: tsan #include diff --git a/test/sanitizer_common/TestCases/Linux/ill.cc b/test/sanitizer_common/TestCases/Linux/ill.cc index 7d39abefa..47a278387 100644 --- a/test/sanitizer_common/TestCases/Linux/ill.cc +++ b/test/sanitizer_common/TestCases/Linux/ill.cc @@ -8,7 +8,6 @@ // clang-format on // FIXME: implement in other sanitizers. -// XFAIL: msan // XFAIL: tsan // XFAIL: ubsan // diff --git a/test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cc b/test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cc index 7e93af46d..e1192c765 100644 --- a/test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cc +++ b/test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cc @@ -8,7 +8,6 @@ // REQUIRES: stable-runtime // FIXME: implement SEGV handler in other sanitizers. -// XFAIL: msan // XFAIL: tsan volatile int *null = 0; diff --git a/test/sanitizer_common/TestCases/Posix/dump_instruction_bytes.cc b/test/sanitizer_common/TestCases/Posix/dump_instruction_bytes.cc index 25e801a10..4e5dc6d08 100644 --- a/test/sanitizer_common/TestCases/Posix/dump_instruction_bytes.cc +++ b/test/sanitizer_common/TestCases/Posix/dump_instruction_bytes.cc @@ -9,7 +9,6 @@ // REQUIRES: x86-target-arch // FIXME: implement in other sanitizers. -// XFAIL: msan // XFAIL: tsan int main() { diff --git a/test/sanitizer_common/TestCases/Posix/fpe.cc b/test/sanitizer_common/TestCases/Posix/fpe.cc index 46fe4f439..4f887b5f1 100644 --- a/test/sanitizer_common/TestCases/Posix/fpe.cc +++ b/test/sanitizer_common/TestCases/Posix/fpe.cc @@ -4,7 +4,6 @@ // RUN: %env_tool_opts=handle_sigfpe=0 not --crash %run %t 2>&1 | FileCheck --check-prefix=CHECK0 %s // RUN: %env_tool_opts=handle_sigfpe=1 not %run %t 2>&1 | FileCheck --check-prefix=CHECK1 %s // FIXME: implement in other sanitizers, not just asan. -// XFAIL: msan // XFAIL: tsan // XFAIL: ubsan // diff --git a/test/sanitizer_common/TestCases/Posix/sanitizer_set_report_fd_test.cc b/test/sanitizer_common/TestCases/Posix/sanitizer_set_report_fd_test.cc index baa1d9a64..911901098 100644 --- a/test/sanitizer_common/TestCases/Posix/sanitizer_set_report_fd_test.cc +++ b/test/sanitizer_common/TestCases/Posix/sanitizer_set_report_fd_test.cc @@ -7,7 +7,6 @@ // REQUIRES: stable-runtime // XFAIL: android && asan // FIXME: implement SEGV handler in other sanitizers, not just asan. -// XFAIL: msan // XFAIL: tsan #include -- cgit v1.2.3