Skip to content

Commit

Permalink
Merge #63
Browse files Browse the repository at this point in the history
63: Update readme with all.lua issue r=vext01 a=Pavel-Durov

Added `all.lua` issue

Co-authored-by: Pavel Durov <[email protected]>
  • Loading branch information
bors[bot] and Pavel-Durov authored Aug 24, 2023
2 parents 7d2f4da + 0605d35 commit 56c5787
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buildbot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ cd tests
# run within reasonable time).
LUA=../src/lua
for serialise in 0 1; do
for test in api bwcoercion closure code constructs events \
for test in api bwcoercion closure code events \
gengc pm tpack tracegc vararg goto cstack locals; do
echo "### YKD_SERIALISE_COMPILATION=$serialise $test.lua ###"
YKD_SERIALISE_COMPILATION=$serialise ${LUA} -e"_U=true" ${test}.lua
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ run_docker_ci_job # local path to https://github.com/softdevteam/buildbot_config
| 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) |
| all.lua | Failing | |
| all.lua | Failing | [issue](https://github.com/ykjit/yklua/issues/62) |

0 comments on commit 56c5787

Please sign in to comment.