summaryrefslogtreecommitdiff
path: root/tools/run-libcore-tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/run-libcore-tests.py')
-rwxr-xr-xtools/run-libcore-tests.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/run-libcore-tests.py b/tools/run-libcore-tests.py
index 19529ece45..0f8eb59374 100755
--- a/tools/run-libcore-tests.py
+++ b/tools/run-libcore-tests.py
@@ -92,7 +92,10 @@ LIBCORE_TEST_NAMES = [
"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_GCSTRESS_DEBUG_TESTS = {
}
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",