mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[test] Restrict two driver tests to macOS
These appear to fail when run for other configurations, so restrict them for now until we can figure out what is going wrong.
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
// REQUIRES: asan_runtime
|
||||
// RUN: %swiftc_driver -driver-print-jobs -sanitize=address -sanitize-address-use-odr-indicator %s 2>&1 | %FileCheck %s
|
||||
|
||||
// rdar://83458140
|
||||
// REQUIRES: OS=macosx
|
||||
|
||||
// CHECK: swift
|
||||
// CHECK-DAG: -sanitize=address
|
||||
// CHECK-DAG: -sanitize-address-use-odr-indicator
|
||||
|
||||
@@ -5,6 +5,9 @@
|
||||
// RUN: %swiftc_driver -driver-print-jobs -sanitize=address %s 2>&1 | %FileCheck -check-prefix=ASAN_WITHOUT_RECOVER --implicit-check-not='-sanitize-recover=address' %s
|
||||
// REQUIRES: asan_runtime
|
||||
|
||||
// rdar://83458140
|
||||
// REQUIRES: OS=macosx
|
||||
|
||||
// SAN_RECOVER_INVALID_ARG: unsupported argument 'foo' to option '-sanitize-recover='
|
||||
// SAN_RECOVER_UNSUPPORTED_ARG: unsupported argument 'thread' to option '-sanitize-recover='
|
||||
|
||||
|
||||
Reference in New Issue
Block a user