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
Describe the bug By the input, there is more test failed that there is tests causing somewhere a long unsigned int overflow
To Reproduce Steps to reproduce the behavior:
Download tar.gz archive, make, run funcheck ./rush-02 "10000"
funcheck ./rush-02 "10000"
Expected behavior in this case a 0% success rate, and equal amount of test failed/passed and tests
Screenshot
Additional context cc -v :
Ubuntu clang version 12.0.1-19ubuntu3 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/bin Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/10 Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/11 Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/12 Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/10 Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/11 Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/12 Selected GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/12 Candidate multilib: .;@m64 Selected multilib: .;@m64
projects.tar.gz
The text was updated successfully, but these errors were encountered:
Hello,
thank for reporting this issue i will look into this soon !
Kindest regards,
Froz
Sorry, something went wrong.
froz42
Successfully merging a pull request may close this issue.
Describe the bug
By the input, there is more test failed that there is tests causing somewhere a long unsigned int overflow
To Reproduce
Steps to reproduce the behavior:
Download tar.gz archive, make, run
funcheck ./rush-02 "10000"
Expected behavior
in this case a 0% success rate, and equal amount of test failed/passed and tests
Screenshot
Additional context
cc -v :
projects.tar.gz
The text was updated successfully, but these errors were encountered: