From c2bbd0dd3b705de1906ba313e82a4ebf02242015 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 24 Nov 2025 22:59:57 +0800 Subject: disable some tests on solaris --- tests/projects/c++/linkorders/test.lua | 2 +- tests/projects/c++/snippet_runtimes/test.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/projects/c++') diff --git a/tests/projects/c++/linkorders/test.lua b/tests/projects/c++/linkorders/test.lua index 704959e28..39898ef97 100644 --- a/tests/projects/c++/linkorders/test.lua +++ b/tests/projects/c++/linkorders/test.lua @@ -1,7 +1,7 @@ function main(t) -- freebsd ci is slower - if is_host("bsd") then + if is_host("bsd", "solaris") then return end diff --git a/tests/projects/c++/snippet_runtimes/test.lua b/tests/projects/c++/snippet_runtimes/test.lua index 9f7e59b3b..e06f405f7 100644 --- a/tests/projects/c++/snippet_runtimes/test.lua +++ b/tests/projects/c++/snippet_runtimes/test.lua @@ -12,7 +12,7 @@ end function main(t) local clang = find_tool("clang") - if clang and not is_subhost("windows") and not is_subhost("bsd") then + if clang and not is_subhost("windows") and not is_subhost("bsd", "solaris") then os.exec("xmake f --toolchain=clang --runtimes=c++_shared --yes") _build() end -- cgit v1.3.1