summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorTimur Iskhodzhanov <timurrrr@google.com>2015-01-22 12:05:27 +0000
committerTimur Iskhodzhanov <timurrrr@google.com>2015-01-22 12:05:27 +0000
commit0a68e959be9788dde59b60de11a2a868ec0821c5 (patch)
tree578f3f587e5a88148fa3f4ced97b57962983b4ad /test
parent5cb7bde3d1fb4931c773f0b9f12ad930411eb705 (diff)
[ASan] Print out the shadow memory range on shadow mapping failures
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@226807 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/asan/TestCases/Windows/shadow_mapping_failure.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/asan/TestCases/Windows/shadow_mapping_failure.cc b/test/asan/TestCases/Windows/shadow_mapping_failure.cc
index 8858b8099..385db20f9 100644
--- a/test/asan/TestCases/Windows/shadow_mapping_failure.cc
+++ b/test/asan/TestCases/Windows/shadow_mapping_failure.cc
@@ -10,6 +10,7 @@ int main() {
scanf("%s", bigchunk);
// CHECK-NOT: Hello, world!
// CHECK: Shadow memory range interleaves with an existing memory mapping.
+// CHECK: ASan shadow was supposed to be located in the [0x3fff0000-0x{{.*}}ffff] range.
// CHECK: Dumping process modules:
// CHECK-DAG: 0x{{[0-9a-f]*}}-0x{{[0-9a-f]*}} {{.*}}shadow_mapping_failure
// CHECK-DAG: 0x{{[0-9a-f]*}}-0x{{[0-9a-f]*}} {{.*}}kernel32.dll