From c9040d821f5e3f98c6b10ad93626616093e86914 Mon Sep 17 00:00:00 2001 From: Neil Fuller Date: Wed, 21 May 2014 14:07:03 +0100 Subject: Suppress OldResultSetTest#testAfterLast It was re-enabled by If829a83cfcf82cac9a0301733b724716087fea05 but does appear to fail still. Change-Id: If4c4c595856de111be228baaabe0598d102330c3 --- expectations/knownfailures.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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", -- cgit v1.1