File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
compiler-rt/test/hwasan/TestCases Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,14 +51,14 @@ int main() {
51
51
// CHECK: is located in stack of thread
52
52
// CHECK: Potentially referenced stack objects:
53
53
// CHECK-NEXT: {{zzz|yyy}} in buggy {{.*}}stack-uar.c:
54
- // CHECK-NEXT : Memory tags around the buggy address
54
+ // CHECK: Memory tags around the buggy address
55
55
56
56
// NOSYM: Previously allocated frames:
57
57
// NOSYM-NEXT: record_addr:0x{{.*}} record:0x{{.*}} ({{.*}}/stack-uar.c.tmp+0x{{.*}}){{$}}
58
58
// NOSYM-NEXT: record_addr:0x{{.*}} record:0x{{.*}} ({{.*}}/stack-uar.c.tmp+0x{{.*}}){{$}}
59
59
// NOSYM-NEXT: record_addr:0x{{.*}} record:0x{{.*}} ({{.*}}/stack-uar.c.tmp+0x{{.*}}){{$}}
60
60
// NOSYM-NEXT: record_addr:0x{{.*}} record:0x{{.*}} ({{.*}}/stack-uar.c.tmp+0x{{.*}}){{$}}
61
- // NOSYM-NEXT : Memory tags around the buggy address
61
+ // NOSYM: Memory tags around the buggy address
62
62
63
63
// CHECK: SUMMARY: HWAddressSanitizer: tag-mismatch {{.*}} in main
64
64
}
Original file line number Diff line number Diff line change @@ -70,14 +70,14 @@ int main() {
70
70
// CHECK: is located in stack of thread
71
71
// CHECK: Potentially referenced stack objects:
72
72
// CHECK-NEXT: {{zzz|yyy}} in buggy {{.*}}stack-uas.c:
73
- // CHECK-NEXT : Memory tags around the buggy address
73
+ // CHECK: Memory tags around the buggy address
74
74
75
75
// NOSYM: Previously allocated frames:
76
76
// NOSYM-NEXT: record_addr:0x{{.*}} record:0x{{.*}} ({{.*}}/stack-uas.c.tmp+0x{{.*}}){{$}}
77
77
// NOSYM-NEXT: record_addr:0x{{.*}} record:0x{{.*}} ({{.*}}/stack-uas.c.tmp+0x{{.*}}){{$}}
78
78
// NOSYM-NEXT: record_addr:0x{{.*}} record:0x{{.*}} ({{.*}}/stack-uas.c.tmp+0x{{.*}}){{$}}
79
79
// NOSYM-NEXT: record_addr:0x{{.*}} record:0x{{.*}} ({{.*}}/stack-uas.c.tmp+0x{{.*}}){{$}}
80
- // NOSYM-NEXT : Memory tags around the buggy address
80
+ // NOSYM: Memory tags around the buggy address
81
81
82
82
// CHECK: SUMMARY: HWAddressSanitizer: tag-mismatch {{.*}} in buggy
83
83
}
You can’t perform that action at this time.
0 commit comments