diff options
author | Neil Fuller <nfuller@google.com> | 2014-05-21 14:07:03 +0100 |
---|---|---|
committer | Neil Fuller <nfuller@google.com> | 2014-05-21 14:25:41 +0100 |
commit | c9040d821f5e3f98c6b10ad93626616093e86914 (patch) | |
tree | 36ae19812b9f173fa6f95ba1bb1cb7f01c0c9584 | |
parent | a2138c1f0dc6f319062d4d09f6e0223f83340709 (diff) | |
download | libcore-c9040d821f5e3f98c6b10ad93626616093e86914.zip libcore-c9040d821f5e3f98c6b10ad93626616093e86914.tar.gz libcore-c9040d821f5e3f98c6b10ad93626616093e86914.tar.bz2 |
Suppress OldResultSetTest#testAfterLast
It was re-enabled by
If829a83cfcf82cac9a0301733b724716087fea05
but does appear to fail still.
Change-Id: If4c4c595856de111be228baaabe0598d102330c3
-rw-r--r-- | expectations/knownfailures.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt index e6715ab..e0b4d38 100644 --- a/expectations/knownfailures.txt +++ b/expectations/knownfailures.txt @@ -606,7 +606,10 @@ { description: "statement.close() does not wrap up", bug: 3403706, - name: "libcore.java.sql.OldResultSetTest#testBeforeFirst" + names: [ + "libcore.java.sql.OldResultSetTest#testBeforeFirst", + "libcore.java.sql.OldResultSetTest#testAfterLast" + ] }, { description: "Resultset.close() does not wrap up", |