[Tarantool-patches] [PATCH v2 10/10] test: disable test/lua-Harness-tests/241-standalone.t on FreeBSD

Maxim Kokryashkin max.kokryashkin at gmail.com
Tue Jul 20 19:26:58 MSK 2021


Tarantool interactive mode misbehaviour has been found on FreeBSD (for more info see #6231).
Hence, this particular assertion is masked for FreeBSD until the mentioned issue resolves.

Resolves #5970
Part of #4473
---
Additional info: https://github.com/tarantool/tarantool/issues/5970#issuecomment-883253400

 test/lua-Harness-tests/241-standalone.t | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/test/lua-Harness-tests/241-standalone.t b/test/lua-Harness-tests/241-standalone.t
index afbcf5b8..d5373b9f 100755
--- a/test/lua-Harness-tests/241-standalone.t
+++ b/test/lua-Harness-tests/241-standalone.t
@@ -51,6 +51,10 @@ if not pcall(io.popen, lua .. [[ -e "a=1"]]) then
     skip_all "io.popen not supported"
 end
 
+if jit.os == 'BSD' then
+    skip_all "BSD is not supported yet"
+end
+
 plan'no_plan'
 diag(lua)
 
-- 
2.32.0



More information about the Tarantool-patches mailing list