mirror of https://github.com/YosysHQ/yosys.git
pyosys: disable test
This commit is contained in:
parent
0d13de9595
commit
43ca5254b8
|
|
@ -35,10 +35,4 @@ print(repr_test.popitem())
|
|||
assert before - 1 == len(repr_test)
|
||||
|
||||
# test noncomparable
|
||||
## if ys.CellType ever gets an == operator just disable this section
|
||||
uncomparable_value = ys.Globals.yosys_celltypes.cell_types[ys.IdString("$not")]
|
||||
|
||||
x = ys.IdstringToCelltypeDict({ ys.IdString("\\a"): uncomparable_value})
|
||||
y = ys.IdstringToCelltypeDict({ ys.IdString("\\a"): uncomparable_value})
|
||||
|
||||
assert x != y # not comparable
|
||||
# TODO newcelltypes?
|
||||
|
|
|
|||
Loading…
Reference in New Issue