diff options
author | Jesse Wilson <jessewilson@google.com> | 2010-10-10 11:26:25 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2010-10-10 11:26:25 -0700 |
commit | 755f7f253f84e497333cf78a97aa5672fd85096d (patch) | |
tree | e4d402aa0358bccfdc43ffe3f7d5b034adc7d572 /expectations | |
parent | a8e7b5e9f115615fbe63be23827589c1744e4076 (diff) | |
parent | 644de474dc8f7be16072fe55c1d0288f4ba9b6bc (diff) | |
download | libcore-755f7f253f84e497333cf78a97aa5672fd85096d.zip libcore-755f7f253f84e497333cf78a97aa5672fd85096d.tar.gz libcore-755f7f253f84e497333cf78a97aa5672fd85096d.tar.bz2 |
am 644de474: am 0ad02672: Test what happens to RandomAccessFile when it is leaked.
Merge commit '644de474dc8f7be16072fe55c1d0288f4ba9b6bc'
* commit '644de474dc8f7be16072fe55c1d0288f4ba9b6bc':
Test what happens to RandomAccessFile when it is leaked.
Diffstat (limited to 'expectations')
-rw-r--r-- | expectations/knownfailures.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt index f9cfa7d..5b806ab 100644 --- a/expectations/knownfailures.txt +++ b/expectations/knownfailures.txt @@ -3,6 +3,11 @@ */ [ { + description: "RandomAccessFile missing finalizer", + name: "libcore.java.io.RandomAccessFileTest#testRandomAccessFileHasCleanupFinalizer", + bug: 3015023 +}, +{ description: "ICU seems to treat unknown and invalid locales differently", name: "libcore.java.text.DateFormatSymbolsTest#test_getInstance_unknown_locale", bug: 2541757 |