commit | fa3d13fd0d09655400403ca69dcece9a71e86254 | [log] [tgz] |
---|---|---|
author | Jordan Abrahams-Whitehead <ajordanr@google.com> | Wed Dec 04 18:43:35 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Dec 04 18:43:35 2024 +0000 |
tree | 33ec6c7575877766ec8c2765c0450f03e7ce72ab | |
parent | 10d34555fc1ce04d45bce13fa5d42b01dd918c65 [diff] | |
parent | 48a3bef799ef2eeaf3064398bcc9de8c19738b85 [diff] |
Merge "tests: Disable cpu_target_features" into main
diff --git a/tests/Android.bp b/tests/Android.bp index 22fa542..a97f5a8 100644 --- a/tests/Android.bp +++ b/tests/Android.bp
@@ -389,7 +389,9 @@ "bug_26110743_test.cpp", "byteswap_test.cpp", "complex_test.cpp", - "cpu_target_features_test.cpp", + // Disabled while investigating + // b/378304366, b/375525252 + // "cpu_target_features_test.cpp", "ctype_test.cpp", "dirent_test.cpp", "elf_test.cpp",