[PATCH] [Msan] Fix the report-demangling.cc test to pass on FreeBSD

Phabricator reviews at reviews.llvm.org
Fri May 8 05:14:22 PDT 2015


REPOSITORY
  rL LLVM

http://reviews.llvm.org/D9554

Files:
  compiler-rt/trunk/test/msan/report-demangling.cc

Index: compiler-rt/trunk/test/msan/report-demangling.cc
===================================================================
--- compiler-rt/trunk/test/msan/report-demangling.cc
+++ compiler-rt/trunk/test/msan/report-demangling.cc
@@ -15,5 +15,5 @@
   return f();
   // CHECK: WARNING: MemorySanitizer: use-of-uninitialized-value
   // CHECK: Uninitialized value was created by an allocation of 'x' in the stack frame of function '_Z1fv'
-  // CHECK: #0 {{.*}} in f() {{.*}}report-demangling.cc:[[@LINE-10]]
+  // CHECK: #0 {{.*}} in f{{.*}} {{.*}}report-demangling.cc:[[@LINE-10]]
 }

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D9554.25311.patch
Type: text/x-patch
Size: 584 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150508/67061a9d/attachment.bin>


More information about the llvm-commits mailing list