From: Sergey Kaplun <skaplun@tarantool.org> To: Igor Munkin <imun@tarantool.org>, Sergey Ostanevich <sergos@tarantool.org> Cc: tarantool-patches@dev.tarantool.org Subject: [Tarantool-patches] [PATCH 2/2] test: disable jit related tests at FreeBSD Date: Wed, 14 Oct 2020 20:03:59 +0300 [thread overview] Message-ID: <098b637d1a67b7a0e8215d8d4cd9327b6a0e266c.1602694006.git.skaplun@tarantool.org> (raw) In-Reply-To: <cover.1602694006.git.skaplun@tarantool.org> This patch fixes the regression introduced in scope of 5a61e1ab54b5c66bfebd836db1ac47996611e065 ('misc: add C and Lua API for platform metrics'). As far as newly added tests include trace checks and https://github.com/tarantool/tarantool/issues/4819 (JIT fails to allocate mcode memory on FreeBSD) has not resolved yet, this tests should be disabled to for running on FreeBSD. Follows up tarantool/tarantool#5187 --- test/misclib-getmetrics-capi.skipcond | 7 +++++++ test/misclib-getmetrics-lapi.skipcond | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 test/misclib-getmetrics-capi.skipcond create mode 100644 test/misclib-getmetrics-lapi.skipcond diff --git a/test/misclib-getmetrics-capi.skipcond b/test/misclib-getmetrics-capi.skipcond new file mode 100644 index 0000000..2a2ec4d --- /dev/null +++ b/test/misclib-getmetrics-capi.skipcond @@ -0,0 +1,7 @@ +import platform + +# Disabled on FreeBSD due to #4819. +if platform.system() == 'FreeBSD': + self.skip = 1 + +# vim: set ft=python: diff --git a/test/misclib-getmetrics-lapi.skipcond b/test/misclib-getmetrics-lapi.skipcond new file mode 100644 index 0000000..2a2ec4d --- /dev/null +++ b/test/misclib-getmetrics-lapi.skipcond @@ -0,0 +1,7 @@ +import platform + +# Disabled on FreeBSD due to #4819. +if platform.system() == 'FreeBSD': + self.skip = 1 + +# vim: set ft=python: -- 2.28.0
next prev parent reply other threads:[~2020-10-14 17:04 UTC|newest] Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-10-14 17:03 [Tarantool-patches] [PATCH 0/2] Fix broken CI after introduced LuaJIT metrics Sergey Kaplun 2020-10-14 17:03 ` [Tarantool-patches] [PATCH 1/2] test: force enable assert checks in release build Sergey Kaplun 2020-10-14 19:29 ` Igor Munkin 2020-10-14 19:33 ` Igor Munkin 2020-10-15 7:23 ` Sergey Kaplun 2020-10-15 9:02 ` Sergey Ostanevich 2020-10-14 17:03 ` Sergey Kaplun [this message] 2020-10-14 19:43 ` [Tarantool-patches] [PATCH 2/2] test: disable jit related tests at FreeBSD Igor Munkin 2020-10-15 7:25 ` Sergey Kaplun 2020-10-15 9:04 ` Sergey Ostanevich 2020-10-14 19:47 ` [Tarantool-patches] [PATCH 0/2] Fix broken CI after introduced LuaJIT metrics Igor Munkin 2020-10-15 9:22 ` Kirill Yukhin
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=098b637d1a67b7a0e8215d8d4cd9327b6a0e266c.1602694006.git.skaplun@tarantool.org \ --to=skaplun@tarantool.org \ --cc=imun@tarantool.org \ --cc=sergos@tarantool.org \ --cc=tarantool-patches@dev.tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH 2/2] test: disable jit related tests at FreeBSD' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox