[mips] Remove obstack.cc XFAIL added in r278504 since it broke X86 and PPC somehow.
authorDaniel Sanders <daniel.sanders@imgtec.com>
Fri, 12 Aug 2016 15:34:35 +0000 (15:34 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Fri, 12 Aug 2016 15:34:35 +0000 (15:34 +0000)
Adding the XFAIL has caused msan to report a different line number in the call
stack (@LINE-3 rather than @LINE-30). The new line number looks more correct
at first glance since it's the line that uses uninitialized memory rather than
the first non-whitespace line of the file but this needs investigating.

llvm-svn: 278516

compiler-rt/test/msan/Linux/obstack.cc

index e59f09c..f1f53be 100644 (file)
@@ -1,8 +1,6 @@
 // RUN: %clangxx_msan -O0 -g %s -o %t && %run %t
 // RUN: %clangxx_msan -O0 -g -DPOSITIVE %s -o %t && not %run %t |& FileCheck %s
 
-// XFAIL: target-is-mips64el
-
 #include <obstack.h>
 #include <sanitizer/msan_interface.h>
 #include <stdlib.h>