Skip to content

Commit

Permalink
Try #70:
Browse files Browse the repository at this point in the history
  • Loading branch information
bors[bot] authored Oct 16, 2023
2 parents 950a7ab + 236aaf4 commit 365b869
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ LYK_VERBOSE=1 sh ./test.sh
| vararg.lua | Working | |
| cstack.lua | Working | |
| locals.lua | Working | |
| coroutine.lua | Working | |
| db.lua | Failing | [issue](https://github.com/ykjit/yklua/issues/38) |
| attrib.lua | Failing | [issue](https://github.com/ykjit/yklua/issues/42) |
| bitwise.lua | Failing | [issue](https://github.com/ykjit/yklua/issues/40) |
Expand All @@ -80,7 +81,6 @@ LYK_VERBOSE=1 sh ./test.sh
| utf8.lua | Failing | [issue](https://github.com/ykjit/yklua/issues/54) |
| big.lua | Failing | [issue](https://github.com/ykjit/yklua/issues/55) |
| literals.lua | Failing | [issue](https://github.com/ykjit/yklua/issues/57) |
| coroutine.lua | Failing | [issue](https://github.com/ykjit/yklua/issues/58) |
| heavy.lua | Failing | [issue](https://github.com/ykjit/yklua/issues/59) |
| verybig.lua | Failing | [issue](https://github.com/ykjit/yklua/issues/56) |
| main.lua | Failing | [issue](https://github.com/ykjit/yklua/issues/60) |
Expand Down
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ LUA=../src/lua

for serialise in 0 1; do
for test in api bwcoercion closure code events \
gengc pm tpack tracegc vararg goto cstack locals; do
gengc pm tpack tracegc vararg goto cstack locals coroutine; do
echo "### YKD_SERIALISE_COMPILATION=$serialise $test.lua ###"
YKD_SERIALISE_COMPILATION=$serialise ${LUA} ${test}.lua
done
Expand Down

0 comments on commit 365b869

Please sign in to comment.