Skip to content

Commit 1766f1f

Browse files
authored
Merge pull request swiftlang#29470 from davezarzycki/pr29470
2 parents 21905ea + bcb13a0 commit 1766f1f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/Sanitizers/scudo.swift

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// RUN: not %target-run %t_scudo-binary 2>&1 | %FileCheck %s
33
// REQUIRES: executable_test
44
// REQUIRES: OS=linux-gnu
5+
// REQUIRES: scudo_runtime
56

67
let allocated = UnsafeMutableRawPointer.allocate(byteCount: 128, alignment: 1)
78
allocated.deallocate()

test/lit.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -1452,6 +1452,7 @@ runtime_libs = {
14521452
'profile': 'profile_runtime',
14531453
'asan': 'asan_runtime',
14541454
'ubsan': 'ubsan_runtime',
1455+
'scudo': 'scudo_runtime',
14551456
'safestack': 'safestack_runtime',
14561457
'fuzzer': 'fuzzer_runtime'
14571458
}

0 commit comments

Comments
 (0)