From 04d8dca7abaaf5adc6d5b85063b32763dab72065 Mon Sep 17 00:00:00 2001 From: Kamil Rytarowski Date: Wed, 5 Dec 2018 16:05:25 +0000 Subject: [PATCH] Remove XFAIL in get_module_and_offset_for_pc.cc for NetBSD-MSan After updating GET_LINK_MAP_BY_DLOPEN_HANDLE() for recent NetBSD this test no longer fails. llvm-svn: 348378 --- .../test/sanitizer_common/TestCases/get_module_and_offset_for_pc.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler-rt/test/sanitizer_common/TestCases/get_module_and_offset_for_pc.cc b/compiler-rt/test/sanitizer_common/TestCases/get_module_and_offset_for_pc.cc index 579ecb3..b313df8 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/get_module_and_offset_for_pc.cc +++ b/compiler-rt/test/sanitizer_common/TestCases/get_module_and_offset_for_pc.cc @@ -5,7 +5,6 @@ // UNSUPPORTED: i386-darwin // XFAIL: android -// XFAIL: netbsd && msan // Tests __sanitizer_get_module_and_offset_for_pc. -- 2.7.4