[compiler-rt] r308647 - [asan] Update unittest for changes in logging r308637

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 20 11:20:12 PDT 2017


Author: vitalybuka
Date: Thu Jul 20 11:20:12 2017
New Revision: 308647

URL: http://llvm.org/viewvc/llvm-project?rev=308647&view=rev
Log:
[asan] Update unittest for changes in logging r308637

Modified:
    compiler-rt/trunk/test/asan/TestCases/Windows/shadow_conflict_32.cc

Modified: compiler-rt/trunk/test/asan/TestCases/Windows/shadow_conflict_32.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Windows/shadow_conflict_32.cc?rev=308647&r1=308646&r2=308647&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Windows/shadow_conflict_32.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Windows/shadow_conflict_32.cc Thu Jul 20 11:20:12 2017
@@ -20,9 +20,9 @@ int main() {
 extern "C" __declspec(dllexport) int test_function() { return 0; }
 #endif
 
-// CHECK: =={{[0-9]+}}==Shadow memory range interleaves with an existing memory mapping. ASan cannot proceed correctly. ABORTING.
-// CHECK: =={{[0-9]+}}==ASan shadow was supposed to be located in the [0x2fff0000-0x3fffffff] range.
-// CHECK: =={{[0-9]+}}==Dumping process modules
+// CHECK: =={{[0-9:]+}}==Shadow memory range interleaves with an existing memory mapping. ASan cannot proceed correctly. ABORTING.
+// CHECK: =={{[0-9:]+}}==ASan shadow was supposed to be located in the [0x2fff0000-0x3fffffff] range.
+// CHECK: =={{[0-9:]+}}==Dumping process modules
 
 // CHECK-DAG: {{0x30000000-0x300.....}} {{.*}}\shadow_conflict_32.cc.tmp_dll.dll
 // CHECK-DAG: {{0x........-0x........}} {{.*}}\shadow_conflict_32.cc.tmp.exe




More information about the llvm-commits mailing list