commit | dc9ad89dfeedffcc0eb0f946b2a5535ec125c43b | [log] [tgz] |
---|---|---|
author | Chih-hung Hsieh <chh@google.com> | Fri Dec 16 20:20:51 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Dec 16 20:20:51 2022 +0000 |
tree | 2bfcd1fd98fb27221ed78d6c54250707b31d2764 | |
parent | 7f69ccfa7175f9cf9bb4ed0b8d96347cdf04682b [diff] | |
parent | 6fae614060e723a80a03db8e08b7504780937c73 [diff] |
Merge "Disable clang-tidy for malloc_test.cpp"
diff --git a/tests/Android.bp b/tests/Android.bp index 9c6aec5..8c6057f 100644 --- a/tests/Android.bp +++ b/tests/Android.bp
@@ -367,6 +367,9 @@ cc_test_library { name: "libBionicStandardTests", defaults: ["bionic_tests_defaults"], + tidy_disabled_srcs: [ + "malloc_test.cpp", // timed out with clang-tidy, and too many warnings + ], srcs: [ "__aeabi_read_tp_test.cpp", "__cxa_atexit_test.cpp",