summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBrett Chabot <brettchabot@android.com>2009-10-21 22:21:40 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2009-10-21 22:21:40 -0700
commit5f2ae667e89e5ddfd7aa2bcbe3017b746b7b1de2 (patch)
tree8b3c8f3f7f0dde7a374c2e659b975d5ff6581968 /tests
parent98a7c45416c5524a535dfddf3185c055d9838371 (diff)
parent76bb9a363633b5741937ebe58b01a8b2024753b0 (diff)
downloadframeworks_base-5f2ae667e89e5ddfd7aa2bcbe3017b746b7b1de2.zip
frameworks_base-5f2ae667e89e5ddfd7aa2bcbe3017b746b7b1de2.tar.gz
frameworks_base-5f2ae667e89e5ddfd7aa2bcbe3017b746b7b1de2.tar.bz2
am 76bb9a36: Merge change I1932e8f8 into eclair
Merge commit '76bb9a363633b5741937ebe58b01a8b2024753b0' into eclair-mr2 * commit '76bb9a363633b5741937ebe58b01a8b2024753b0': Disable com.android.unit_tests.HeapTest:testExternalOomeLarge.
Diffstat (limited to 'tests')
-rw-r--r--tests/AndroidTests/src/com/android/unit_tests/HeapTest.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/AndroidTests/src/com/android/unit_tests/HeapTest.java b/tests/AndroidTests/src/com/android/unit_tests/HeapTest.java
index d51cc26..f6ae6f6 100644
--- a/tests/AndroidTests/src/com/android/unit_tests/HeapTest.java
+++ b/tests/AndroidTests/src/com/android/unit_tests/HeapTest.java
@@ -541,7 +541,8 @@ public class HeapTest extends TestCase {
}
}
- @SmallTest
+ // TODO: flaky test
+ //@SmallTest
public void testExternalOomeLarge() {
/* Just shy of the typical max heap size so that it will actually
* try to allocate it instead of short-circuiting.