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

Unified Diff: tests/standalone/standalone.status

Issue 14636007: Skip a failing test that is leaving directories in /tmp. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/standalone.status
diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
index 37eae947332071b4a20aa8098eb6bbb2364471b4..f342f31d93507ed271b54fd56e9d45b6b1607ff4 100644
--- a/tests/standalone/standalone.status
+++ b/tests/standalone/standalone.status
@@ -5,8 +5,11 @@
package/invalid_uri_test: Fail, OK # Fails intentionally
[ $runtime == vm ]
-io/test_runner_test: Fail # Fails because checked-in dart executable is not up to date.
-io/skipping_dart2js_compilations_test: Fail # Fails because checked-in dart executable is not up to date.
+# Fails because checked-in dart executable is not up to date.
+io/test_runner_test: Fail
+# Fails because checked-in dart executable is not up to date.
+# Skip this because it is leaving temp directories behind when it fails.
+io/skipping_dart2js_compilations_test: Skip
[ $runtime == vm && ( $system == windows ) ]
io/raw_socket_test: Pass, Fail # Issue 8901
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698