mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-23 05:15:30 +00:00
add tests directory with additional tests
This commit is contained in:
parent
7bae1b8bba
commit
8c5b65cf97
21 changed files with 3453 additions and 3 deletions
|
@ -190,7 +190,7 @@ def run(mode, job, engine_idx, engine):
|
|||
|
||||
def exit_callback(retcode):
|
||||
if solver_args[0] == "pono":
|
||||
assert retcode in [1, 2]
|
||||
assert retcode in [0, 1, 255] # UNKNOWN = -1, FALSE = 0, TRUE = 1, ERROR = 2
|
||||
else:
|
||||
assert retcode == 0
|
||||
if common_state.expected_cex != 0:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue