amoco icon indicating copy to clipboard operation
amoco copied to clipboard

commit 24f0b3885aee8f3aaf2b7819bc258446f08b4d8e broke a few non-regression tests related to vec type

Open LRGH opened this issue 1 year ago • 2 comments

python -m pytest generates three errors in test_cas_exp and two errors in test_cas_mapper.

A short example where the patch broke something is python -c 'from amoco.cas.expressions import *;print(vec([lab("eax",size=32),cst(0x10,32)])+3)' which outputted [(@eax+0x3),0x13]but now outputs T32.

LRGH avatar Mar 08 '24 15:03 LRGH

Fixed by fc91e1d. Would still need to make sure that all tests are independent of a local config now that I've removed travis-ci builds.

bdcht avatar Mar 11 '24 11:03 bdcht

GitHub actions can quite nicely replace travis-ci.

LRGH avatar Mar 11 '24 11:03 LRGH