Skip to content
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

Wrong count on number of test #104

Closed
RoyaLProg opened this issue Apr 3, 2024 · 1 comment · Fixed by #105
Closed

Wrong count on number of test #104

RoyaLProg opened this issue Apr 3, 2024 · 1 comment · Fixed by #105
Assignees
Labels
bug Something isn't working

Comments

@RoyaLProg
Copy link

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

image

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

@froz42
Copy link
Owner

froz42 commented Apr 3, 2024

Hello,

thank for reporting this issue i will look into this soon !

Kindest regards,

Froz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants