Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.core.filebuffers.tests/test.xml3
-rw-r--r--org.eclipse.jface.text.tests/test.xml4
-rw-r--r--org.eclipse.search.tests/test.xml4
-rw-r--r--org.eclipse.text.tests/test.xml4
-rw-r--r--org.eclipse.ui.editors.tests/test.xml4
-rw-r--r--org.eclipse.ui.workbench.texteditor.tests/test.xml4
6 files changed, 18 insertions, 5 deletions
diff --git a/org.eclipse.core.filebuffers.tests/test.xml b/org.eclipse.core.filebuffers.tests/test.xml
index d6b8b99f7ad..e1cff73eb3d 100644
--- a/org.eclipse.core.filebuffers.tests/test.xml
+++ b/org.eclipse.core.filebuffers.tests/test.xml
@@ -48,6 +48,9 @@
</ant>
</target>
+ <!-- This target runs the performance test suites.
+ Disabled for bug 442533: We should not have empty performance targets
<target name="performance">
</target>
+ -->
</project>
diff --git a/org.eclipse.jface.text.tests/test.xml b/org.eclipse.jface.text.tests/test.xml
index b318da2fcbc..0ca8743c2a8 100644
--- a/org.eclipse.jface.text.tests/test.xml
+++ b/org.eclipse.jface.text.tests/test.xml
@@ -48,8 +48,10 @@
</ant>
</target>
- <!-- This target runs the performance test suites. -->
+ <!-- This target runs the performance test suites.
+ Disabled for bug 442533: We should not have empty performance targets
<target name="performance">
</target>
+ -->
</project>
diff --git a/org.eclipse.search.tests/test.xml b/org.eclipse.search.tests/test.xml
index 1b946fd8710..4e00f60e108 100644
--- a/org.eclipse.search.tests/test.xml
+++ b/org.eclipse.search.tests/test.xml
@@ -46,7 +46,9 @@
</ant>
</target>
- <!-- This target runs the performance test suites. -->
+ <!-- This target runs the performance test suites.
+ Disabled for bug 442533: We should not have empty performance targets
<target name="performance">
</target>
+ -->
</project>
diff --git a/org.eclipse.text.tests/test.xml b/org.eclipse.text.tests/test.xml
index 313fa7b7564..9fca2f8c2b4 100644
--- a/org.eclipse.text.tests/test.xml
+++ b/org.eclipse.text.tests/test.xml
@@ -48,8 +48,10 @@
</ant>
</target>
- <!-- This target runs the performance test suites. -->
+ <!-- This target runs the performance test suites.
+ Disabled for bug 442533: We should not have empty performance targets
<target name="performance">
</target>
+ -->
</project>
diff --git a/org.eclipse.ui.editors.tests/test.xml b/org.eclipse.ui.editors.tests/test.xml
index 1359041b709..f492c1596de 100644
--- a/org.eclipse.ui.editors.tests/test.xml
+++ b/org.eclipse.ui.editors.tests/test.xml
@@ -48,8 +48,10 @@
</ant>
</target>
- <!-- This target runs the performance test suites. -->
+ <!-- This target runs the performance test suites.
+ Disabled for bug 442533: We should not have empty performance targets
<target name="performance">
</target>
+ -->
</project>
diff --git a/org.eclipse.ui.workbench.texteditor.tests/test.xml b/org.eclipse.ui.workbench.texteditor.tests/test.xml
index 0e48b73a9a0..5697bd5b646 100644
--- a/org.eclipse.ui.workbench.texteditor.tests/test.xml
+++ b/org.eclipse.ui.workbench.texteditor.tests/test.xml
@@ -48,8 +48,10 @@
</ant>
</target>
- <!-- This target runs the performance test suites. -->
+ <!-- This target runs the performance test suites.
+ Disabled for bug 442533: We should not have empty performance targets
<target name="performance">
</target>
+ -->
</project>

Back to the top