Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 246681 Details for
Bug 443233
Remove performance target from "osgi tests"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
patch to comment out perf tests in osgi.tests
rt.equinox.framework.patch (text/plain), 1.82 KB, created by
David Williams
on 2014-09-03 11:58:57 EDT
(
hide
)
Description:
patch to comment out perf tests in osgi.tests
Filename:
MIME Type:
Creator:
David Williams
Created:
2014-09-03 11:58:57 EDT
Size:
1.82 KB
patch
obsolete
>diff --git a/bundles/org.eclipse.osgi.tests/test.xml b/bundles/org.eclipse.osgi.tests/test.xml >index 16a5594..7f2e1bb 100644 >--- a/bundles/org.eclipse.osgi.tests/test.xml >+++ b/bundles/org.eclipse.osgi.tests/test.xml >@@ -31,36 +31,43 @@ > <property name="output-file" value="${plugin-name}.xml"/> > </ant> > </target> > > <!-- This target runs the performance test suites. Any actions that need to happen after all --> > <!-- the tests have been run should go here. --> >+ <!-- > <target name="performance" depends="init,performance-suite,cleanup"> > <ant target="collect" antfile="${library-file}" dir="${eclipse-home}"> > <property name="includes" value="org*.xml"/> > <property name="output-file" value="${plugin-name}.xml"/> > </ant> > </target> >- >+ --> >+ > <target name="OSGiTests" depends="init,cleanup"> > <ant target="core-test" antfile="${library-file}" dir="${eclipse-home}"> > <property name="data-dir" value="${osgi_location}"/> > <property name="plugin-name" value="org.eclipse.osgi.tests"/> > <property name="classname" value="org.eclipse.osgi.tests.AutomatedTests"/> > </ant> > </target> > >+ <!-- > <target name="OSGiPerformanceTests" depends="init,cleanup"> > <ant target="core-test" antfile="${library-file}" dir="${eclipse-home}"> > <property name="data-dir" value="${osgi_location}"/> > <property name="plugin-name" value="org.eclipse.osgi.tests"/> > <property name="classname" value="org.eclipse.osgi.tests.perf.AllTests"/> > </ant> > </target> >- >+ --> >+ > <!-- This target defines the tests that need to be run. --> > <target name="suite" depends="OSGiTests"/> > >+ > <!-- This target defines the performance tests that need to be run. --> >+ <!-- > <target name="performance-suite" depends="OSGiPerformanceTests"/> >+ --> > > </project>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 443233
: 246681