mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
374d6c56df
The underlying TargetProcessControl API changes with D104694. Once it landed I can patch and re-enable the example.
8 lines
253 B
INI
8 lines
253 B
INI
#if not config.build_examples or sys.platform in ['win32']:
|
|
|
|
# Mark both lljit-with-* tests unsupported until D104694 lands.
|
|
config.unsupported = True
|
|
|
|
# Test discovery should ignore subdirectories that contain test inputs.
|
|
config.excludes = ['Inputs']
|