Index: test/msan/Linux/obstack.cc =================================================================== --- test/msan/Linux/obstack.cc +++ test/msan/Linux/obstack.cc @@ -1,6 +1,8 @@ // 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 #include #include @@ -30,7 +32,7 @@ __msan_check_mem_is_initialized(p, sizeof(data) + 1); } // CHECK: WARNING: MemorySanitizer: use-of-uninitialized-value - // CHECK: #0 0x{{.*}} in main{{.*}}obstack.cc:[[@LINE-30]] + // CHECK: #0 0x{{.*}} in main{{.*}}obstack.cc:[[@LINE-3]] #endif } obstack_free(&obs, 0);