-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
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
Adding images explained by adding images (qemu_translation_and_execution_loop) #3
Comments
felixonmars
added a commit
that referenced
this issue
Sep 22, 2023
checksum mismatch reported to Arch: https://bugs.archlinux.org/task/79752 `nocheck` is currently needed: ``` FAIL: Clang-Unit :: Interpreter/ExceptionTests/./ClangReplInterpreterExceptionTests/0/1 (16538 of 16669) ******************** TEST 'Clang-Unit :: Interpreter/ExceptionTests/./ClangReplInterpreterExceptionTests/0/1' FAILED ******************** Script(shard): -- GTEST_OUTPUT=json:/build/clang15/src/clang-15.0.7.src/build/unittests/Interpreter/ExceptionTests/./ClangReplInterpreterExceptionTests-Clang-Unit-13886-0-1.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=1 GTEST_SHARD_INDEX=0 /build/clang15/src/clang-15.0.7.src/build/unittests/Interpreter/ExceptionTests/./ClangReplInterpreterExceptionTests -- [==========] Running 1 test from 1 test suite. [----------] Global test environment set-up. [----------] 1 test from InterpreterTest [ RUN ] InterpreterTest.CatchException JIT session error: Unsupported riscv relocation:45: R_RISCV_RVC_JUMP #0 0x0000003f9df098a4 (/usr/lib/llvm15/lib/libLLVM-15.so+0xd098a4) #1 0x0000003f9df0776c llvm::sys::RunSignalHandlers() (/usr/lib/llvm15/lib/libLLVM-15.so+0xd0776c) #2 0x0000003f9df078c4 (/usr/lib/llvm15/lib/libLLVM-15.so+0xd078c4) #3 0x0000003fa3f0c800 (linux-vdso.so.1+0x800) #4 0x0000002ad8ecabe0 -- exit: -11 -- shard JSON output does not exist: /build/clang15/src/clang-15.0.7.src/build/unittests/Interpreter/ExceptionTests/./ClangReplInterpreterExceptionTests-Clang-Unit-13886-0-1.json ******************** Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. ******************** Failed Tests (1): Clang-Unit :: Interpreter/ExceptionTests/./ClangReplInterpreterExceptionTests/0/1 Testing Time: 280.65s Skipped : 33 Unsupported : 140 Passed : 30874 Expectedly Failed: 26 Failed : 1 ```
felixonmars
added a commit
that referenced
this issue
Sep 22, 2023
checksum mismatch reported to Arch: https://bugs.archlinux.org/task/79752 `nocheck` is currently needed: ``` FAIL: Clang-Unit :: Interpreter/ExceptionTests/./ClangReplInterpreterExceptionTests/0/1 (16538 of 16669) ******************** TEST 'Clang-Unit :: Interpreter/ExceptionTests/./ClangReplInterpreterExceptionTests/0/1' FAILED ******************** Script(shard): -- GTEST_OUTPUT=json:/build/clang15/src/clang-15.0.7.src/build/unittests/Interpreter/ExceptionTests/./ClangReplInterpreterExceptionTests-Clang-Unit-13886-0-1.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=1 GTEST_SHARD_INDEX=0 /build/clang15/src/clang-15.0.7.src/build/unittests/Interpreter/ExceptionTests/./ClangReplInterpreterExceptionTests -- [==========] Running 1 test from 1 test suite. [----------] Global test environment set-up. [----------] 1 test from InterpreterTest [ RUN ] InterpreterTest.CatchException JIT session error: Unsupported riscv relocation:45: R_RISCV_RVC_JUMP #0 0x0000003f9df098a4 (/usr/lib/llvm15/lib/libLLVM-15.so+0xd098a4) #1 0x0000003f9df0776c llvm::sys::RunSignalHandlers() (/usr/lib/llvm15/lib/libLLVM-15.so+0xd0776c) #2 0x0000003f9df078c4 (/usr/lib/llvm15/lib/libLLVM-15.so+0xd078c4) #3 0x0000003fa3f0c800 (linux-vdso.so.1+0x800) #4 0x0000002ad8ecabe0 -- exit: -11 -- shard JSON output does not exist: /build/clang15/src/clang-15.0.7.src/build/unittests/Interpreter/ExceptionTests/./ClangReplInterpreterExceptionTests-Clang-Unit-13886-0-1.json ******************** Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. ******************** Failed Tests (1): Clang-Unit :: Interpreter/ExceptionTests/./ClangReplInterpreterExceptionTests/0/1 Testing Time: 280.65s Skipped : 33 Unsupported : 140 Passed : 30874 Expectedly Failed: 26 Failed : 1 ```
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: