summaryrefslogtreecommitdiffstats
path: root/expectations
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2014-12-03 10:16:38 +0000
committerNicolas Geoffray <ngeoffray@google.com>2014-12-03 10:16:38 +0000
commit226886e54157b771f254bafaeaa27438ccaa008e (patch)
tree4405dadd6621709dade950ccdc5b0c7b29da3327 /expectations
parentc41b248729e39dc07190bfad31d44c6d151b323d (diff)
downloadlibcore-226886e54157b771f254bafaeaa27438ccaa008e.zip
libcore-226886e54157b771f254bafaeaa27438ccaa008e.tar.gz
libcore-226886e54157b771f254bafaeaa27438ccaa008e.tar.bz2
Update expectations of cbrt test.
Change-Id: Ic89252d1379ba25f46b8dc06833ab9bbe769c846
Diffstat (limited to 'expectations')
-rw-r--r--expectations/knownfailures.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt
index c6169c4..cf93bab 100644
--- a/expectations/knownfailures.txt
+++ b/expectations/knownfailures.txt
@@ -1520,5 +1520,14 @@
names: [
"org.apache.harmony.tests.java.util.HashMapTest#test_EntrySet"
]
+},
+{
+ description: "Differences between glibc and bionic",
+ modes_variants: [[host, X64]],
+ bug: 18087920,
+ result: EXEC_FAILED,
+ names: [
+ "org.apache.harmony.tests.java.lang.MathTest#test_cbrt_D"
+ ]
}
]