From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp45.i.mail.ru (smtp45.i.mail.ru [94.100.177.105]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 7E3F2441876 for ; Fri, 20 Mar 2020 15:50:50 +0300 (MSK) From: "Alexander V. Tikhonov" Date: Fri, 20 Mar 2020 15:50:44 +0300 Message-Id: In-Reply-To: References: In-Reply-To: References: Subject: [Tarantool-patches] [PATCH v3 2/2] test: rename test files List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Munkin Cc: tarantool-patches@dev.tarantool.org Renamed test files in the following way: --.test.lua where "" is github repository: gh - tarantool/tarantool lj - LuaJIT/LuaJIT or - openresty/luajit2 Close #4655 --- test/{gh.test.lua => gh-3196-incorrect-string-length.test.lua} | 0 ...ording.test.lua => gh-4476-fix-string-find-recording.test.lua} | 0 ...JIT_494.test.lua => lj-494-table-chain-infinite-loop.test.lua} | 0 ...IT_505.test.lua => lj-505-fold-no-strref-for-ptrdiff.test.lua} | 0 ...JIT_524.test.lua => lj-524-fold-conv-respect-src-irt.test.lua} | 0 test/{unsink_64_kptr.test.lua => or-232-unsink-64-kptr.test.lua} | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename test/{gh.test.lua => gh-3196-incorrect-string-length.test.lua} (100%) rename test/{fix_string_find_recording.test.lua => gh-4476-fix-string-find-recording.test.lua} (100%) rename test/{table_chain_bug_LuaJIT_494.test.lua => lj-494-table-chain-infinite-loop.test.lua} (100%) rename test/{fold_bug_LuaJIT_505.test.lua => lj-505-fold-no-strref-for-ptrdiff.test.lua} (100%) rename test/{fold_bug_LuaJIT_524.test.lua => lj-524-fold-conv-respect-src-irt.test.lua} (100%) rename test/{unsink_64_kptr.test.lua => or-232-unsink-64-kptr.test.lua} (100%) diff --git a/test/gh.test.lua b/test/gh-3196-incorrect-string-length.test.lua similarity index 100% rename from test/gh.test.lua rename to test/gh-3196-incorrect-string-length.test.lua diff --git a/test/fix_string_find_recording.test.lua b/test/gh-4476-fix-string-find-recording.test.lua similarity index 100% rename from test/fix_string_find_recording.test.lua rename to test/gh-4476-fix-string-find-recording.test.lua diff --git a/test/table_chain_bug_LuaJIT_494.test.lua b/test/lj-494-table-chain-infinite-loop.test.lua similarity index 100% rename from test/table_chain_bug_LuaJIT_494.test.lua rename to test/lj-494-table-chain-infinite-loop.test.lua diff --git a/test/fold_bug_LuaJIT_505.test.lua b/test/lj-505-fold-no-strref-for-ptrdiff.test.lua similarity index 100% rename from test/fold_bug_LuaJIT_505.test.lua rename to test/lj-505-fold-no-strref-for-ptrdiff.test.lua diff --git a/test/fold_bug_LuaJIT_524.test.lua b/test/lj-524-fold-conv-respect-src-irt.test.lua similarity index 100% rename from test/fold_bug_LuaJIT_524.test.lua rename to test/lj-524-fold-conv-respect-src-irt.test.lua diff --git a/test/unsink_64_kptr.test.lua b/test/or-232-unsink-64-kptr.test.lua similarity index 100% rename from test/unsink_64_kptr.test.lua rename to test/or-232-unsink-64-kptr.test.lua -- 2.17.1