You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we use a very crude hack (update_suite.rb runs SKIP tests when running by group name) to execute apron analysis tests. This is inconvenient, because that's not included in the default run (and hence is easy to forget). In the CI those are explicitly specified in a separate step.
Also regtest.sh ignores SKIP and allows running those tests, so the hack is quite usable, but confusing. And there's no way to truly skip an apron analysis test then.
This could be supported in a nicer way.
The text was updated successfully, but these errors were encountered:
Currently we use a very crude hack (
update_suite.rb
runsSKIP
tests when running by group name) to execute apron analysis tests. This is inconvenient, because that's not included in the default run (and hence is easy to forget). In the CI those are explicitly specified in a separate step.Also
regtest.sh
ignoresSKIP
and allows running those tests, so the hack is quite usable, but confusing. And there's no way to truly skip an apron analysis test then.This could be supported in a nicer way.
The text was updated successfully, but these errors were encountered: