Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/test.xml')
-rwxr-xr-xeclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/test.xml18
1 files changed, 17 insertions, 1 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/test.xml b/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/test.xml
index 21eaa5227..d4e70d7a5 100755
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/test.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/test.xml
@@ -523,6 +523,21 @@
</condition>
<condition
property="runtimeArchive"
+ value="eclipse-SDK-${buildId}-hpux-gtk-ia64.zip">
+ <and>
+ <equals
+ arg1="${os}"
+ arg2="hpux" />
+ <equals
+ arg1="${ws}"
+ arg2="gtk" />
+ <equals
+ arg1="${arch}"
+ arg2="ia64" />
+ </and>
+ </condition>
+ <condition
+ property="runtimeArchive"
value="eclipse-SDK-${buildId}-hpux-gtk.zip">
<and>
<equals
@@ -1350,7 +1365,8 @@
<antcall target="uinavigator" />
<antcall target="uiworkbenchtexteditor" />
- <!-- don't run now, for 4.2, but 3.8 ok. See bug 380553.
+
+ <!-- don't run now, for 4.2. See bug 380553.
<antcall target="uircp" />
-->

Back to the top