Files
build_soong/android
Colin Cross 74dc598a71 Disable TestVariantSingletonModule when go test -short is used
TestVariantSingletonModule tests that an error is produced when a
mutator creates variants of a SingletonModule.  It also triggers
a data race when cloneLogicModules copies the properties, as the
ModuleFactory of a SingletonModule always returns the same module
with the same property structs.  The build is about to fail with an
error anyways, so hopefully the data race isn't a problem.  There
is no way to disable the test when the data race detector is enabled,
so disable it when -short is enabled, which is the case for all of
our CI testing.

Test: go test -race -short ./...
Change-Id: I944a4901acb60df8e590270f178961d95095a7e9
2024-01-18 13:23:06 -08:00
..
2024-01-05 09:54:09 -08:00
2024-01-05 09:54:09 -08:00
2024-01-05 09:54:09 -08:00
2023-04-17 19:26:07 +00:00
2024-01-09 22:09:07 +00:00
2023-03-22 12:58:38 -07:00
2023-12-13 14:11:24 -08:00
2024-01-05 09:54:09 -08:00
2024-01-05 09:54:09 -08:00
2023-06-22 08:18:33 -07:00
2023-05-19 20:31:32 +00:00
2024-01-09 22:09:07 +00:00
2023-12-14 16:12:20 -08:00
2023-04-10 20:20:41 +00:00
2023-04-10 20:20:41 +00:00
2024-01-05 09:54:09 -08:00
2023-04-26 17:18:19 -07:00
2021-12-13 13:33:15 -05:00
2024-01-03 15:22:32 -08:00
2024-01-09 22:53:52 +00:00
2023-10-16 14:20:00 -07:00
2024-01-05 09:54:09 -08:00
2023-11-08 22:11:24 -08:00
2022-08-03 14:02:33 -07:00