Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-08-10 21:24:50 +0000
committerDavid Williams2015-08-10 21:24:50 +0000
commitacb5e92a4c9098ab75cf3164a043b1f3915e3e2a (patch)
treeb0e8cfc0dfc1738a596ea5e49841d034e6ba894a /production/testScripts/configuration
parent3f0c214bbbcaa40e3039b6e1ff589e558781ae57 (diff)
downloadeclipse.platform.releng.aggregator-acb5e92a4c9098ab75cf3164a043b1f3915e3e2a.tar.gz
eclipse.platform.releng.aggregator-acb5e92a4c9098ab75cf3164a043b1f3915e3e2a.tar.xz
eclipse.platform.releng.aggregator-acb5e92a4c9098ab75cf3164a043b1f3915e3e2a.zip
Bug 473904 - Run official platform tests with Java 8
Diffstat (limited to 'production/testScripts/configuration')
-rw-r--r--production/testScripts/configuration/sdk.tests/testConfigs/macosx/platformSpecific.properties4
-rw-r--r--production/testScripts/configuration/sdk.tests/testConfigs/win7/platformSpecific.properties4
2 files changed, 4 insertions, 4 deletions
diff --git a/production/testScripts/configuration/sdk.tests/testConfigs/macosx/platformSpecific.properties b/production/testScripts/configuration/sdk.tests/testConfigs/macosx/platformSpecific.properties
index 653f4cf59..fff5ed065 100644
--- a/production/testScripts/configuration/sdk.tests/testConfigs/macosx/platformSpecific.properties
+++ b/production/testScripts/configuration/sdk.tests/testConfigs/macosx/platformSpecific.properties
@@ -12,8 +12,8 @@
# 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.7.0_51.jdk/Contents/Home/jre/bin/java
+jvm=/Library/Java/JavaVirtualMachines/jdk1.8.0_40.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/platformSpecific.properties b/production/testScripts/configuration/sdk.tests/testConfigs/win7/platformSpecific.properties
index 33f1fcf25..c6926f610 100644
--- a/production/testScripts/configuration/sdk.tests/testConfigs/win7/platformSpecific.properties
+++ b/production/testScripts/configuration/sdk.tests/testConfigs/win7/platformSpecific.properties
@@ -12,8 +12,8 @@
# 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\:\\java\\jdk1.7.0_51\\jre\\bin\\java
-
+#jvm=c\:\\java\\jdk1.7.0_51\\jre\\bin\\java
+jvm=c\:\\java\\jdk1.8.0\\jre\\bin\\java
# TODO: can also list VMs to use for specific execution environments
# executable for ant <exec task

Back to the top