You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 7, 2024. It is now read-only.
We run our own test suite and find many errors and failures.
I don't know if many errors and failures are negligible, and if there are some test cases that we can choose not to test (such as our tool chain for testing RISCV-gcc).
The text was updated successfully, but these errors were encountered:
There are many testsuite in gcc/testsuite, and you can use dejagnu to run the regression test and see if there have some errors or failures. For riscv target, most testcases are in the gcc/testsuite/gcc.target/riscv, it use the option aim to riscv target.
After build the toolchain, you can use make report-gcc -j$(nproc) to run the test script, it will generate a report table show if there have some fail cases in gcc part. Some known fail cases was recorded at test/allowlistc/gcc in riscv-gnu-toolchain.
One more question about testing: the definition of a test case indicator in riscv-gcc/testsuits looks like this:
Where can I see a detailed explanation of them?
Specifically about this "dg-skip-if", shown below:
I got the following error when testing this use case, I don't know what the error and passing criteria are.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We run our own test suite and find many errors and failures.
I don't know if many errors and failures are negligible, and if there are some test cases that we can choose not to test (such as our tool chain for testing RISCV-gcc).
The text was updated successfully, but these errors were encountered: