Closed Codymap closed 1 year ago
It is not a typical application case, so run_gen.py
doesn't support this by default.
The easiest way to get them is to use a workaround.
seeds.txt
). They have to be separated by a space or a new linerun_gen.py
to test which are correct: ./run_gen.py --seeds seeds.txt
testing/result
directory and printed at the end of the execution of run_gen.py
under FAILED SEEDS
sectionseeds.txt
file. After that, the remaining seeds will correspond to tests that don't trigger a compiler erroryarpgen
(the binary can be found at the top of the build directory) to generate a test: ./yarpgen -s YYY
. You can also tell it to save files to a pre-existing folder with -o
argument: ./yarpgen -s YYY -o YYY
Please let me know if the suggested solution doesn't work or if you have any other questions.
Thank you very much ! This is very helpful for me, the problem has be solved.
while I ran 'run_gen.py --no-tmp-cleaner -o ./test --target gcc' on a linux machine, I still cannt get ok TC files saving , there only have compfail and runfail in /test/result/gcc. Can I get the files which status are ok?