Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2c0b890b authored by Yu Liu's avatar Yu Liu
Browse files

Allowtlist some cc_test modules.

Bug: 284287101
Test: b test locally
Change-Id: I0ecd88def0f7f5e68cf48e9766575ec5dd82b7be
parent 5b7035f8
Loading
Loading
Loading
Loading
+18 −4
Original line number Diff line number Diff line
@@ -769,6 +769,24 @@ var (

		// Used by xsd_config
		"xsdc",

		// cc_test that can be run by b test
		"binderRpcWireProtocolTest",
		"binderUnitTest",
		"cpu_features-bit_utils_test",
		"liblp_test",
		"android.hardware.audio.common.test.utility_tests",
		"HalAudioStreamWorkerTest",
		"libjavacore-unit-tests",
		"NeuralNetworksTest_utils",
		"NeuralNetworksTest_logtag",
		"NeuralNetworksTest_operations",
		"nanoapp_chqts_shared_tests",
		"fakeservicemanager_test",
		"tristate_test",
		"binderUtilsHostTest",
		"run_dex2oat_test",
		"bluetooth-address-unit-tests",
	}

	Bp2buildModuleTypeAlwaysConvertList = []string{
@@ -948,12 +966,10 @@ var (
		"svcenc", "svcdec",

		// Failing host cc_tests
		"memunreachable_unit_test",
		"libprocinfo_test",
		"ziparchive-tests",
		"gtest_isolated_tests",
		"libunwindstack_unit_test",
		"task_profiles_test",
		"power_tests", // failing test on server, but not on host

		// reflect: call of reflect.Value.NumField on interface Value
@@ -1033,7 +1049,6 @@ var (
		"libBionicLoaderTests",  // depends on unconverted modules: libmeminfo
		"libapexutil_tests",     // depends on unconverted modules: apex-info-list-tinyxml, libapexutil
		"libcutils_sockets_test",
		"libexpectedutils_test",
		"libhwbinder_latency",
		"liblog-host-test", // failing tests
		"libminijail_test",
@@ -1070,7 +1085,6 @@ var (
		"scudo_unit_tests",
		"stats-log-api-gen-test", // depends on unconverted modules: libstats_proto_host
		"syscall_filter_unittest_gtest",
		"sysprop_test", // depends on unconverted modules: libcom.android.sysprop.tests
		"thread_exit_cb_helper",
		"tls_properties_helper",
		"ulp",