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 0977B6EC55; Tue, 20 Jul 2021 19:27:32 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org 0977B6EC55 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tarantool.org; s=dev; t=1626798453; bh=kS0vik1KFdbj1h/qsOdhobI8FjvXBQSqYYmX8lTpmTA=; h=To:Date:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=CE/XgjsqFxxQdvT/5KoCIhVcTx4iIeF49oyOappyPZ2Ydr9ZThytKT6FX+o6hfP8y KQcxc8RDOTSFv4W5vCwxYMf//WuAEYoWgeDzUvoEgMP5M9JZKCu7MHdEJfPFi3uJUU E/bCo7yQi9+hc3wqHzQ+6UCwvYPttQayeY0bnG0w= Received: from mail-lj1-f175.google.com (mail-lj1-f175.google.com [209.85.208.175]) (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 B57A36EC55 for ; Tue, 20 Jul 2021 19:27:31 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org B57A36EC55 Received: by mail-lj1-f175.google.com with SMTP id t3so1655773ljc.3 for ; Tue, 20 Jul 2021 09:27:31 -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:mime-version :content-transfer-encoding; bh=6NublWTeXZNe9WmcQJZCsuDAJVXLVsAwgsuQIGLidys=; b=EJF445GNMWluatjKnSUg/Fxn3iu9yTNo9+vRGEXcSqToxLxQrOodTYjn2KXQib40nF KMLMzAsL6fXLZty9WcqP/MctItIwAXevF2Wj9bYOnrt9/C4pXmexKc8nziCsAMSVKMof OWODOKt/GCJdU170pXZnK7PopoROoO7H9J+b/QlrE/5GLSTyj3no5RPSEoWnEj0+4RE1 ErAAixw5X9cLrQ0TqFaHzaC0pFl91SZ7wMrftCT8KvuDX42ufFXGHwHOanUNDk78hGyA lbRG1AVcDsyLXeHovpjKXjSkorZvLDfU4YFv+DHfpAjy3MpZD3qa6GzEAgiY77wDFQLS wZ+Q== X-Gm-Message-State: AOAM531I0fNxLtY/R22kot8A3sYWzGrv5RfnJM9of6ViHSWoqvzlAdrr wUQiin6W7POYIh+aB0S0IrwXRRLGX6Edvg== X-Google-Smtp-Source: ABdhPJzAXHCvaWmcGL3Am1unTJuu9ju9elM+/S8BMZrcy79w/angiprowsTgxLSMBUIZTzreoNzROQ== X-Received: by 2002:a2e:9a5a:: with SMTP id k26mr27801729ljj.150.1626798450923; Tue, 20 Jul 2021 09:27:30 -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.27.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 20 Jul 2021 09:27:30 -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:48 +0300 Message-Id: X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH v2 00/10] test: lua-Harness suite patch bump 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" As our experience has been considered by the maintainer of lua-Harness and the issues we faced are finally fixed in mainline repo, we should bump lua-Harness suite up to c4451fe0. Part of tarantool/tarantool#5970 Part of tarantool/tarantool#4473 --- Changes in v2: - Fixed comments as per review by Igor Munkin - Backported two more fixes from trunk - Disabled 241-standalone.t as it is facing some issues to run properly on FreeBSD (for more information see tarantool/tarantool#6231) Github branch: https://github.com/tarantool/luajit/tree/fckxorg/gh-5970-update-lua-harness Issue: https://github.com/tarantool/tarantool/issues/5970 Tests: passing Maxim Kokryashkin (10): test: port lua-Harness to Test.Assertion test: rename lua-Harness tap to test_assertion test: use CI friendly variables in lua-Harness test: refactor with _retrieve_progname test: refactor with _dofile test: support tarantool in lua-Harness test: backport lua-Harness directory detection test: support tarantool cli in lua-Harness test: update lua-Harness to b7b1a9a2 test: disable test/lua-Harness-tests/241-standalone.t on FreeBSD test/lua-Harness-tests/090-tap.t | 10 +- test/lua-Harness-tests/091-profile.t | 12 +- test/lua-Harness-tests/101-boolean.t | 130 +-- test/lua-Harness-tests/102-function.t | 222 +++--- test/lua-Harness-tests/103-nil.t | 130 +-- test/lua-Harness-tests/104-number.t | 274 +++---- test/lua-Harness-tests/105-string.t | 312 ++++---- test/lua-Harness-tests/106-table.t | 136 ++-- test/lua-Harness-tests/107-thread.t | 132 +-- test/lua-Harness-tests/108-userdata.t | 128 +-- test/lua-Harness-tests/200-examples.t | 16 +- test/lua-Harness-tests/201-assign.t | 84 +- test/lua-Harness-tests/202-expr.t | 140 ++-- test/lua-Harness-tests/203-lexico.t | 78 +- test/lua-Harness-tests/204-grammar.t | 78 +- test/lua-Harness-tests/211-scope.t | 26 +- test/lua-Harness-tests/212-function.t | 140 ++-- test/lua-Harness-tests/213-closure.t | 34 +- test/lua-Harness-tests/214-coroutine.t | 98 +-- test/lua-Harness-tests/221-table.t | 56 +- test/lua-Harness-tests/222-constructor.t | 36 +- test/lua-Harness-tests/223-iterator.t | 20 +- test/lua-Harness-tests/231-metatable.t | 236 +++--- test/lua-Harness-tests/232-object.t | 40 +- test/lua-Harness-tests/241-standalone.t | 330 ++++++++ .../241-standalone.t.disabled | 269 ------- test/lua-Harness-tests/242-luac.t | 88 +- test/lua-Harness-tests/301-basic.t | 754 +++++++++--------- test/lua-Harness-tests/303-package.t | 125 +-- test/lua-Harness-tests/304-string.t | 650 +++++++-------- test/lua-Harness-tests/305-utf8.t | 10 +- test/lua-Harness-tests/306-table.t | 188 ++--- test/lua-Harness-tests/307-math.t | 268 +++---- test/lua-Harness-tests/308-io.t | 252 +++--- test/lua-Harness-tests/309-os.t | 164 ++-- test/lua-Harness-tests/310-debug.t | 230 +++--- test/lua-Harness-tests/311-bit32.t | 72 +- test/lua-Harness-tests/314-regex.t | 12 +- test/lua-Harness-tests/320-stdin.t | 40 +- test/lua-Harness-tests/401-bitop.t | 64 +- test/lua-Harness-tests/402-ffi.t | 82 +- test/lua-Harness-tests/403-jit.t | 100 +-- test/lua-Harness-tests/404-ext.t | 168 ++-- test/lua-Harness-tests/411-luajit.t | 211 +++++ test/lua-Harness-tests/411-luajit.t.disabled | 211 ----- test/lua-Harness-tests/CMakeLists.txt | 5 - test/lua-Harness-tests/lexico52/lexico.t | 22 +- test/lua-Harness-tests/lexico53/boolean.t | 44 +- test/lua-Harness-tests/lexico53/function.t | 72 +- test/lua-Harness-tests/lexico53/lexico.t | 14 +- test/lua-Harness-tests/lexico53/nil.t | 44 +- test/lua-Harness-tests/lexico53/number.t | 224 +++--- test/lua-Harness-tests/lexico53/string.t | 196 ++--- test/lua-Harness-tests/lexico53/table.t | 44 +- test/lua-Harness-tests/lexico53/thread.t | 44 +- test/lua-Harness-tests/lexico53/userdata.t | 44 +- test/lua-Harness-tests/lexico53/utf8.t | 240 +++--- test/lua-Harness-tests/lexico54/lexico.t | 8 +- test/lua-Harness-tests/lexico54/metatable.t | 14 +- test/lua-Harness-tests/lexico54/utf8.t | 34 +- test/lua-Harness-tests/lexicojit/basic.t | 14 +- test/lua-Harness-tests/lexicojit/ext.t | 26 +- test/lua-Harness-tests/lexicojit/lexico.t | 30 +- test/lua-Harness-tests/profile_ravi.lua | 4 +- test/lua-Harness-tests/profile_tarantool.lua | 63 ++ .../{tap.lua => test_assertion.lua} | 133 +-- test/luajit-test-init.lua | 2 + 67 files changed, 4165 insertions(+), 4012 deletions(-) create mode 100755 test/lua-Harness-tests/241-standalone.t delete mode 100755 test/lua-Harness-tests/241-standalone.t.disabled create mode 100755 test/lua-Harness-tests/411-luajit.t delete mode 100755 test/lua-Harness-tests/411-luajit.t.disabled create mode 100644 test/lua-Harness-tests/profile_tarantool.lua rename test/lua-Harness-tests/{tap.lua => test_assertion.lua} (58%) -- 2.32.0