repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
AMDGPU: Mark test as XFAIL in expensive_checks builds
[llvm-project.git]
/
llvm
/
utils
/
lit
/
tests
/
check-tested-lit-timeout-ability
blob
3b8dc139052157454636264705f6c254926f4f14
1
#!/usr/bin/python3
2
3
import sys
4
from lit.util import killProcessAndChildrenIsSupported
5
6
supported, errormsg = killProcessAndChildrenIsSupported()
7
8
if not supported:
9
sys.exit(errormsg)
10
11
sys.exit()