Skip to content

Commit 53aff8d

Browse files
author
Julian Lettner
committed
[Darwin][iOS] Enable test on non-macOS platforms
We are now using a properly-substituted minimal deployment target compiler flag (`%min_macos_deployment_target=10.11`). Enable test on iOS and watchOS plus simulators. We are also not testing on very old platforms anymore, so we can remove some obsolete lit infrastructure.
1 parent efeb65d commit 53aff8d

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

compiler-rt/test/asan/TestCases/initialization-bug.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
// FIXME: https://code.google.com/p/address-sanitizer/issues/detail?id=186
99
// XFAIL: windows-msvc
1010

11-
// The test is expected to fail on OS X Yosemite and older
12-
// UNSUPPORTED: osx-no-ld64-live_support
13-
// UNSUPPORTED: ios
14-
1511
#include <cstdio>
1612

1713
// The structure of the test is:

compiler-rt/test/lit.common.cfg.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -281,12 +281,6 @@
281281
if osx_version >= (10, 11):
282282
config.available_features.add('osx-autointerception')
283283
config.available_features.add('osx-ld64-live_support')
284-
else:
285-
# The ASAN initialization-bug.cpp test should XFAIL on OS X systems
286-
# older than El Capitan. By marking the test as being unsupported with
287-
# this "feature", we can pass the test on newer OS X versions and other
288-
# platforms.
289-
config.available_features.add('osx-no-ld64-live_support')
290284
except subprocess.CalledProcessError:
291285
pass
292286

0 commit comments

Comments
 (0)