We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9bf9bb + 09ac8a8 commit 4a3582dCopy full SHA for 4a3582d
Tests/SwiftDriverTests/SwiftDriverTests.swift
@@ -2758,6 +2758,7 @@ final class SwiftDriverTests: XCTestCase {
2758
}
2759
#endif
2760
2761
+ #if os(macOS) || os(Windows)
2762
do {
2763
// undefined behavior sanitizer
2764
var driver = try Driver(args: commonArgs + ["-sanitize=undefined"])
@@ -2816,6 +2817,7 @@ final class SwiftDriverTests: XCTestCase {
2816
2817
XCTAssertTrue(linkCmd.contains(.flag("-fsanitize=scudo")))
2818
2819
2820
+ #endif
2821
2822
// FIXME: This test will fail when not run on Android, because the driver uses
2823
// the existence of the runtime support libraries to determine if
0 commit comments