Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-01-17 13:47:35 +0000
committerSravan Kumar Lakkimsetti2018-01-17 14:00:37 +0000
commit86d606fa7deaa95038f13fe520c461b3eee5f6af (patch)
tree1f2c6c9cf405ce82e2d80f4ffe4212e1ce95ac51 /eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/testConfigs.php
parent18a79d7d84788cc9b9e0e758c30ffc34fe9c8500 (diff)
downloadeclipse.platform.releng.aggregator-86d606fa7deaa95038f13fe520c461b3eee5f6af.tar.gz
eclipse.platform.releng.aggregator-86d606fa7deaa95038f13fe520c461b3eee5f6af.tar.xz
eclipse.platform.releng.aggregator-86d606fa7deaa95038f13fe520c461b3eee5f6af.zip
Bug 493769 - Add new configuration that runs tests with Java 9
Change-Id: I1049016007b3694c271a654fe23d62ed1423d1b1 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/testConfigs.php')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/testConfigs.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/testConfigs.php b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/testConfigs.php
index 3d4dce4b9..977cb272c 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/testConfigs.php
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/testConfigs.php
@@ -12,6 +12,7 @@ include("buildproperties.php");
$expectedTestConfigs = array();
$expectedTestConfigs[]="ep$STREAMMajor$STREAMMinor$TESTED_BUILD_TYPE-unit-cen64-gtk2_linux.gtk.x86_64_8.0";
$expectedTestConfigs[]="ep$STREAMMajor$STREAMMinor$TESTED_BUILD_TYPE-unit-cen64-gtk3_linux.gtk.x86_64_8.0";
+$expectedTestConfigs[]="ep$STREAMMajor$STREAMMinor$TESTED_BUILD_TYPE-unit-cen64-gtk3-java9_linux.gtk.x86_64_9";
$expectedTestConfigs[]="ep$STREAMMajor$STREAMMinor$TESTED_BUILD_TYPE-unit-mac64_macosx.cocoa.x86_64_8.0";
$expectedTestConfigs[]="ep$STREAMMajor$STREAMMinor$TESTED_BUILD_TYPE-unit-win32_win32.win32.x86_8.0";

Back to the top