OSDN Git Service

Blacklist failing libcore tests.
authorNarayan Kamath <narayan@google.com>
Wed, 17 Aug 2016 18:14:01 +0000 (19:14 +0100)
committerNarayan Kamath <narayan@google.com>
Wed, 17 Aug 2016 18:39:22 +0000 (19:39 +0100)
bug: 30917411
test: art/tools/buildbot_build.sh && art/tools/run-libcore-tests.sh
Change-Id: Ib5e9adb6e9222d607b6d79f0f7eebf3d313272d2

tools/libcore_failures.txt

index e5d7597..cbb6e1d 100644 (file)
   modes: [device],
   names: ["libcore.java.lang.ProcessBuilderTest#testRedirectInherit",
           "libcore.java.lang.ProcessBuilderTest#testRedirect_nullStreams"]
+},
+{
+  description: "BigInteger failures due to the BoringSSL upgrade",
+  result: EXEC_FAILED,
+  bug: 30917411,
+  names: [
+    "org.apache.harmony.tests.java.math.BigIntegerModPowTest#testModPowNegExp",
+    "org.apache.harmony.tests.java.math.BigIntegerModPowTest#testmodInversePos1",
+    "org.apache.harmony.tests.java.math.BigIntegerTest#test_modInverseLjava_math_BigInteger"
+  ]
 }
 ]