Skip to content

Commit a08f197

Browse files
Merge pull request #31335 from Lukasa/cb-gwp-asan-and-scudo
Enhance Scudo test to tolerate GWP-Asan.
2 parents 876ca7e + 43bf0e2 commit a08f197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Sanitizers/scudo.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ let allocated = UnsafeMutableRawPointer.allocate(byteCount: 128, alignment: 1)
88
allocated.deallocate()
99
allocated.deallocate()
1010

11-
// CHECK: ERROR: invalid chunk state
11+
// CHECK: {{ERROR: invalid chunk state|\*\*\* GWP-ASan detected a memory error \*\*\*}}

0 commit comments

Comments
 (0)