Files
clang-p2996/mlir/test/Integration/Dialect/SparseTensor/taco/lit.local.cfg
Bixia Zheng ba093fe58b Fix a commit.
Reviewed By: aartbik

Differential Revision: https://reviews.llvm.org/D117932
2022-01-21 15:18:28 -08:00

6 lines
220 B
INI

# Disable ASAN's leak detection for python taco tests.
config.environment['ASAN_OPTIONS'] = 'detect_leaks=0'
# Only run when python bindings are enabled.
if not config.enable_bindings_python:
config.unsupported = True