Drop org.apache.harmony.luni.internal.net tests on fugu
We have libcrypto issues with these tests on fugu due to lack of
getrandom(2).
Bug: 258171768
Test: art/tools/run-libcore-tests.sh --dry-run --no-getrandom \
--mode target --variant X32
Change-Id: I4f1dd3ca96ff5cdd3670e23661197e335aea5032
diff --git a/tools/run-libcore-tests.py b/tools/run-libcore-tests.py
index 19529ec..0f8eb59 100755
--- a/tools/run-libcore-tests.py
+++ b/tools/run-libcore-tests.py
@@ -92,7 +92,10 @@
"libcore.sun.util",
"libcore.xml",
"org.apache.harmony.annotation",
- "org.apache.harmony.luni",
+ "org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnection",
+ "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnection",
+ "org.apache.harmony.luni.tests.java.io",
+ "org.apache.harmony.luni.tests.java.net",
"org.apache.harmony.nio",
"org.apache.harmony.regex",
"org.apache.harmony.testframework",
@@ -264,6 +267,8 @@
}
DISABLED_FUGU_TESTS = {
+ "org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnection",
+ "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnection",
"test.java.awt",
"test.java.io.ByteArrayInputStream",
"test.java.io.ByteArrayOutputStream",