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

Unified Diff: editor/tools/features/com.google.dart.tools.tests.feature_releng/buildTests.xml

Issue 11638015: Fix 2 failing tests on windows. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years 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 side-by-side diff with in-line comments
Download patch
Index: editor/tools/features/com.google.dart.tools.tests.feature_releng/buildTests.xml
===================================================================
--- editor/tools/features/com.google.dart.tools.tests.feature_releng/buildTests.xml (revision 16302)
+++ editor/tools/features/com.google.dart.tools.tests.feature_releng/buildTests.xml (working copy)
@@ -179,7 +179,10 @@
problem, the -check_results task will parse the generated XML report
and look for the substrings 'failures="0"' and 'errors="0"'. If either
of these strings cannot be found, then a <fail> task is run.-->
- <target name="check_results" depends="generateHtml">
+ <target name="check_results">
+ <copy
+ file="${build.test.reports.dir}/TEST-${build.test.suite}.xml"
+ tofile="${build.out}/test-results.xml"/>
<loadfile
srcfile="${build.test.reports.dir}/TEST-${build.test.suite}.xml"

Powered by Google App Engine
This is Rietveld 408576698