[Tarantool-patches] [PATCH] test: enable all LuaJIT tests for M1

Igor Munkin imun at tarantool.org
Wed Aug 18 22:52:11 MSK 2021


This patch enables all tests in tarantool/luajit to be run in CI, since
all issues found with them are finally resolved.

Follows up #6098
Follows up tarantool/tarantool-qa#120

Signed-off-by: Igor Munkin <imun at tarantool.org>
---

Issue: https://github.com/tarantool/tarantool/issues/6098
Branch: https://github.com/tarantool/tarantool/tree/imun/gh-6098-fix-luajit-tests-suite-failures
CI: https://github.com/tarantool/tarantool/commit/67f92d2

 .travis.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.mk b/.travis.mk
index db5116b25..e1d7ea194 100644
--- a/.travis.mk
+++ b/.travis.mk
@@ -396,7 +396,7 @@ test_osx_no_deps: build_osx
 # FIXME: Temporary target with reduced number of tests.
 # Use test_osx_no_deps target, when all M1 issues are resolved.
 test_osx_arm64_no_deps: build_osx
-	make PUC-Rio-Lua-5.1-tests lua-Harness-tests tarantool-tests
+	make LuaJIT-test
 
 test_osx: deps_osx test_osx_no_deps
 
-- 
2.25.0



More information about the Tarantool-patches mailing list