Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Side by Side Diff: compiler/eclipse.workspace/tests/dartc_tests_suites.launch

Issue 9677041: Remove D8 and JS compiling cruft from dartc eclipse config (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated patch Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « compiler/eclipse.workspace/tests/dartc_jscomp_suites.launch ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <launchConfiguration type="org.eclipse.jdt.junit.launchconfig"> 2 <launchConfiguration type="org.eclipse.jdt.junit.launchconfig">
3 <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"> 3 <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
4 <listEntry value="/tests/suites"/> 4 <listEntry value="/tests/suites"/>
5 </listAttribute> 5 </listAttribute>
6 <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES"> 6 <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
7 <listEntry value="2"/> 7 <listEntry value="2"/>
8 </listAttribute> 8 </listAttribute>
9 <mapAttribute key="org.eclipse.debug.core.environmentVariables"> 9 <mapAttribute key="org.eclipse.debug.core.environmentVariables">
10 <mapEntry key="D8_EXEC" value="${resource_loc:/tests/d8}"/>
11 </mapAttribute> 10 </mapAttribute>
12 <listAttribute key="org.eclipse.debug.ui.favoriteGroups"> 11 <listAttribute key="org.eclipse.debug.ui.favoriteGroups">
13 <listEntry value="org.eclipse.debug.ui.launchGroup.debug"/> 12 <listEntry value="org.eclipse.debug.ui.launchGroup.debug"/>
14 <listEntry value="org.eclipse.debug.ui.launchGroup.run"/> 13 <listEntry value="org.eclipse.debug.ui.launchGroup.run"/>
15 </listAttribute> 14 </listAttribute>
16 <stringAttribute key="org.eclipse.jdt.junit.CONTAINER" value="=tests/suites"/> 15 <stringAttribute key="org.eclipse.jdt.junit.CONTAINER" value="=tests/suites"/>
17 <booleanAttribute key="org.eclipse.jdt.junit.KEEPRUNNING_ATTR" value="false"/> 16 <booleanAttribute key="org.eclipse.jdt.junit.KEEPRUNNING_ATTR" value="false"/>
18 <stringAttribute key="org.eclipse.jdt.junit.TESTNAME" value=""/> 17 <stringAttribute key="org.eclipse.jdt.junit.TESTNAME" value=""/>
19 <stringAttribute key="org.eclipse.jdt.junit.TEST_KIND" value="org.eclipse.jdt.ju nit.loader.junit3"/> 18 <stringAttribute key="org.eclipse.jdt.junit.TEST_KIND" value="org.eclipse.jdt.ju nit.loader.junit3"/>
20 <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value=""/> 19 <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value=""/>
21 <stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="tests"/> 20 <stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="tests"/>
22 <stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-ea&#10;-Dc om.google.dart.corelib.SharedTests.test_py=${resource_loc:/tests/test.py}&#10;-D com.google.dart.runner.d8=${resource_loc:/tests/d8}"/> 21 <stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-ea&#10;-Dc om.google.dart.corelib.SharedTests.test_py=${resource_loc:/tests/test.py}&#10;"/ >
23 </launchConfiguration> 22 </launchConfiguration>
OLDNEW
« no previous file with comments | « compiler/eclipse.workspace/tests/dartc_jscomp_suites.launch ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698