We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lit’s built-in cat -v implementation gives a TypeError when converting text input
FAIL: LLVM :: Object/archive-format.test (8 of 54309) ******************** TEST 'LLVM :: Object/archive-format.test' FAILED ******************** Exit Code: 2 Command Output (stdout): -- # RUN: at line 88 cat -v /usr/local/google/home/harinidonthula/llvm-project/build/test/Object/Output/archive-format.test.tmp/foo.a | /usr/local/google/home/harinidonthula/llvm-project/build/bin/FileCheck -strict-whitespace --check-prefix=SOLARIS /usr/local/google/home/harinidonthula/llvm-project/llvm/test/Object/archive-format.test # executed command: cat -v /usr/local/google/home/harinidonthula/llvm-project/build/test/Object/Output/archive-format.test.tmp/foo.a # .---command stderr------------ # | Traceback (most recent call last): # | File "/usr/local/google/home/harinidonthula/llvm-project/llvm/utils/lit/lit/builtin_commands/cat.py", line 85, in <module> # | main(sys.argv) # | File "/usr/local/google/home/harinidonthula/llvm-project/llvm/utils/lit/lit/builtin_commands/cat.py", line 73, in main # | contents = convertToCaretAndMNotation(contents) # | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # | File "/usr/local/google/home/harinidonthula/llvm-project/llvm/utils/lit/lit/builtin_commands/cat.py", line 13, in convertToCaretAndMNotation # | data = bytearray(data) # | ^^^^^^^^^^^^^^^ # | TypeError: string argument without an encoding # `----------------------------- # error: command failed with exit status: 1
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
lit’s built-in cat -v implementation gives a TypeError when converting text input
The text was updated successfully, but these errors were encountered: