[compiler-rt] r302801 - Renumber test line number expectations after r302783.

Benjamin Kramer via llvm-commits llvm-commits at lists.llvm.org
Thu May 11 07:04:24 PDT 2017


Author: d0k
Date: Thu May 11 09:04:23 2017
New Revision: 302801

URL: http://llvm.org/viewvc/llvm-project?rev=302801&view=rev
Log:
Renumber test line number expectations after r302783.

Also remove a confused stable-runtimes requirement.

Modified:
    compiler-rt/trunk/test/msan/wcsncpy.cc

Modified: compiler-rt/trunk/test/msan/wcsncpy.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/msan/wcsncpy.cc?rev=302801&r1=302800&r2=302801&view=diff
==============================================================================
--- compiler-rt/trunk/test/msan/wcsncpy.cc (original)
+++ compiler-rt/trunk/test/msan/wcsncpy.cc Thu May 11 09:04:23 2017
@@ -2,7 +2,6 @@
 // RUN: FileCheck %s < %t.out && FileCheck %s < %t.out
 
 // XFAIL: mips
-// REQUIRES: stable-runtime
 
 #include <assert.h>
 #include <wchar.h>
@@ -30,12 +29,12 @@ int main() {
 }
 // CHECK:  Uninitialized bytes in __msan_check_mem_is_initialized
 // CHECK:  WARNING: MemorySanitizer: use-of-uninitialized-value
-// CHECK:    in main {{.*}}wcsncpy.cc:26
+// CHECK:    in main {{.*}}wcsncpy.cc:28
 
 // CHECK:  Uninitialized value was stored to memory at
 // CHECK:    in {{[^\s]*}}wcsncpy
-// CHECK:    in main {{.*}}wcsncpy.cc:25
+// CHECK:    in main {{.*}}wcsncpy.cc:27
 
 // CHECK:  Memory was marked as uninitialized
 // CHECK:    in __msan_allocated_memory
-// CHECK:    in main {{.*}}wcsncpy.cc:23
+// CHECK:    in main {{.*}}wcsncpy.cc:25




More information about the llvm-commits mailing list