summaryrefslogtreecommitdiff
path: root/expectations
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2017-11-07 18:29:48 +0000
committerNeil Fuller <nfuller@google.com>2017-11-07 18:29:48 +0000
commit10d4ef1ec0cdaacf07f87eda9c3ae0c5ffdd470d (patch)
tree096fd11b876cefd6d1902a57d7f4686cc99e1432 /expectations
parentc304c5bf9a3843d06a6ffc0452b3dbccde4b19b1 (diff)
Suppress broken annotation test
We know libcore.java.lang.reflect.annotations.AnnotatedElementParameterTest#testImplicitConstructorParameters_singleAnnotation is broken and we have a plan to fix. Silence it. Bug: 62408076 Bug: 68033708 Test: make cts Change-Id: I79841cb420eb0f32f1d475fc97ec6673d16ad09c
Diffstat (limited to 'expectations')
-rw-r--r--expectations/knownfailures.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt
index 39e13ed5cf..999e3990f0 100644
--- a/expectations/knownfailures.txt
+++ b/expectations/knownfailures.txt
@@ -1846,6 +1846,12 @@
name: "org.apache.harmony.tests.java.text.DecimalFormatTest#test_formatDouble_withFieldPosition"
},
{
+ description: "Awaiting fix to reflection code",
+ result: EXEC_FAILED,
+ bug: 62408076,
+ name: "libcore.java.lang.reflect.annotations.AnnotatedElementParameterTest#testImplicitConstructorParameters_singleAnnotation"
+},
+{
description: "Broken after zlib update in 7291b8caf1884",
result: EXEC_FAILED,
bug: 67395816,