File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
compiler-rt/test/sanitizer_common/TestCases/Posix Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 8
8
9
9
// RUN: %clangxx -DUSING_%tool_name %s -o %t -w
10
10
11
- // RUN: %env_tool_opts="print_module_map=0:abort_on_error =1" not --crash %run %t 2>&1 | FileCheck %s --check-prefixes=CHECK,CHECK-MM0
12
- // RUN: %env_tool_opts="print_module_map=1:abort_on_error =1" not --crash %run %t 2>&1 | FileCheck %s --check-prefixes=CHECK,CHECK-MM1
13
- // RUN: %env_tool_opts="print_module_map=2:abort_on_error =1" not --crash %run %t 2>&1 | FileCheck %s --check-prefixes=CHECK,CHECK-MM2
11
+ // RUN: %env_tool_opts="print_module_map=0:halt_on_error =1" not %run %t 2>&1 | FileCheck %s --check-prefixes=CHECK,CHECK-MM0
12
+ // RUN: %env_tool_opts="print_module_map=1:halt_on_error =1" not %run %t 2>&1 | FileCheck %s --check-prefixes=CHECK,CHECK-MM1
13
+ // RUN: %env_tool_opts="print_module_map=2:halt_on_error =1" not %run %t 2>&1 | FileCheck %s --check-prefixes=CHECK,CHECK-MM2
14
14
15
15
// tsan support pending rdar://67747473
16
16
// XFAIL: tsan
@@ -35,11 +35,13 @@ int main() {
35
35
return 0 ;
36
36
}
37
37
38
+ // CHECK-NOT: {{Process .*map}}
38
39
// CHECK: SUMMARY:
39
40
// CHECK-MM0-NOT: {{Process .*map}}
41
+
42
+ // CHECK-MM1: {{Process (module|memory) map}}
40
43
// CHECK-MM1-NOT: {{Process .*map}}
44
+
41
45
// CHECK-MM2: {{Process (module|memory) map}}
42
- // CHECK: ABORTING
43
- // CHECK-MM0-NOT: {{Process .*map}}
44
- // CHECK-MM1-NEXT: {{Process (module|memory) map}}
45
- // CHECK-MM2-NEXT: {{Process (module|memory) map}}
46
+ // CHECK-MM2: {{Process (module|memory) map}}
47
+ // CHECK-MM2-NOT: {{Process .*map}}
You can’t perform that action at this time.
0 commit comments