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 153376 Details for
Bug 296425
JUnit tests are broken in CDT weekly build
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.
test.xml with workaround
test.xml (text/xml), 3.50 KB, created by
Vivian Kong
on 2009-11-30 14:11:46 EST
(
hide
)
Description:
test.xml with workaround
Filename:
MIME Type:
Creator:
Vivian Kong
Created:
2009-11-30 14:11:46 EST
Size:
3.50 KB
patch
obsolete
><project name="CDT Automated Tests" default="run" basedir="."> > > <property name="cdt-core-loc" value="${eclipse-home}/cdt_core_folder"/> > <property name="cdt-ui-loc" value="${eclipse-home}/cdt_ui_folder"/> > <property name="cdt-debug-ui-loc" value="${eclipse-home}/cdt_debug_ui_folder"/> > <property name="cdt-mbs-core-loc" value="${eclipse-home}/cdt_mbs_core_folder"/> > <property name="cdt-mbs-ui-loc" value="${eclipse-home}/cdt_mbs_ui_folder"/> > > <target name="init"> > <echo message="library file: ${library-file}"/> > </target> > > <target name="cleanup"> > </target> > > <target name="run" depends="init,suite"> > <ant target="collect" antfile="${library-file}" dir="${eclipse-home}"> > <property name="includes" value="org*.xml"/> > <property name="output-file" value="org.eclipse.cdt.testing.xml"/> > </ant> > </target> > > <target name="cdt-core" depends="init"> > <ant target="ui-test" antfile="${library-file}" dir="${eclipse-home}"> > <property name="data-dir" value="${cdt-core-loc}"/> > <property name="plugin-name" value="org.eclipse.cdt.core.tests"/> > <property name="classname" value="org.eclipse.cdt.core.suite.AutomatedIntegrationSuite"/> > <property name="extraVMargs" value="-Dorg.eclipse.swt.browser.XULRunnerPath=/shared/common/mozilla-xulrunner181-1.8.1.4-30.ppc"/> > </ant> > </target> > > <target name="cdt-ui" depends="init"> > <ant target="ui-test" antfile="${library-file}" dir="${eclipse-home}"> > <property name="data-dir" value="${cdt-ui-loc}"/> > <property name="plugin-name" value="org.eclipse.cdt.ui.tests"/> > <property name="classname" value="org.eclipse.cdt.ui.tests.AutomatedSuite"/> > <property name="extraVMargs" value="-Dorg.eclipse.swt.browser.XULRunnerPath=/shared/common/mozilla-xulrunner181-1.8.1.4-30.ppc"/> > </ant> > </target> > > <target name="cdt-debug-ui" depends="init"> > <ant target="ui-test" antfile="${library-file}" dir="${eclipse-home}"> > <property name="data-dir" value="${cdt-debug-ui-loc}"/> > <property name="plugin-name" value="org.eclipse.cdt.debug.ui.tests"/> > <property name="classname" value="org.eclipse.cdt.debug.core.tests.AllDebugTests"/> > <property name="extraVMargs" value="-Dorg.eclipse.swt.browser.XULRunnerPath=/shared/common/mozilla-xulrunner181-1.8.1.4-30.ppc"/> > </ant> > </target> > > <target name="cdt-mbs-core" depends="init"> > <ant target="ui-test" antfile="${library-file}" dir="${eclipse-home}"> > <property name="data-dir" value="${cdt-mbs-core-loc}"/> > <property name="plugin-name" value="org.eclipse.cdt.managedbuilder.core.tests"/> > <property name="classname" value="org.eclipse.cdt.managedbuilder.tests.suite.AllManagedBuildTests"/> > <property name="extraVMargs" value="-Dorg.eclipse.swt.browser.XULRunnerPath=/shared/common/mozilla-xulrunner181-1.8.1.4-30.ppc"/> > </ant> > </target> > > <target name="cdt-mbs-ui" depends="init"> > <ant target="ui-test" antfile="${library-file}" dir="${eclipse-home}"> > <property name="data-dir" value="${cdt-mbs-ui-loc}"/> > <property name="plugin-name" value="org.eclipse.cdt.managedbuilder.ui.tests"/> > <property name="classname" value="org.eclipse.cdt.managedbuilder.ui.tests.suite.AllManagedBuildUITests"/> > <property name="extraVMargs" value="-Dorg.eclipse.swt.browser.XULRunnerPath=/shared/common/mozilla-xulrunner181-1.8.1.4-30.ppc"/> > </ant> > </target> > > <target name="suite"> > <antcall target="cdt-core"/> > <antcall target="cdt-ui"/> > <antcall target="cdt-debug-ui"/> > <antcall target="cdt-mbs-core"/> > <antcall target="cdt-mbs-ui"/> > </target> > ></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 Raw
Actions:
View
Attachments on
bug 296425
: 153376