2021-02-26 20:21:13 +00:00
|
|
|
package(default_visibility = ["//visibility:public"])
|
|
|
|
|
|
|
|
test_suite(
|
|
|
|
name = "linux_tests",
|
|
|
|
tags = ["manual"],
|
|
|
|
tests = [
|
2021-06-16 14:35:46 +00:00
|
|
|
"//apr:apr_build_test",
|
|
|
|
"//apr_util:apr_util_build_test",
|
2021-11-19 00:56:08 +00:00
|
|
|
# Builds but not useful as it hardcodes paths so isn't relocateable
|
|
|
|
# "//autotools:autoconf_build_test",
|
|
|
|
# Fails due to hardcoded paths in autoconf
|
|
|
|
# "//autotools:automake_build_test",
|
|
|
|
"//autotools:libtool_build_test",
|
|
|
|
"//autotools:m4_build_test",
|
|
|
|
"//bison:bison_build_test",
|
2021-02-26 20:21:13 +00:00
|
|
|
"//cares:test_c_ares",
|
2021-07-28 15:13:03 +00:00
|
|
|
"//curl:curl_test_suite",
|
2023-12-20 11:42:57 +00:00
|
|
|
"//glib:glib_build_test",
|
2021-03-01 15:46:25 +00:00
|
|
|
"//gn:gn_launch_test",
|
2021-05-21 16:06:59 +00:00
|
|
|
"//gperftools:test",
|
2021-11-19 00:56:08 +00:00
|
|
|
"//iconv:iconv_linux_build_test",
|
2023-12-20 11:42:57 +00:00
|
|
|
"//libgit2:libgit2_build_test",
|
2021-06-01 20:59:16 +00:00
|
|
|
"//libjpeg_turbo:libjpeg_turbo_build_test",
|
2021-02-26 20:21:13 +00:00
|
|
|
"//libpng:test_libpng",
|
|
|
|
"//libssh2:libssh2_build_test",
|
2021-08-18 13:00:17 +00:00
|
|
|
"//log4cxx:log4cxx_build_test",
|
2023-06-09 10:29:12 +00:00
|
|
|
"//mesa:mesa_build_test",
|
2021-07-28 15:13:03 +00:00
|
|
|
"//openssl:openssl_test_suite",
|
2021-02-26 20:21:13 +00:00
|
|
|
"//pcre:pcre_build_test",
|
2021-06-22 15:51:29 +00:00
|
|
|
"//python:python_tests",
|
2021-06-16 14:35:46 +00:00
|
|
|
"//sqlite:sqlite_build_test",
|
|
|
|
"//subversion:subversion_build_test",
|
2023-12-20 11:42:57 +00:00
|
|
|
"//zlib:test_zlib",
|
2021-02-26 20:21:13 +00:00
|
|
|
],
|
|
|
|
)
|
|
|
|
|
2021-03-28 21:01:15 +00:00
|
|
|
test_suite(
|
|
|
|
name = "linux_rbe_tests",
|
|
|
|
tags = ["manual"],
|
|
|
|
tests = [
|
2021-06-16 14:35:46 +00:00
|
|
|
"//apr:apr_build_test",
|
2021-08-18 13:00:17 +00:00
|
|
|
# Copying files to RBE does not preserve timestamps, invoking autotools which is not new enough to build apr_util and its dependants
|
2021-08-17 13:19:51 +00:00
|
|
|
# "//apr_util:apr_util_build_test",
|
2021-11-19 00:56:08 +00:00
|
|
|
# M4 errors due to timestamps of source
|
|
|
|
# not being preserved
|
|
|
|
#"//autotools:autoconf_build_test",
|
|
|
|
#"//autotools:automake_build_test",
|
|
|
|
#"//autotools:libtool_build_test",
|
|
|
|
#"//autotools:m4_build_test",
|
2021-03-28 21:01:15 +00:00
|
|
|
# Missing a new enough m4 to build
|
2021-05-21 16:06:59 +00:00
|
|
|
# "//bison:bison_build_test",
|
2021-03-28 21:01:15 +00:00
|
|
|
"//cares:test_c_ares",
|
2021-07-28 15:13:03 +00:00
|
|
|
"//curl:curl_test_suite",
|
2023-06-09 10:29:12 +00:00
|
|
|
"//glib:glib_build_test",
|
2021-03-28 21:01:15 +00:00
|
|
|
# Attempts to access git sha during configure of build so fails
|
2021-05-21 16:06:59 +00:00
|
|
|
# "//gn:gn_launch_test",
|
|
|
|
"//gperftools:test",
|
2021-03-28 21:01:15 +00:00
|
|
|
"//libgit2:libgit2_build_test",
|
2021-06-01 20:59:16 +00:00
|
|
|
"//libjpeg_turbo:libjpeg_turbo_build_test",
|
2021-03-28 21:01:15 +00:00
|
|
|
"//libpng:test_libpng",
|
|
|
|
"//libssh2:libssh2_build_test",
|
2023-06-09 10:29:12 +00:00
|
|
|
# Missing new enough automake to build mesa
|
|
|
|
#"//mesa:mesa_build_test",
|
2021-07-28 15:13:03 +00:00
|
|
|
"//openssl:openssl_test_suite",
|
2021-03-28 21:01:15 +00:00
|
|
|
"//pcre:pcre_build_test",
|
2021-06-22 15:51:29 +00:00
|
|
|
"//python:python_tests",
|
2021-06-16 14:35:46 +00:00
|
|
|
# Missing a new enough automake to build
|
|
|
|
#"//sqlite:sqlite_build_test",
|
|
|
|
#"//subversion:subversion_build_test",
|
2021-03-28 21:01:15 +00:00
|
|
|
],
|
|
|
|
)
|
|
|
|
|
2021-02-26 20:21:13 +00:00
|
|
|
test_suite(
|
|
|
|
name = "macos_tests",
|
|
|
|
tags = ["manual"],
|
|
|
|
tests = [
|
2021-06-16 14:35:46 +00:00
|
|
|
"//apr:apr_build_test",
|
|
|
|
"//apr_util:apr_util_build_test",
|
2021-11-19 00:56:08 +00:00
|
|
|
# Builds but not useful as it hardcodes paths so isn't relocateable
|
|
|
|
# "//autotools:autoconf_build_test",
|
|
|
|
# Fails due to hardcoded paths in autoconf
|
2023-12-20 11:42:57 +00:00
|
|
|
# "//autotools:automake_build_test",
|
2021-11-19 00:56:08 +00:00
|
|
|
"//autotools:libtool_build_test",
|
|
|
|
"//autotools:m4_build_test",
|
|
|
|
# "//bison:bison_build_test",
|
2021-02-26 20:21:13 +00:00
|
|
|
"//cares:test_c_ares",
|
2021-08-21 07:55:10 +00:00
|
|
|
"//cares:test_c_ares_ios",
|
2021-07-28 15:13:03 +00:00
|
|
|
"//curl:curl_test_suite",
|
2024-08-14 08:26:35 +00:00
|
|
|
"//glib:glib_build_test",
|
2021-03-01 15:46:25 +00:00
|
|
|
"//gn:gn_launch_test",
|
2021-05-21 16:06:59 +00:00
|
|
|
"//gperftools:test",
|
2021-11-19 00:56:08 +00:00
|
|
|
"//iconv:iconv_macos_build_test",
|
2021-02-26 20:21:13 +00:00
|
|
|
"//libgit2:libgit2_build_test",
|
2021-06-01 20:59:16 +00:00
|
|
|
"//libjpeg_turbo:libjpeg_turbo_build_test",
|
2021-02-26 20:21:13 +00:00
|
|
|
"//libpng:test_libpng",
|
|
|
|
"//libssh2:libssh2_build_test",
|
2021-08-18 13:00:17 +00:00
|
|
|
"//log4cxx:log4cxx_build_test",
|
2024-08-14 08:26:35 +00:00
|
|
|
"//mesa:mesa_build_test",
|
2021-07-28 15:13:03 +00:00
|
|
|
"//openssl:openssl_test_suite",
|
2021-02-26 20:21:13 +00:00
|
|
|
"//pcre:pcre_build_test",
|
2021-06-22 15:51:29 +00:00
|
|
|
"//python:python_tests",
|
2021-06-16 14:35:46 +00:00
|
|
|
"//sqlite:sqlite_build_test",
|
|
|
|
"//subversion:subversion_build_test",
|
2023-12-20 11:42:57 +00:00
|
|
|
"//zlib:test_zlib",
|
2021-02-26 20:21:13 +00:00
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
test_suite(
|
|
|
|
name = "windows_tests",
|
|
|
|
tags = ["manual"],
|
|
|
|
tests = [
|
2021-08-05 18:40:20 +00:00
|
|
|
"//apr:apr_build_test",
|
2021-07-28 15:13:03 +00:00
|
|
|
"//curl:curl_test_suite",
|
2023-06-09 10:29:12 +00:00
|
|
|
"//glib:glib_build_test",
|
|
|
|
"//mesa:mesa_build_test",
|
2023-12-20 11:42:57 +00:00
|
|
|
"//openssl:openssl_test_suite",
|
2021-07-12 14:17:18 +00:00
|
|
|
# TODO: Add more windows tests
|
2021-02-26 20:21:13 +00:00
|
|
|
],
|
|
|
|
)
|