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

Unified Diff: tests/standalone/standalone.status

Issue 10880003: Stop test_runner_test from failing when process_test times out instead of crashing. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Mark as flaky in status file, not by changing test. Created 8 years, 4 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 | « tests/standalone/io/test_runner_test.dart ('k') | 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 8e9efbb4807cf7695a429f6681907636188f1ecb..b1290bb59eb6b7221ff69b50782558c4139f402a 100644
--- a/tests/standalone/standalone.status
+++ b/tests/standalone/standalone.status
@@ -17,18 +17,20 @@ io/socket_invalid_arguments_test: Fail, OK
io/file_fuzz_test: Skip
io/directory_fuzz_test: Skip
-[ $runtime == vm]
+[ $runtime == vm ]
io/many_echo_server_test: Skip # Bug 5103754
# This test fails intermittently.
io/http_basic_test: Pass, Fail # Issue 3599
+[ $runtime == vm && $system == linux ]
+io/test_runner_test: Pass, Fail # Issue 1947
-[ $runtime == vm && $system == macos]
+[ $runtime == vm && $system == macos ]
# This test fails with "Too many open files" on the Mac OS buildbot.
io/socket_many_connections_test: Skip
io/http_server_handler_test: Skip # Issue 2637
-[ $runtime == vm && $system == windows]
+[ $runtime == vm && $system == windows ]
io/http_shutdown_test: Skip # Currently times out on windows
io/file_system_links_test: Skip # No links on Windows.
io/http_connection_header_test: Pass, Fail # Issue 2959
@@ -38,7 +40,7 @@ io/*: Skip # Don't run tests using dart:io in the browser
crypto/*: Skip # Don't run tests using dart:io in the browser
package/*: Skip # Do not run those in Dartium.
-[ $compiler == dartc]
+[ $compiler == dartc ]
*: Skip
[ $compiler == frog ]
@@ -69,10 +71,10 @@ io/options_test: Fail, OK # Cannot pass options to d8.
[ $compiler == dart2js && $runtime == none ]
io/options_test: Fail
-[$compiler == dart2js && $browser ]
+[ $compiler == dart2js && $browser ]
*: Skip
-[$compiler == dart2js && $checked ]
+[ $compiler == dart2js && $checked ]
io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate
io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate
« no previous file with comments | « tests/standalone/io/test_runner_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698