summaryrefslogtreecommitdiff
path: root/test/msan/chained_origin_empty_stack.cc
diff options
context:
space:
mode:
authorDaniel Sanders <daniel.sanders@imgtec.com>2016-08-18 10:50:46 +0000
committerDaniel Sanders <daniel.sanders@imgtec.com>2016-08-18 10:50:46 +0000
commit4f061d52b5d2efa65e46588e68439af44de09b16 (patch)
treec0104c96a339cfcbce18ac052f54a6f651177504 /test/msan/chained_origin_empty_stack.cc
parent5011aa2573c2075517ac7de7f5e0575a14d502e3 (diff)
[mips][msan] Fix all the XPASSes following r278793 and r278795
All msan tests are now passing for mipsel and mips64el except for allocator_mapping.cc which is marked unsupported. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@279048 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/msan/chained_origin_empty_stack.cc')
-rw-r--r--test/msan/chained_origin_empty_stack.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/msan/chained_origin_empty_stack.cc b/test/msan/chained_origin_empty_stack.cc
index 0a5a9c3bf..f1ed66b75 100644
--- a/test/msan/chained_origin_empty_stack.cc
+++ b/test/msan/chained_origin_empty_stack.cc
@@ -1,8 +1,6 @@
// RUN: %clangxx_msan -fsanitize-memory-track-origins=2 -O3 %s -o %t && \
// RUN: MSAN_OPTIONS=store_context_size=1 not %run %t 2>&1 | FileCheck %s
-// XFAIL: target-is-mips64el
-
// Test that stack trace for the intermediate store is not empty.
// CHECK: MemorySanitizer: use-of-uninitialized-value