We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 666c5e0 commit 9382e7aCopy full SHA for 9382e7a
test/lit.cfg
@@ -1940,6 +1940,9 @@ config.environment[TARGET_ENV_PREFIX + 'SWIFT_DETERMINISTIC_HASHING'] = '1'
1940
# Enable malloc scribble during tests by default.
1941
config.environment[TARGET_ENV_PREFIX + 'SWIFT_DEBUG_ENABLE_MALLOC_SCRIBBLE'] = 'YES'
1942
1943
+# Enable COW sanity checks in the swift runtime by default.
1944
+config.environment['SWIFT_DEBUG_ENABLE_COW_SANITY_CHECKS'] = 'true'
1945
+
1946
# Run lsb_release on the target to be tested and return the results.
1947
def linux_get_lsb_release():
1948
lsb_release_path = '/usr/bin/lsb_release'
0 commit comments