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

Setting the schema to true results in error in the game_tutorial example #1736

Open
JKRT opened this issue Sep 5, 2024 · 0 comments
Open

Comments

@JKRT
Copy link
Contributor

JKRT commented Sep 5, 2024

In the default setting for the game_tutorial example there is .toml file.

In this toml file, the default is setting schema to true.

[schema]
# Use scheman to reduce the compile+link time
use = true

However, this results in the following error:

info: Initializing worklist
info: Memory limit set minium 1254 Mbyte
info: Sanity check of files to mutate
info: Ok
info: Checking the build command
info: Found new test case(s):
info: Array2DFixture500x250.TestArray2DInBoundsVec2i
info: Adding alive mutants to worklist
info: Coverage information is up to date
info: Changed the timeout from 1 minute, 20 secs, and 3 ms to 2 minutes, 40 secs, and 5 ms (iteration 1)
error: exiting...
The Status of skipped mutants is unknown

Setting it back to false resolves the issue. However, I am making this issue in case someone else might encounter the same issue

I ran the mutation testing as described in the README in the game tutorial project.
I am using dextool 5.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant