commit | eca47e72ef93a9d22101e567ac9c1da2e4d98d5e | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Feb 05 05:28:23 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Feb 05 05:28:23 2021 +0000 |
tree | 438f1efa30f22280a806db9ab2258ef18850882e | |
parent | 3118dc1c0f8d0eed3d9e8b6284dfcfba41bd27d3 [diff] | |
parent | 11874f8f99979e660d1b3b23760cf6b64b324278 [diff] |
Merge "Mark bionic-stress-test as not unit tests as it run forever"
diff --git a/tests/Android.bp b/tests/Android.bp index a6a930e..bf78f50 100644 --- a/tests/Android.bp +++ b/tests/Android.bp
@@ -1017,6 +1017,10 @@ // For now, these tests run forever, so do not use the isolation framework. isolated: false, + // Running forever, do not consider unit test. + test_options: { + unit_test: false, + }, srcs: [ "malloc_stress_test.cpp",