Merge "Allowlist some more cc_test modules after the runfiles support" into main am: 4fa1bfe169
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2671818 Change-Id: Id02d4fdf73711dbb1f6f7c28ad21ac4115a49375 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -992,8 +992,6 @@ var (
|
|||||||
"svcenc", "svcdec",
|
"svcenc", "svcdec",
|
||||||
|
|
||||||
// Failing host cc_tests
|
// Failing host cc_tests
|
||||||
"libprocinfo_test",
|
|
||||||
"ziparchive-tests",
|
|
||||||
"gtest_isolated_tests",
|
"gtest_isolated_tests",
|
||||||
"libunwindstack_unit_test",
|
"libunwindstack_unit_test",
|
||||||
"power_tests", // failing test on server, but not on host
|
"power_tests", // failing test on server, but not on host
|
||||||
@@ -1012,7 +1010,7 @@ var (
|
|||||||
"libnativebridge6-test-case",
|
"libnativebridge6-test-case",
|
||||||
"libnativebridge6prezygotefork",
|
"libnativebridge6prezygotefork",
|
||||||
|
|
||||||
"libandroidfw_tests", "aapt2_tests", // failing due to data path issues
|
"libandroidfw_tests", // failing due to data path issues
|
||||||
|
|
||||||
// error: overriding commands for target
|
// error: overriding commands for target
|
||||||
// `out/host/linux-x86/nativetest64/gmock_tests/gmock_tests__cc_runner_test',
|
// `out/host/linux-x86/nativetest64/gmock_tests/gmock_tests__cc_runner_test',
|
||||||
@@ -1099,7 +1097,6 @@ var (
|
|||||||
"memunreachable_binder_test", // depends on unconverted modules: libbinder
|
"memunreachable_binder_test", // depends on unconverted modules: libbinder
|
||||||
"memunreachable_test",
|
"memunreachable_test",
|
||||||
"metadata_tests",
|
"metadata_tests",
|
||||||
"minijail0_cli_unittest_gtest",
|
|
||||||
"mpeg2dec",
|
"mpeg2dec",
|
||||||
"mvcdec",
|
"mvcdec",
|
||||||
"ns_hidden_child_helper",
|
"ns_hidden_child_helper",
|
||||||
@@ -1111,14 +1108,12 @@ var (
|
|||||||
"rappor-tests", // depends on unconverted modules: jsr305, guava
|
"rappor-tests", // depends on unconverted modules: jsr305, guava
|
||||||
"scudo_unit_tests",
|
"scudo_unit_tests",
|
||||||
"stats-log-api-gen-test", // depends on unconverted modules: libstats_proto_host
|
"stats-log-api-gen-test", // depends on unconverted modules: libstats_proto_host
|
||||||
"syscall_filter_unittest_gtest",
|
|
||||||
"thread_exit_cb_helper",
|
"thread_exit_cb_helper",
|
||||||
"tls_properties_helper",
|
"tls_properties_helper",
|
||||||
"ulp",
|
"ulp",
|
||||||
"vec_test",
|
"vec_test",
|
||||||
"yuvconstants",
|
"yuvconstants",
|
||||||
"yuvconvert",
|
"yuvconvert",
|
||||||
"zipalign_tests",
|
|
||||||
|
|
||||||
// cc_test_library
|
// cc_test_library
|
||||||
"clang_diagnostic_tests",
|
"clang_diagnostic_tests",
|
||||||
|
Reference in New Issue
Block a user