Advertisement
Guest User

Failing windows test for LLVM.

a guest
May 2nd, 2018
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.29 KB | None | 0 0
  1. $ py -2 .\build\bin\llvm-lit.py .\llvm\utils\lit\tests\shtest-run-at-line.py -v
  2. -- Testing: 1 tests, 1 threads --
  3. FAIL: lit :: shtest-run-at-line.py (1 of 1)
  4. ******************** TEST 'lit :: shtest-run-at-line.py' FAILED ********************
  5. Script:
  6. --
  7. : 'RUN: at line 4' && not C:\Python27\python.exe C:/Users/jeremy/source/llvm\utils\lit\lit.py -j 1 -vv C:/Users/jeremy/source/build\..\tests\Inputs/shtest-run-at-line > C:\Users\jeremy\source\build\utils\lit\tests\Output\shtest-run-at-line.py.tmp.out
  8. : 'RUN: at line 5' && FileCheck --input-file C:\Users\jeremy\source\build\utils\lit\tests\Output\shtest-run-at-line.py.tmp.out C:\Users\jeremy\source\build\utils\lit\tests\shtest-run-at-line.py
  9. --
  10. Exit Code: 1
  11.  
  12. Command Output (stdout):
  13. --
  14. $ ":" "RUN: at line 4"
  15. $ "not" "C:\Python27\python.exe" "C:/Users/jeremy/source/llvm\utils\lit\lit.py" "-j" "1" "-vv" "C:/Users/jeremy/source/build/utils/lit/tests\..\tests\Inputs/shtest-run-at-line"
  16. $ ":" "RUN: at line 5"
  17. $ "FileCheck" "--input-file" "C:\Users\jeremy\source\build\utils\lit\tests\Output\shtest-run-at-line.py.tmp.out" "C:\Users\jeremy\source\build\utils\lit\tests\shtest-run-at-line.py"
  18. # command stderr:
  19. C:\Users\jeremy\source\build\utils\lit\tests\shtest-run-at-line.py:19:10: error: expected string not found in input
  20.  
  21. # CHECK: : 'RUN: at line 1' && true
  22.  
  23. ^
  24.  
  25. C:\Users\jeremy\source\build\utils\lit\tests\Output\shtest-run-at-line.py.tmp.out:5:1: note: scanning from here
  26.  
  27. --
  28.  
  29. ^
  30.  
  31. C:\Users\jeremy\source\build\utils\lit\tests\Output\shtest-run-at-line.py.tmp.out:6:2: note: possible intended match here
  32.  
  33. echo "RUN: at line 1" > nul && true
  34.  
  35. ^
  36.  
  37. C:\Users\jeremy\source\build\utils\lit\tests\shtest-run-at-line.py:31:10: error: expected string not found in input
  38.  
  39. # CHECK: : 'RUN: at line 1' && : first line continued to second line
  40.  
  41. ^
  42.  
  43. C:\Users\jeremy\source\build\utils\lit\tests\Output\shtest-run-at-line.py.tmp.out:17:1: note: scanning from here
  44.  
  45. --
  46.  
  47. ^
  48.  
  49. C:\Users\jeremy\source\build\utils\lit\tests\Output\shtest-run-at-line.py.tmp.out:18:7: note: possible intended match here
  50.  
  51. echo "RUN: at line 1" > nul && : first line continued to second line
  52.  
  53. ^
  54.  
  55.  
  56. error: command failed with exit status: 1
  57.  
  58. --
  59.  
  60. ********************
  61. Testing Time: 1.03s
  62. ********************
  63. Failing Tests (1):
  64. lit :: shtest-run-at-line.py
  65.  
  66. Unexpected Failures: 1
  67.  
  68. $ py -2 .\build\bin\llvm-lit.py -j 1 -vv .\llvm\utils\lit\tests\Inputs\shtest-run-at-line
  69.  
  70. -- Testing: 4 tests, 1 threads --
  71. FAIL: shtest-run-at-line :: external-shell/basic.txt (1 of 4)
  72. ******************** TEST 'shtest-run-at-line :: external-shell/basic.txt' FAILED ********************
  73. Script:
  74. --
  75. echo "RUN: at line 1" > nul && true
  76. echo "RUN: at line 2" > nul && false
  77. echo "RUN: at line 3" > nul && true
  78. --
  79. Exit Code: 1
  80.  
  81.  
  82. ********************
  83. FAIL: shtest-run-at-line :: external-shell/line-continuation.txt (2 of 4)
  84. ******************** TEST 'shtest-run-at-line :: external-shell/line-continuation.txt' FAILED ********************
  85. Script:
  86. --
  87. echo "RUN: at line 1" > nul && : first line continued to second line
  88. echo "RUN: at line 3" > nul && echo 'foo bar' | FileCheck C:/Users/jeremy/source/llvm/utils/lit/tests/Inputs/shtest-run-at-line/external-shell/line-continuation.txt
  89. echo "RUN: at line 5" > nul && echo 'foo baz' | FileCheck C:/Users/jeremy/source/llvm/utils/lit/tests/Inputs/shtest-run-at-line/external-shell/line-continuation.txt
  90. echo "RUN: at line 8" > nul && echo 'foo bar' | FileCheck C:/Users/jeremy/source/llvm/utils/lit/tests/Inputs/shtest-run-at-line/external-shell/line-continuation.txt
  91. --
  92. Exit Code: 1
  93.  
  94. Command Output (stderr):
  95. --
  96. C:/Users/jeremy/source/llvm/utils/lit/tests/Inputs/shtest-run-at-line/external-shell/line-continuation.txt:11:10: error: expected string not found in input
  97.  
  98. # CHECK: foo bar
  99.  
  100. ^
  101.  
  102. <stdin>:1:2: note: scanning from here
  103.  
  104. 'foo baz'
  105.  
  106. ^
  107.  
  108. <stdin>:1:3: note: possible intended match here
  109.  
  110. 'foo baz'
  111.  
  112. ^
  113.  
  114.  
  115. --
  116.  
  117. ********************
  118. FAIL: shtest-run-at-line :: internal-shell/basic.txt (3 of 4)
  119. ******************** TEST 'shtest-run-at-line :: internal-shell/basic.txt' FAILED ********************
  120. Script:
  121. --
  122. : 'RUN: at line 1' && true
  123. : 'RUN: at line 2' && false
  124. : 'RUN: at line 3' && true
  125. --
  126. Exit Code: 1
  127.  
  128. Command Output (stdout):
  129. --
  130. $ ":" "RUN: at line 1"
  131. $ "true"
  132. $ ":" "RUN: at line 2"
  133. $ "false"
  134. note: command had no output on stdout or stderr
  135. error: command failed with exit status: 1
  136.  
  137. --
  138.  
  139. ********************
  140. FAIL: shtest-run-at-line :: internal-shell/line-continuation.txt (4 of 4)
  141. ******************** TEST 'shtest-run-at-line :: internal-shell/line-continuation.txt' FAILED ********************
  142. Script:
  143. --
  144. : 'RUN: at line 1' && : first line continued to second line
  145. : 'RUN: at line 3' && echo 'foo bar' | FileCheck C:\Users\jeremy\source\llvm\utils\lit\tests\Inputs\shtest-run-at-line\internal-shell\line-continuation.txt
  146. : 'RUN: at line 5' && echo 'foo baz' | FileCheck C:\Users\jeremy\source\llvm\utils\lit\tests\Inputs\shtest-run-at-line\internal-shell\line-continuation.txt
  147. : 'RUN: at line 8' && echo 'foo bar' | FileCheck C:\Users\jeremy\source\llvm\utils\lit\tests\Inputs\shtest-run-at-line\internal-shell\line-continuation.txt
  148. --
  149. Exit Code: 1
  150.  
  151. Command Output (stdout):
  152. --
  153. $ ":" "RUN: at line 1"
  154. $ ":" "first" "line" "continued" "to" "second" "line"
  155. $ ":" "RUN: at line 3"
  156. $ "echo" "foo bar"
  157. $ "FileCheck" "C:\Users\jeremy\source\llvm\utils\lit\tests\Inputs\shtest-run-at-line\internal-shell\line-continuation.txt"
  158. $ ":" "RUN: at line 5"
  159. $ "echo" "foo baz"
  160. $ "FileCheck" "C:\Users\jeremy\source\llvm\utils\lit\tests\Inputs\shtest-run-at-line\internal-shell\line-continuation.txt"
  161. # command stderr:
  162. C:\Users\jeremy\source\llvm\utils\lit\tests\Inputs\shtest-run-at-line\internal-shell\line-continuation.txt:11:10: error: expected string not found in input
  163.  
  164. # CHECK: foo bar
  165.  
  166. ^
  167.  
  168. <stdin>:1:1: note: scanning from here
  169.  
  170. foo baz
  171.  
  172. ^
  173.  
  174.  
  175. error: command failed with exit status: 1
  176.  
  177. --
  178.  
  179. ********************
  180. Testing Time: 0.43s
  181. ********************
  182. Failing Tests (4):
  183. shtest-run-at-line :: external-shell/basic.txt
  184. shtest-run-at-line :: external-shell/line-continuation.txt
  185. shtest-run-at-line :: internal-shell/basic.txt
  186. shtest-run-at-line :: internal-shell/line-continuation.txt
  187.  
  188. Unexpected Failures: 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement