mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +00:00
fixes to run stdlib tests and tutorial tests. No unexpected exits on these tests (without output checkings). + remove som e leftovers from stdlib closure coding + bug fixes
This commit is contained in:
parent
467eeb0eef
commit
4d7afdeae0
10 changed files with 84 additions and 51 deletions
|
|
@ -16,9 +16,9 @@ for test in ../regression/*.lama; do
|
|||
test_path="${test%.*}"
|
||||
test_file="${test_path##*/}"
|
||||
echo $test_path: $test_file
|
||||
# cat $test_file.input | ./byterun.exe -p $test_file.bc > test.bc.code
|
||||
# cat $test_file.input | ./byterun.exe -p $test_file.bc
|
||||
# cat $test_file.input | ./byterun.exe -vi $test_file.bc
|
||||
# cat $test_path.input | ./byterun.exe -p $test_file.bc > test.bc.code
|
||||
# cat $test_path.input | ./byterun.exe -p $test_file.bc
|
||||
# cat $test_path.input | ./byterun.exe -vi $test_file.bc
|
||||
cat $test_path.input | ./byterun.exe -vi $test_file.bc > test.log
|
||||
sed '1d;s/^..//' $test_path.t > test_orig.log
|
||||
diff test.log test_orig.log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue