[compiler-rt] r351181 - [compiler-rt] fuzzer-alignment-assumption.test: fixup the expected column number

Roman Lebedev via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 15 02:25:14 PST 2019


Author: lebedevri
Date: Tue Jan 15 02:25:14 2019
New Revision: 351181

URL: http://llvm.org/viewvc/llvm-project?rev=351181&view=rev
Log:
[compiler-rt] fuzzer-alignment-assumption.test: fixup the expected column number

Modified:
    compiler-rt/trunk/test/fuzzer/fuzzer-alignment-assumption.test

Modified: compiler-rt/trunk/test/fuzzer/fuzzer-alignment-assumption.test
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/fuzzer/fuzzer-alignment-assumption.test?rev=351181&r1=351180&r2=351181&view=diff
==============================================================================
--- compiler-rt/trunk/test/fuzzer/fuzzer-alignment-assumption.test (original)
+++ compiler-rt/trunk/test/fuzzer/fuzzer-alignment-assumption.test Tue Jan 15 02:25:14 2019
@@ -1,7 +1,7 @@
 RUN: rm -f %t-AlignmentAssumptionTest-Ubsan
 RUN: %cpp_compiler -fsanitize=alignment -fno-sanitize-recover=all %S/AlignmentAssumptionTest.cpp -o %t-AlignmentAssumptionTest-Ubsan
 RUN: not %run %t-AlignmentAssumptionTest-Ubsan 2>&1 | FileCheck %s
-CHECK: AlignmentAssumptionTest.cpp:22:34:  runtime error: assumption of 32768 byte alignment for pointer of type 'const {{.*}} *' (aka 'const unsigned char *') failed
+CHECK: AlignmentAssumptionTest.cpp:22:39:  runtime error: assumption of 32768 byte alignment for pointer of type 'const {{.*}} *' (aka 'const unsigned char *') failed
 CHECK: 0x{{.*}}: note: address is {{.*}} aligned, misalignment offset is {{.*}} byte
 
 CHECK: Test unit written to ./crash-




More information about the llvm-commits mailing list