aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOrion Hodson <oth@google.com>2022-11-30 15:31:02 +0000
committerOrion Hodson <oth@google.com>2022-11-30 15:40:06 +0000
commitee0e8b1a8130eec1791c2c0429b2ced248accf86 (patch)
tree2ae3e51c6cbf6eddc5514d1a3619279d1aa29c83
parent8b2e5322bc22ee2649734fd11af0ed322a79678a (diff)
downloadvogar-ee0e8b1a8130eec1791c2c0429b2ced248accf86.tar.gz
vogar: fix `run-vogar-tests`
This test is a potential candidate as a host presubmit for vogar, but takes several minutes to run. The test broke incidentally with https://r.android.com/2101173. Bug: 145587038 Test: m run-vogar-tests Change-Id: I2a857ba5181e3d55265bbc7b8f93096a4e6c4784
-rw-r--r--test/vogar/android/HostRuntimeLocalTargetTest.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/vogar/android/HostRuntimeLocalTargetTest.java b/test/vogar/android/HostRuntimeLocalTargetTest.java
index 45a147a..a6fbd02 100644
--- a/test/vogar/android/HostRuntimeLocalTargetTest.java
+++ b/test/vogar/android/HostRuntimeLocalTargetTest.java
@@ -87,11 +87,11 @@ public class HostRuntimeLocalTargetTest extends AbstractModeTest {
+ " -Xbootclasspath"
+ ":${ANDROID_BUILD_TOP}/out/host/linux-x86/framework/core-oj-hostdex.jar"
+ ":${ANDROID_BUILD_TOP}/out/host/linux-x86/framework/core-libart-hostdex.jar"
- + ":${ANDROID_BUILD_TOP}/out/host/linux-x86/framework/core-icu4j-hostdex.jar"
- + ":${ANDROID_BUILD_TOP}/out/host/linux-x86/framework/conscrypt-hostdex.jar"
+ ":${ANDROID_BUILD_TOP}/out/host/linux-x86/framework/okhttp-hostdex.jar"
+ ":${ANDROID_BUILD_TOP}/out/host/linux-x86/framework/bouncycastle-hostdex.jar"
+ ":${ANDROID_BUILD_TOP}/out/host/linux-x86/framework/apache-xml-hostdex.jar"
+ + ":${ANDROID_BUILD_TOP}/out/host/linux-x86/framework/core-icu4j-hostdex.jar"
+ + ":${ANDROID_BUILD_TOP}/out/host/linux-x86/framework/conscrypt-hostdex.jar"
+ " -Duser.language=en"
+ " -Duser.region=US"
+ " -Xcheck:jni"
@@ -149,11 +149,11 @@ public class HostRuntimeLocalTargetTest extends AbstractModeTest {
+ " -Xbootclasspath"
+ ":${ANDROID_BUILD_TOP}/out/host/linux-x86/framework/core-oj-hostdex.jar"
+ ":${ANDROID_BUILD_TOP}/out/host/linux-x86/framework/core-libart-hostdex.jar"
- + ":${ANDROID_BUILD_TOP}/out/host/linux-x86/framework/core-icu4j-hostdex.jar"
- + ":${ANDROID_BUILD_TOP}/out/host/linux-x86/framework/conscrypt-hostdex.jar"
+ ":${ANDROID_BUILD_TOP}/out/host/linux-x86/framework/okhttp-hostdex.jar"
+ ":${ANDROID_BUILD_TOP}/out/host/linux-x86/framework/bouncycastle-hostdex.jar"
+ ":${ANDROID_BUILD_TOP}/out/host/linux-x86/framework/apache-xml-hostdex.jar"
+ + ":${ANDROID_BUILD_TOP}/out/host/linux-x86/framework/core-icu4j-hostdex.jar"
+ + ":${ANDROID_BUILD_TOP}/out/host/linux-x86/framework/conscrypt-hostdex.jar"
+ " -Duser.language=en"
+ " -Duser.region=US"
+ " -Xjnigreflimit:2000"