repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Fixup pipeline test. NFC
[llvm-complete.git]
/
utils
/
lit
/
tests
/
Inputs
/
shtest-timeout
/
infinite_loop.py
blob
c8ced24f29c52c3a5b699ad72da250ff394656ea
1
# RUN: %{python} %s
2
from
__future__
import
print_function
3
4
import
sys
5
6
print
(
"Running infinite loop"
)
7
sys
.
stdout
.
flush
()
# Make sure the print gets flushed so it appears in lit output.
8
while True
:
9
pass