Open
Description
When writing a regression test .desc
file and adding both gcc-only
and new-smt-backend
the former label is disregarded, so the test is run also when gcc
is not the compiler.
Is there any work-around to honour both label?
What behaviour did you expect: the test is run with the new-smt-backend
arguments only on gcc
systems.
What happened instead: the test is run with the new-smt-backend
arguments only on all system, failing.