Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2014-09-01 11:45:05 +0000
committerDani Megert2014-09-01 11:45:05 +0000
commitba286b2b25cdecaf5c8f433ee7318530f4f02d21 (patch)
tree049716751b82dbd4a6543df0aba1ce0603c1d285
parentd0d4992cd6206a31673a67399256524d33cbbb93 (diff)
downloadeclipse.platform.text-ba286b2b25cdecaf5c8f433ee7318530f4f02d21.tar.gz
eclipse.platform.text-ba286b2b25cdecaf5c8f433ee7318530f4f02d21.tar.xz
eclipse.platform.text-ba286b2b25cdecaf5c8f433ee7318530f4f02d21.zip
Fixed bug 442533: We should not have empty performance targetsI20140903-1100I20140902-1330I20140902-0800
-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