Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVivian Kong2010-05-11 15:46:15 +0000
committerVivian Kong2010-05-11 15:46:15 +0000
commitc57fd263bd4b4dd1e89334fc4d7e342fec420852 (patch)
treeb1a85fa1c2d2b08bf935261f978c37a1c6e9ab47 /releng/org.eclipse.cdt.testing
parent89863c140091ef9a8ddddf3f2d0b7eb84aeaefd8 (diff)
downloadorg.eclipse.cdt-c57fd263bd4b4dd1e89334fc4d7e342fec420852.tar.gz
org.eclipse.cdt-c57fd263bd4b4dd1e89334fc4d7e342fec420852.tar.xz
org.eclipse.cdt-c57fd263bd4b4dd1e89334fc4d7e342fec420852.zip
turn LR and UPC parser tests off for now
Diffstat (limited to 'releng/org.eclipse.cdt.testing')
-rw-r--r--releng/org.eclipse.cdt.testing/test.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/releng/org.eclipse.cdt.testing/test.xml b/releng/org.eclipse.cdt.testing/test.xml
index a076aab1170..7de0176dae6 100644
--- a/releng/org.eclipse.cdt.testing/test.xml
+++ b/releng/org.eclipse.cdt.testing/test.xml
@@ -98,8 +98,10 @@
<antcall target="cdt-debug-ui"/>
<antcall target="cdt-mbs-core"/>
<antcall target="cdt-mbs-ui"/>
+ <!--
<antcall target="cdt-lr-parser"/>
<antcall target="cdt-upc-parser"/>
+ -->
</target>
</project>

Back to the top