Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-07-24 11:36:18 +0000
committerSravan Kumar Lakkimsetti2018-07-24 11:36:18 +0000
commitda32da944e0810a311fe19457635f41c2bc303d1 (patch)
tree78c38c9b210dd5b0d02ce0e94679d0f4ee834ece /production/testScripts
parenta4b2382140ab786c2b649350f8ea2c1db9469343 (diff)
downloadeclipse.platform.releng.aggregator-da32da944e0810a311fe19457635f41c2bc303d1.tar.gz
eclipse.platform.releng.aggregator-da32da944e0810a311fe19457635f41c2bc303d1.tar.xz
eclipse.platform.releng.aggregator-da32da944e0810a311fe19457635f41c2bc303d1.zip
Bug 537334 - Remove hardcoding of jvm for platform tests
Change-Id: I4f3134e534d6accf3844faeb1b2b37c03b592396 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'production/testScripts')
-rw-r--r--production/testScripts/configuration/sdk.tests/testConfigs/linux/platformSpecific.properties2
-rw-r--r--production/testScripts/configuration/sdk.tests/testConfigs/linuxjava10/platformSpecific.properties2
-rw-r--r--production/testScripts/configuration/sdk.tests/testConfigs/linuxjava9/platformSpecific.properties2
-rw-r--r--production/testScripts/configuration/sdk.tests/testConfigs/macosx/platformSpecific.properties2
-rw-r--r--production/testScripts/configuration/sdk.tests/testConfigs/win7-64/platformSpecific.properties2
-rw-r--r--production/testScripts/configuration/sdk.tests/testConfigs/win7/platformSpecific.properties2
6 files changed, 6 insertions, 6 deletions
diff --git a/production/testScripts/configuration/sdk.tests/testConfigs/linux/platformSpecific.properties b/production/testScripts/configuration/sdk.tests/testConfigs/linux/platformSpecific.properties
index 996231d38..a5264558c 100644
--- a/production/testScripts/configuration/sdk.tests/testConfigs/linux/platformSpecific.properties
+++ b/production/testScripts/configuration/sdk.tests/testConfigs/linux/platformSpecific.properties
@@ -12,7 +12,7 @@
# This is the VM to use to run the tests, if one prefers
# to use a different one from the one that stared the whole process.
-jvm=/shared/common/jdk1.8.0_x64-latest/jre/bin/java
+#jvm=/shared/common/jdk1.8.0_x64-latest/jre/bin/java
# TODO: can also list VMs to use for specific execution environments
diff --git a/production/testScripts/configuration/sdk.tests/testConfigs/linuxjava10/platformSpecific.properties b/production/testScripts/configuration/sdk.tests/testConfigs/linuxjava10/platformSpecific.properties
index 6577527a8..8964eb60a 100644
--- a/production/testScripts/configuration/sdk.tests/testConfigs/linuxjava10/platformSpecific.properties
+++ b/production/testScripts/configuration/sdk.tests/testConfigs/linuxjava10/platformSpecific.properties
@@ -12,7 +12,7 @@
# This is the VM to use to run the tests, if one prefers
# to use a different one from the one that stared the whole process.
-jvm=/shared/common/java/oracle/jdk-10-ga_x64/bin/java
+#jvm=/shared/common/java/oracle/jdk-10-ga_x64/bin/java
# TODO: can also list VMs to use for specific execution environments
diff --git a/production/testScripts/configuration/sdk.tests/testConfigs/linuxjava9/platformSpecific.properties b/production/testScripts/configuration/sdk.tests/testConfigs/linuxjava9/platformSpecific.properties
index f35b6ddf1..ef32dfe76 100644
--- a/production/testScripts/configuration/sdk.tests/testConfigs/linuxjava9/platformSpecific.properties
+++ b/production/testScripts/configuration/sdk.tests/testConfigs/linuxjava9/platformSpecific.properties
@@ -12,7 +12,7 @@
# This is the VM to use to run the tests, if one prefers
# to use a different one from the one that stared the whole process.
-jvm=/shared/common/jdk-9_x64-latest/bin/java
+#jvm=/shared/common/jdk-9_x64-latest/bin/java
# TODO: can also list VMs to use for specific execution environments
diff --git a/production/testScripts/configuration/sdk.tests/testConfigs/macosx/platformSpecific.properties b/production/testScripts/configuration/sdk.tests/testConfigs/macosx/platformSpecific.properties
index b5424f6c9..778b1430a 100644
--- a/production/testScripts/configuration/sdk.tests/testConfigs/macosx/platformSpecific.properties
+++ b/production/testScripts/configuration/sdk.tests/testConfigs/macosx/platformSpecific.properties
@@ -13,7 +13,7 @@
# This is the VM to use to run the tests, if one prefers
# to use a different one from the one that stared the whole process.
#jvm=/Library/Java/JavaVirtualMachines/jdk1.7.0_51.jdk/Contents/Home/jre/bin/java
-jvm=/Library/Java/JavaVirtualMachines/jdk1.8.0_172.jdk/Contents/Home/jre/bin/java
+#jvm=/Library/Java/JavaVirtualMachines/jdk1.8.0_172.jdk/Contents/Home/jre/bin/java
# TODO: can also list VMs to use for specific execution environments
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=392213
diff --git a/production/testScripts/configuration/sdk.tests/testConfigs/win7-64/platformSpecific.properties b/production/testScripts/configuration/sdk.tests/testConfigs/win7-64/platformSpecific.properties
index 887c9f427..ddba551ff 100644
--- a/production/testScripts/configuration/sdk.tests/testConfigs/win7-64/platformSpecific.properties
+++ b/production/testScripts/configuration/sdk.tests/testConfigs/win7-64/platformSpecific.properties
@@ -12,7 +12,7 @@
# This is the VM to use to run the tests, if one prefers
# to use a different one from the one that stared the whole process.
-jvm=c\:\\Program Files\\Java\\jdk1.8.0_51\\jre\\bin\\java.exe
+#jvm=c\:\\Program Files\\Java\\jdk1.8.0_51\\jre\\bin\\java.exe
# TODO: can also list VMs to use for specific execution environments
diff --git a/production/testScripts/configuration/sdk.tests/testConfigs/win7/platformSpecific.properties b/production/testScripts/configuration/sdk.tests/testConfigs/win7/platformSpecific.properties
index 8c26fc419..1b4323a21 100644
--- a/production/testScripts/configuration/sdk.tests/testConfigs/win7/platformSpecific.properties
+++ b/production/testScripts/configuration/sdk.tests/testConfigs/win7/platformSpecific.properties
@@ -12,7 +12,7 @@
# This is the VM to use to run the tests, if one prefers
# to use a different one from the one that stared the whole process.
-jvm=c\:\\Program Files\\Java\\jdk1.8.0_51\\jre\\bin\\java.exe
+#jvm=c\:\\Program Files\\Java\\jdk1.8.0_51\\jre\\bin\\java.exe
# TODO: can also list VMs to use for specific execution environments

Back to the top