Skip to content
Snippets Groups Projects
Commit 95f664d5 authored by Maksim Kokryashkin's avatar Maksim Kokryashkin Committed by Igor Munkin
Browse files

Revert "ci: temporarily patch GC finalizer test"

This reverts commit b471fc97.

Tests for GC finalizers were patched in the luajit
submodule. The submodule was updated in commit 1a0bafd5
("luajit: bump new version").

NO_DOC=Revert CI hack
NO_TEST=Revert CI hack
NO_CHANGELOG=Revert CI hack
parent 03c184d4
No related branches found
No related tags found
No related merge requests found
......@@ -45,12 +45,6 @@ build: configure
.PHONY: run-luajit-test
run-luajit-test:
# Temporary hack for an unstable LuaJIT test. To be removed in
# the scope of gh-9145.
sed -i.bak -e 's/for _ = 1, 4000 do/for _ = 1, 10000 do/' \
third_party/luajit/test/tarantool-tests/lj-946-print-errors-from-gc-fin-custom.test.lua
sed -i.bak -e 's/for _ = 1, 4000 do/for _ = 1, 10000 do/' \
third_party/luajit/test/tarantool-tests/lj-946-print-errors-from-gc-fin-default/script.lua
${LUAJIT_TEST_ENV} cmake --build ${LUAJIT_TEST_BUILD_DIR} --parallel ${NPROC} --target LuaJIT-test
.PHONY: install-test-deps
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment