[Reg] Make status/unsat-core detection more robust (#1775)
authorAndres Noetzli <andres.noetzli@gmail.com>
Sat, 14 Apr 2018 09:27:44 +0000 (02:27 -0700)
committerGitHub <noreply@github.com>
Sat, 14 Apr 2018 09:27:44 +0000 (02:27 -0700)
commit1bba8bcace3505cc9a3ba7d0cda6339c00217595
treef0079f2f2bd73fdadf4d7179304523f8cbbf5a75
parenta30140b1e5e270606c7e53db96d81ecbfba6d7d5
[Reg] Make status/unsat-core detection more robust (#1775)

This commit changes the regression script to look for status patterns or
get-unsat-core/get-unsat-assumption commands in the benchmark file
instead of the metadata file (i.e. the .expect file if it exists or the
benchmark file otherwise). This fix is not strictly necessary for our
current regressions but might have lead to surprising outcomes in the
future.
test/regress/run_regression.py