From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from [87.239.111.99] (localhost [127.0.0.1]) by dev.tarantool.org (Postfix) with ESMTP id 7CCB56F3C9; Tue, 20 Jul 2021 19:32:36 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org 7CCB56F3C9 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tarantool.org; s=dev; t=1626798756; bh=mYCoPtchX6VvD77NXZRRKyocq3t83ag+iAguHAY1W+0=; h=To:Date:In-Reply-To:References:Subject:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=Ck4sIGlnK4rDXO9LfyVMkIAjdZpRrvTWlS5pPn4k89IKr5SN7AJTp++KUJc8oB0Xd os1sIz9PYaBRJFsA15E7jlg8w+AGrmZmeROFbg6f5nMCrlaMa9K6WGdM4GU+eavmPj lGuJ1vAtmJB/vBZoEDOxs0VyXQw4ndDTe1CmdA1A= Received: from mail-lj1-f169.google.com (mail-lj1-f169.google.com [209.85.208.169]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 0A5416F3CA for ; Tue, 20 Jul 2021 19:28:06 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org 0A5416F3CA Received: by mail-lj1-f169.google.com with SMTP id h9so31810490ljm.5 for ; Tue, 20 Jul 2021 09:28:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=QmZx7unTY10y4GX/F6omYcFncXQ0qLnwlYLNW/R7m80=; b=NMa2AzP21GrkE9N5RRjgkxcPB0ui3CckLfrKbIZk8KXGY7kVAAEi+hcCZMI1NsPIbC yoIueo5HFA4auGg2/DSBaidV1DTfIR/VskD8D4JaE9wY8GMyp6RbdFa18iSTXmWmPomj 4kqE5VyTqSEwMlxmxgRt+qLRYpE65aUXj1ExiYYtFAWkqV8yoXcWQjvK7OfB9kaF0jn7 wMUqeCXbIqd0BrBuzbMr0TzLiT1XsD8NcUkzLBk/eesj7ZxAVbLCvEmHKOA0clFTntgE eytCugXcgqo8Cb3GM4oys3oNJTcMyPpAKJhTuVlfFMUqwN/KcxWus+i81gvyI3Ly25fd geow== X-Gm-Message-State: AOAM5302O/pZ2uOgzUmzzY3rMdUTTKZ1EVqMlpWYf6iK9OFAEQsABYLY H7E0/wkDVKU/cNwaEqaQf7xBXBgXoNp3N5YZ X-Google-Smtp-Source: ABdhPJymfG6sQ1La9JROJkMxiuB/YxSwG8zOXYVXWBi9D0o4JqCS7bQDRLgU8rK+ff+FVoJS/PxScw== X-Received: by 2002:a05:651c:b29:: with SMTP id b41mr1508858ljr.185.1626798485376; Tue, 20 Jul 2021 09:28:05 -0700 (PDT) Received: from localhost.localdomain ([2a00:1fa0:44c8:ff00:875c:6e54:99e0:fb4a]) by smtp.gmail.com with ESMTPSA id d8sm1562660lfi.129.2021.07.20.09.28.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 20 Jul 2021 09:28:05 -0700 (PDT) X-Google-Original-From: Maxim Kokryashkin To: tarantool-patches@dev.tarantool.org, imun@tarantool.org, skaplun@tarantool.org Date: Tue, 20 Jul 2021 19:26:58 +0300 Message-Id: <7cade1da865db38971b98e27093a474f43c86982.1626797225.git.m.kokryashkin@tarantool.org> X-Mailer: git-send-email 2.32.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH v2 10/10] test: disable test/lua-Harness-tests/241-standalone.t on FreeBSD X-BeenThere: tarantool-patches@dev.tarantool.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Maxim Kokryashkin via Tarantool-patches Reply-To: Maxim Kokryashkin Errors-To: tarantool-patches-bounces@dev.tarantool.org Sender: "Tarantool-patches" 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