We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21905ea + bcb13a0 commit 1766f1fCopy full SHA for 1766f1f
test/Sanitizers/scudo.swift
@@ -2,6 +2,7 @@
2
// RUN: not %target-run %t_scudo-binary 2>&1 | %FileCheck %s
3
// REQUIRES: executable_test
4
// REQUIRES: OS=linux-gnu
5
+// REQUIRES: scudo_runtime
6
7
let allocated = UnsafeMutableRawPointer.allocate(byteCount: 128, alignment: 1)
8
allocated.deallocate()
test/lit.cfg
@@ -1452,6 +1452,7 @@ runtime_libs = {
1452
'profile': 'profile_runtime',
1453
'asan': 'asan_runtime',
1454
'ubsan': 'ubsan_runtime',
1455
+ 'scudo': 'scudo_runtime',
1456
'safestack': 'safestack_runtime',
1457
'fuzzer': 'fuzzer_runtime'
1458
}
0 commit comments