Skip to content

Commit

Permalink
Merge #34
Browse files Browse the repository at this point in the history
34: Remove non-deterministically failing tests from CI. r=ltratt a=vext01



Co-authored-by: Edd Barrett <[email protected]>
  • Loading branch information
bors[bot] and vext01 authored Aug 4, 2023
2 parents afbd4c5 + 6183789 commit c376416
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .buildbot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,14 @@ cd tests
#
# Until we can run `all.lua` reliably, we just run the tests that we know to
# run within reasonable time).
#
# Note that the following tests have been known to non-deterministically crash
# (fairly rarely) and should be tested with `try_repeat` before being
# re-enabled: literals, constructs, goto.
LUA=../src/lua
for serialise in 0 1; do
for test in api bwcoercion closure code constructs coroutine events \
files gengc goto literals pm tpack tracegc utf8 vararg; do
for test in api bwcoercion closure code coroutine events \
gengc pm tpack tracegc utf8 vararg; do
echo "### YKD_SERIALISE_COMPILATION=$serialise $test.lua ###"
YKD_SERIALISE_COMPILATION=$serialise ${LUA} ${test}.lua
done
Expand Down

0 comments on commit c376416

Please sign in to comment.