AMDGPU: Mark test as XFAIL in expensive_checks builds
[llvm-project.git] / llvm / utils / lit / tests / check-tested-lit-timeout-ability
blob3b8dc139052157454636264705f6c254926f4f14
1 #!/usr/bin/python3
3 import sys
4 from lit.util import killProcessAndChildrenIsSupported
6 supported, errormsg = killProcessAndChildrenIsSupported()
8 if not supported:
9     sys.exit(errormsg)
11 sys.exit()