diff options
Diffstat (limited to 'expectations/knownfailures.txt')
-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 869bf70..ae17a01 100644 --- a/expectations/knownfailures.txt +++ b/expectations/knownfailures.txt @@ -23,6 +23,11 @@ bug: 10133206 }, { + description: "Method.getExceptionTypes() broken on proxy-generated classes", + name: "libcore.java.lang.reflect.AnnotationsTest#testProxyMethodGetExceptions", + bug: 5392273 +}, +{ description: "Package.getPackages(), ClassLoader.getPackages() both omit results", name: "libcore.java.lang.PackageTest#testGetPackages", bug: 5171136 |