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 E131DA653CA; Tue, 26 Mar 2024 11:34:23 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org E131DA653CA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tarantool.org; s=dev; t=1711442064; bh=JKDWcjosbEVIBjysP1diZkyh3MiciBu6ql1mjNzic/Q=; h=To:Date:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=zTOY/VCRvyUwOmEq8AqMEk5cZwZCOOPuSVSuoFkaJawPyr0Egvp/57SemV9LnO/JH Tid4Imv/3tMJdTMDJD+7eilZbC8A8S2bzCIU6BNAAwZErK1kH03h6nQYuhjXgV151u MbNlzLwzPxVVaz35D32RtEwJH5v0L48ep3HJboX0= Received: from mail-lj1-f177.google.com (mail-lj1-f177.google.com [209.85.208.177]) (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 738226B9F21 for ; Tue, 26 Mar 2024 11:34:22 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org 738226B9F21 Received: by mail-lj1-f177.google.com with SMTP id 38308e7fff4ca-2d6eedf3e99so1584321fa.1 for ; Tue, 26 Mar 2024 01:34:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1711442061; x=1712046861; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=bQOI1VFz9dl3FJ3c9w4Uk3eJEgWzIwFPVNz+nTdxe84=; b=MfPxe0CoIFRi4DUas/BXczbUrayLk4uqo7nNA7NyUkZJEsefY4lN01Ykf0KcROQ6cm /eKwI+i5JFhjnyzd4styA0QGTqgBQ/j2y2iJ35PQBPMzMLtLaCjKSZ2CzlEfqg5GJTEt V5nmmFnCLko4jyJ1y62ykN8CXN4CZUhZoWSDgEG7S5Odl6DgGglJYW30PNqIBZPNn2Gr PS6cPoEyTaZFzgXu9IweQEMHPKg723+BpGp5kT4UvtApuFD9eGBPUKTjHDoa6BKWyVTo 18EY/mLAEPmo7mhkqNR8DIt0+cMPN0ENdKtpDPEQ6IVd21R9VbMtLMwR/Yn1XDX5t9zn 8o2Q== X-Gm-Message-State: AOJu0YzR/AfkJcdYHZ9fAp7/PhDte6RHTlXHqdCfZ/ZeVZ3F4bN7/MCH x1J5a8wG6P1Id46K4sNvNyAYJ2N4luJtYyXnpULojMzk3QjlGTt1URHl8UkYzsw= X-Google-Smtp-Source: AGHT+IHkoUqoWjF0HYjY+6/1kxftQwxLNtJI9C7DVN/VdIWsCiGmyW8f4YHAY6nM707XfQzgXhqytw== X-Received: by 2002:a19:e04e:0:b0:513:cc74:992b with SMTP id g14-20020a19e04e000000b00513cc74992bmr331221lfj.19.1711442061034; Tue, 26 Mar 2024 01:34:21 -0700 (PDT) Received: from pony.. ([5.181.62.126]) by smtp.gmail.com with ESMTPSA id y11-20020a056512044b00b005159c7939basm1434099lfk.185.2024.03.26.01.34.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 26 Mar 2024 01:34:20 -0700 (PDT) To: tarantool-patches@dev.tarantool.org, Sergey Kaplun , Maxim Kokryashkin Date: Tue, 26 Mar 2024 11:33:26 +0300 Message-Id: X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH luajit 0/6][v5] cmake: replace prove with CTest 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: Sergey Bronnikov via Tarantool-patches Reply-To: Sergey Bronnikov Errors-To: tarantool-patches-bounces@dev.tarantool.org Sender: "Tarantool-patches" From: Sergey Bronnikov Changes v5: - applied fixes suggested by Sergey Kaplun - added patches with prerequisites PR: https://github.com/tarantool/tarantool/pull/9286 Branch: https://github.com/tarantool/luajit/tree/ligurio/enable_test_target Sergey Bronnikov (4): ci: execute LuaJIT tests with GCC 10 and ASAN test: refactor CMake macro LibRealPath test: more cautious usage of LD_PRELOAD for ASan cmake: replace prove with CTest Sergey Kaplun (2): test: move LibRealPath to the separate module test: fix lj-802-panic-at-mcode-protfail GCC+ASan .github/actions/setup-sanitizers/action.yml | 15 ++- .github/workflows/sanitizers-testing.yml | 4 + .gitignore | 2 + CMakeLists.txt | 14 +++ test/CMakeLists.txt | 108 +++++++++++++++----- test/LuaJIT-tests/CMakeLists.txt | 61 +++++------ test/PUC-Rio-Lua-5.1-tests/CMakeLists.txt | 25 +++-- test/cmake/LibRealPath.cmake | 41 ++++++++ test/lua-Harness-tests/CMakeLists.txt | 50 +++++---- test/tarantool-c-tests/CMakeLists.txt | 58 +++++------ test/tarantool-tests/CMakeLists.txt | 77 ++++++++------ test/tarantool-tests/utils/exec.lua | 14 +++ 12 files changed, 320 insertions(+), 149 deletions(-) create mode 100644 test/cmake/LibRealPath.cmake -- 2.34.1