sc-im icon indicating copy to clipboard operation
sc-im copied to clipboard

test7.sh is broken

Open mipmip opened this issue 6 months ago • 1 comments

it breaks with this output:

➜ pim@rodin tests (feature/setupSimpleCI) ✗ bash test7.sh
test #1 "echo -e 'LET A7=90\nGETNUM A20\nGETNUM G20\nUNDO\nREDO\nGETNUM A20\nGETNUM G20' | valgrind -v --log-file=${NAME}_vallog --tool=memcheck --track-origins=yes --leak-check=full --show-leak-kinds=all --show-reachable=no ../src/sc-im test7.sc --nocurses --nodebug --quit_afterload 2>&1 |grep -v '^$\|Interp\|Change'" failed:
        expected "103\n954958\n103\n954958"
        got "21\n953810\n21\n973818"
1 of 9 test7 tests failed in 1.145s.

mipmip avatar Aug 16 '24 14:08 mipmip