diff options
author | Jesse Wilson <jessewilson@google.com> | 2010-12-16 16:01:04 -0800 |
---|---|---|
committer | Jesse Wilson <jessewilson@google.com> | 2010-12-16 16:01:04 -0800 |
commit | 5fb5634d140a6f82f13c5452f4916734db6d556f (patch) | |
tree | 87ac7d98ec22288548c15d3d398bd884549575a1 /expectations | |
parent | 4f34d272f494d5b2d30e36556f1584fcc4471a83 (diff) | |
download | libcore-5fb5634d140a6f82f13c5452f4916734db6d556f.zip libcore-5fb5634d140a6f82f13c5452f4916734db6d556f.tar.gz libcore-5fb5634d140a6f82f13c5452f4916734db6d556f.tar.bz2 |
More math tests that fail on the host only.
Change-Id: Ic952bdad963f92e97fe74af3ba48b928f3109237
http://b/2931959
Diffstat (limited to 'expectations')
-rw-r--r-- | expectations/knownfailures.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt index 8e4dde2..cf155c7 100644 --- a/expectations/knownfailures.txt +++ b/expectations/knownfailures.txt @@ -147,6 +147,8 @@ { description: "Math failures when running on the host", names: [ + "libcore.java.lang.OldAndroidStrictMathTest#testLog1pD", + "libcore.java.lang.OldAndroidStrictMathTest#testRintD", "org.apache.harmony.luni.tests.java.lang.MathTest#test_cbrt_D", "org.apache.harmony.luni.tests.java.lang.MathTest#test_powDD", "org.apache.harmony.luni.tests.java.lang.MathTest#test_sinh_D", |