Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ py -2 .\build\bin\llvm-lit.py .\llvm\utils\lit\tests\shtest-run-at-line.py -v
- -- Testing: 1 tests, 1 threads --
- FAIL: lit :: shtest-run-at-line.py (1 of 1)
- ******************** TEST 'lit :: shtest-run-at-line.py' FAILED ********************
- Script:
- --
- : '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
- : '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
- --
- Exit Code: 1
- Command Output (stdout):
- --
- $ ":" "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/utils/lit/tests\..\tests\Inputs/shtest-run-at-line"
- $ ":" "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"
- # command stderr:
- C:\Users\jeremy\source\build\utils\lit\tests\shtest-run-at-line.py:19:10: error: expected string not found in input
- # CHECK: : 'RUN: at line 1' && true
- ^
- C:\Users\jeremy\source\build\utils\lit\tests\Output\shtest-run-at-line.py.tmp.out:5:1: note: scanning from here
- --
- ^
- C:\Users\jeremy\source\build\utils\lit\tests\Output\shtest-run-at-line.py.tmp.out:6:2: note: possible intended match here
- echo "RUN: at line 1" > nul && true
- ^
- C:\Users\jeremy\source\build\utils\lit\tests\shtest-run-at-line.py:31:10: error: expected string not found in input
- # CHECK: : 'RUN: at line 1' && : first line continued to second line
- ^
- C:\Users\jeremy\source\build\utils\lit\tests\Output\shtest-run-at-line.py.tmp.out:17:1: note: scanning from here
- --
- ^
- C:\Users\jeremy\source\build\utils\lit\tests\Output\shtest-run-at-line.py.tmp.out:18:7: note: possible intended match here
- echo "RUN: at line 1" > nul && : first line continued to second line
- ^
- error: command failed with exit status: 1
- --
- ********************
- Testing Time: 1.03s
- ********************
- Failing Tests (1):
- lit :: shtest-run-at-line.py
- Unexpected Failures: 1
- $ py -2 .\build\bin\llvm-lit.py -j 1 -vv .\llvm\utils\lit\tests\Inputs\shtest-run-at-line
- -- Testing: 4 tests, 1 threads --
- FAIL: shtest-run-at-line :: external-shell/basic.txt (1 of 4)
- ******************** TEST 'shtest-run-at-line :: external-shell/basic.txt' FAILED ********************
- Script:
- --
- echo "RUN: at line 1" > nul && true
- echo "RUN: at line 2" > nul && false
- echo "RUN: at line 3" > nul && true
- --
- Exit Code: 1
- ********************
- FAIL: shtest-run-at-line :: external-shell/line-continuation.txt (2 of 4)
- ******************** TEST 'shtest-run-at-line :: external-shell/line-continuation.txt' FAILED ********************
- Script:
- --
- echo "RUN: at line 1" > nul && : first line continued to second line
- 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
- 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
- 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
- --
- Exit Code: 1
- Command Output (stderr):
- --
- 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
- # CHECK: foo bar
- ^
- <stdin>:1:2: note: scanning from here
- 'foo baz'
- ^
- <stdin>:1:3: note: possible intended match here
- 'foo baz'
- ^
- --
- ********************
- FAIL: shtest-run-at-line :: internal-shell/basic.txt (3 of 4)
- ******************** TEST 'shtest-run-at-line :: internal-shell/basic.txt' FAILED ********************
- Script:
- --
- : 'RUN: at line 1' && true
- : 'RUN: at line 2' && false
- : 'RUN: at line 3' && true
- --
- Exit Code: 1
- Command Output (stdout):
- --
- $ ":" "RUN: at line 1"
- $ "true"
- $ ":" "RUN: at line 2"
- $ "false"
- note: command had no output on stdout or stderr
- error: command failed with exit status: 1
- --
- ********************
- FAIL: shtest-run-at-line :: internal-shell/line-continuation.txt (4 of 4)
- ******************** TEST 'shtest-run-at-line :: internal-shell/line-continuation.txt' FAILED ********************
- Script:
- --
- : 'RUN: at line 1' && : first line continued to second line
- : '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
- : '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
- : '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
- --
- Exit Code: 1
- Command Output (stdout):
- --
- $ ":" "RUN: at line 1"
- $ ":" "first" "line" "continued" "to" "second" "line"
- $ ":" "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"
- $ ":" "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"
- # command stderr:
- 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
- # CHECK: foo bar
- ^
- <stdin>:1:1: note: scanning from here
- foo baz
- ^
- error: command failed with exit status: 1
- --
- ********************
- Testing Time: 0.43s
- ********************
- Failing Tests (4):
- shtest-run-at-line :: external-shell/basic.txt
- shtest-run-at-line :: external-shell/line-continuation.txt
- shtest-run-at-line :: internal-shell/basic.txt
- shtest-run-at-line :: internal-shell/line-continuation.txt
- Unexpected Failures: 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement