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 6B1765D3045; Thu, 31 Aug 2023 14:36:38 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org 6B1765D3045 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tarantool.org; s=dev; t=1693481798; bh=3VhfTNOdiR5zLTa2IivCC7Fj1tIax3UZ3x4AgZkTbgs=; 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=bC+BSeBYNhzIyF8+6LewZyE1lZIFLbFj7wF4tq8CTyLjvuJ22osvLlwiLQW6S1zb7 fBZVR4ogiqy3bYjHE8WaZ2La+lJCaBiRXYLvxKaistdhzPrn0ssIBgWOiT+klsYqde r72b+sTDiUKCZ4+aTL9nD9J6QANcUG+pLhSXm4dQ= Received: from mail-lj1-f182.google.com (mail-lj1-f182.google.com [209.85.208.182]) (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 531835D304B for ; Thu, 31 Aug 2023 14:35:40 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org 531835D304B Received: by mail-lj1-f182.google.com with SMTP id 38308e7fff4ca-2bcb89b476bso13032931fa.1 for ; Thu, 31 Aug 2023 04:35:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693481739; x=1694086539; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=iTKfquHvWN/qf3H8mROV4PInebQGpYHSYT9wJi1PXxg=; b=PkXdzFcBOAV/JrdXW0Dsq/44qMAMflFSzoEH8tJ9JkCEUN0kDhquD/gtNTDIjvI34X mveKwpmC940vWPVsVQRRnZRqqsahw6Ezd8yrRJ2a/Gmbt8uNPGRWrka+esufmkbWePG5 EakDCmhbD5Taj7zPOLto4hagbHkwbR3T/bleT3sho/uxhikV1su+0WChN89O6HuGwgAd 9nFK94aPTF6j/shC1EnZ+nwVrqRFEGDsKPQt8LtgyvGamY4X50qdV/vo7xXpDbbV5EBC FrUpet03NWfGwoQS4qKqpv7mfvxJRWbcqr3ot6eRo16OV2Gv/6hStCmmCzggEzmvfksx Xi0A== X-Gm-Message-State: AOJu0YwNy2MBrevYC+07tAW5eMcSOtmMkJUK7ZRG69LsdZAWRS75w8Qe o7gP3EPqNNcBBFlH9XKBo4aKsnRti6BoinTj X-Google-Smtp-Source: AGHT+IGXIjbxw/VqLdp+sc5d7m7TC98JlndRu6a5G1hgmbhnPBCBSxkENuHhPReN8AoxGFuE9wCxKw== X-Received: by 2002:a2e:a40c:0:b0:2b9:412a:111d with SMTP id p12-20020a2ea40c000000b002b9412a111dmr4166541ljn.42.1693481739207; Thu, 31 Aug 2023 04:35:39 -0700 (PDT) Received: from fckxorg.mail.msk ([2a00:1148:b0ba:16:a3e8:bdc1:dbed:dbc8]) by smtp.gmail.com with ESMTPSA id j12-20020a2e800c000000b002b9f0b25ff6sm270737ljg.4.2023.08.31.04.35.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 31 Aug 2023 04:35:38 -0700 (PDT) X-Google-Original-From: Maxim Kokryashkin To: tarantool-patches@dev.tarantool.org, skaplun@tarantool.org, sergeyb@tarantool.org Date: Thu, 31 Aug 2023 14:35:31 +0300 Message-ID: <1733da26cb44ee3bb067f0b63390093593c9623a.1693481682.git.m.kokryashkin@tarantool.org> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH luajit v9 2/2] test: don't skip tool CLI flag for tarantool 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" That skipcond was introduced to overcome the obstacles of LuaJIT's integration testing in Tarantool. Since the required patch is now in the Tarantool master, this skipcond is now unnecessary. Related to tarantool/tarantool#5688 --- test/tarantool-tests/gh-5688-tool-cli-flag.test.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/tarantool-tests/gh-5688-tool-cli-flag.test.lua b/test/tarantool-tests/gh-5688-tool-cli-flag.test.lua index 4dc4f6a1..77204014 100644 --- a/test/tarantool-tests/gh-5688-tool-cli-flag.test.lua +++ b/test/tarantool-tests/gh-5688-tool-cli-flag.test.lua @@ -3,9 +3,6 @@ local test = tap.test('gh-5688-tool-cli-flag'):skipcond({ ['Profile tools are implemented for x86_64 only'] = jit.arch ~= 'x86' and jit.arch ~= 'x64', ['Profile tools are implemented for Linux only'] = jit.os ~= 'Linux', - -- XXX: Tarantool integration is required to run this test properly. - -- luacheck: no global - ['No profile tools CLI option integration'] = _TARANTOOL, }) test:plan(3) -- 2.41.0