Skip to content

Commit 5b5ddaa

Browse files
committed
rm unsupported tests
1 parent 35261a8 commit 5b5ddaa

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

projects/lua/build.sh

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,5 +166,23 @@ for fuzzer in $(find $SRC -name '*_test.lua'); do
166166
done
167167
cp $SRC/testdir/tests/lapi/lib.lua "$OUT/"
168168

169+
# BAD BUILD: /tmp/not-out/tmpse6jp7h6/string_buffer_encode_test \
170+
# seems to have either startup crash or exit:
171+
rm -f $OUT/table_foreachi_test* \
172+
$OUT/table_foreachi_test* \
173+
$OUT/table_clear_test* \
174+
$OUT/table_maxn_test* \
175+
$OUT/table_foreach_test* \
176+
$OUT/string_buffer_torture_test* \
177+
$OUT/bitop_tohex_test* \
178+
$OUT/jit_p_test* \
179+
$OUT/bitop_arshift_test* \
180+
$OUT/bitop_rol_test* \
181+
$OUT/bitop_tobit_test* \
182+
$OUT/bitop_ror_test* \
183+
$OUT/bitop_bswap_test* \
184+
$OUT/builtin_getfenv_test* \
185+
$OUT/string_buffer_encode_test*
186+
169187
cp $LUALIB_PATH/$LUA_RUNTIME_NAME "$OUT/$LUA_RUNTIME_NAME"
170188
cp -R lua_modules "$OUT/"

0 commit comments

Comments
 (0)