mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Per discussion on the list. From now on, when you fix a compiler_crashers test case, move it to compiler_crashers_fixed so that we get no-asserts and ASan coverage. Swift SVN r27055
5 lines
147 B
INI
5 lines
147 B
INI
if "asan" in config.available_features:
|
|
config.unsupported = True
|
|
if "asserts" not in config.available_features:
|
|
config.unsupported = True
|