diff options
| author | ruki <[email protected]> | 2025-11-24 22:59:57 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-11-24 22:59:57 +0800 |
| commit | c2bbd0dd3b705de1906ba313e82a4ebf02242015 (patch) | |
| tree | aa8bc3e0ba5bb4481a231287465c153dc3785fd8 /tests | |
| parent | 6effc61ddb1760190daae118dbe5b8534157ef19 (diff) | |
disable some tests on solaris
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/actions/package/localpkg/test.lua | 2 | ||||
| -rw-r--r-- | tests/apis/namespace/package/test.lua | 2 | ||||
| -rw-r--r-- | tests/projects/c++/linkorders/test.lua | 2 | ||||
| -rw-r--r-- | tests/projects/c++/snippet_runtimes/test.lua | 2 | ||||
| -rw-r--r-- | tests/projects/c/library_with_cmakelists/test.lua | 2 | ||||
| -rw-r--r-- | tests/projects/package/basic/test.lua | 2 | ||||
| -rw-r--r-- | tests/projects/package/compatibility/deps_with_version/test.lua | 2 | ||||
| -rw-r--r-- | tests/projects/package/compatibility/sync_requires_to_deps/test.lua | 2 | ||||
| -rw-r--r-- | tests/projects/package/components/test.lua | 2 | ||||
| -rw-r--r-- | tests/projects/package/depconfigs/test.lua | 2 | ||||
| -rw-r--r-- | tests/projects/package/inherit_base/test.lua | 2 | ||||
| -rw-r--r-- | tests/projects/package/multiconfig/test.lua | 2 | ||||
| -rw-r--r-- | tests/projects/package/package_rule/test.lua | 2 | ||||
| -rw-r--r-- | tests/projects/package/rootconfigs/test.lua | 2 | ||||
| -rw-r--r-- | tests/projects/package/toolchain_muslcc/test.lua | 2 | ||||
| -rw-r--r-- | tests/projects/package/toolchain_muslcc/xmake.lua | 2 |
16 files changed, 16 insertions, 16 deletions
diff --git a/tests/actions/package/localpkg/test.lua b/tests/actions/package/localpkg/test.lua index a1f03b215..b3b3106ff 100644 --- a/tests/actions/package/localpkg/test.lua +++ b/tests/actions/package/localpkg/test.lua @@ -1,5 +1,5 @@ function main(t) - if (os.subarch():startswith("x") or os.subarch() == "i386") and not is_host("bsd") then + if (os.subarch():startswith("x") or os.subarch() == "i386") and not is_host("bsd", "solaris") then os.cd("libfoo") os.exec("xmake package -D -o ../bar/build") os.cd("../bar") diff --git a/tests/apis/namespace/package/test.lua b/tests/apis/namespace/package/test.lua index 38d054b75..7b7dabeff 100644 --- a/tests/apis/namespace/package/test.lua +++ b/tests/apis/namespace/package/test.lua @@ -1,5 +1,5 @@ function main() - if is_host("bsd") then + if is_host("bsd", "solaris") then return end os.exec("xmake -vD -y") 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 diff --git a/tests/projects/c/library_with_cmakelists/test.lua b/tests/projects/c/library_with_cmakelists/test.lua index 3c28e0c3e..53b02d24c 100644 --- a/tests/projects/c/library_with_cmakelists/test.lua +++ b/tests/projects/c/library_with_cmakelists/test.lua @@ -2,7 +2,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/package/basic/test.lua b/tests/projects/package/basic/test.lua index 4964fecaa..65d2f2335 100644 --- a/tests/projects/package/basic/test.lua +++ b/tests/projects/package/basic/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/package/compatibility/deps_with_version/test.lua b/tests/projects/package/compatibility/deps_with_version/test.lua index a6690754b..b9f43bad5 100644 --- a/tests/projects/package/compatibility/deps_with_version/test.lua +++ b/tests/projects/package/compatibility/deps_with_version/test.lua @@ -1,6 +1,6 @@ function main(t) -- freebsd ci is slower - if is_host("bsd") then + if is_host("bsd", "solaris") then return end -- only for x86/x64, because it will take too long time on ci with arm/mips diff --git a/tests/projects/package/compatibility/sync_requires_to_deps/test.lua b/tests/projects/package/compatibility/sync_requires_to_deps/test.lua index a6690754b..b9f43bad5 100644 --- a/tests/projects/package/compatibility/sync_requires_to_deps/test.lua +++ b/tests/projects/package/compatibility/sync_requires_to_deps/test.lua @@ -1,6 +1,6 @@ function main(t) -- freebsd ci is slower - if is_host("bsd") then + if is_host("bsd", "solaris") then return end -- only for x86/x64, because it will take too long time on ci with arm/mips diff --git a/tests/projects/package/components/test.lua b/tests/projects/package/components/test.lua index a45153181..fdec596a7 100644 --- a/tests/projects/package/components/test.lua +++ b/tests/projects/package/components/test.lua @@ -1,5 +1,5 @@ function main(t) - if is_host("bsd") or is_subhost("msys") then + if is_host("bsd", "solaris") or is_subhost("msys") then return end diff --git a/tests/projects/package/depconfigs/test.lua b/tests/projects/package/depconfigs/test.lua index a6690754b..b9f43bad5 100644 --- a/tests/projects/package/depconfigs/test.lua +++ b/tests/projects/package/depconfigs/test.lua @@ -1,6 +1,6 @@ function main(t) -- freebsd ci is slower - if is_host("bsd") then + if is_host("bsd", "solaris") then return end -- only for x86/x64, because it will take too long time on ci with arm/mips diff --git a/tests/projects/package/inherit_base/test.lua b/tests/projects/package/inherit_base/test.lua index a6690754b..b9f43bad5 100644 --- a/tests/projects/package/inherit_base/test.lua +++ b/tests/projects/package/inherit_base/test.lua @@ -1,6 +1,6 @@ function main(t) -- freebsd ci is slower - if is_host("bsd") then + if is_host("bsd", "solaris") then return end -- only for x86/x64, because it will take too long time on ci with arm/mips diff --git a/tests/projects/package/multiconfig/test.lua b/tests/projects/package/multiconfig/test.lua index a6690754b..b9f43bad5 100644 --- a/tests/projects/package/multiconfig/test.lua +++ b/tests/projects/package/multiconfig/test.lua @@ -1,6 +1,6 @@ function main(t) -- freebsd ci is slower - if is_host("bsd") then + if is_host("bsd", "solaris") then return end -- only for x86/x64, because it will take too long time on ci with arm/mips diff --git a/tests/projects/package/package_rule/test.lua b/tests/projects/package/package_rule/test.lua index 4964fecaa..65d2f2335 100644 --- a/tests/projects/package/package_rule/test.lua +++ b/tests/projects/package/package_rule/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/package/rootconfigs/test.lua b/tests/projects/package/rootconfigs/test.lua index 7d55eaf4e..d98f3385f 100644 --- a/tests/projects/package/rootconfigs/test.lua +++ b/tests/projects/package/rootconfigs/test.lua @@ -1,6 +1,6 @@ function main(t) -- freebsd ci is slower - if is_host("bsd") then + if is_host("bsd", "solaris") then return end -- only for x86/x64, because it will take too long time on ci with arm/mips diff --git a/tests/projects/package/toolchain_muslcc/test.lua b/tests/projects/package/toolchain_muslcc/test.lua index 4964fecaa..65d2f2335 100644 --- a/tests/projects/package/toolchain_muslcc/test.lua +++ b/tests/projects/package/toolchain_muslcc/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/package/toolchain_muslcc/xmake.lua b/tests/projects/package/toolchain_muslcc/xmake.lua index 8fdd99b9f..6c5e8f8b3 100644 --- a/tests/projects/package/toolchain_muslcc/xmake.lua +++ b/tests/projects/package/toolchain_muslcc/xmake.lua @@ -25,7 +25,7 @@ toolchain_end() -- add library packages -- for testing zlib/xmake, libplist/autoconf, libogg/cmake add_requires("zlib", "libogg", {system = false}) -if is_host("macosx", "linux", "bsd") then +if is_host("macosx", "linux", "bsd", "solaris") then add_requires("libplist", {system = false}) end |
