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

Side by Side Diff: tests/standalone/standalone.status

Issue 2642113005: [Gardening] Mark http_(basic|launch)_test as flaky. (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « no previous file | 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 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 # WARNING: 5 # WARNING:
6 # Tests using the multitest feature where failure is expected should *also* be 6 # Tests using the multitest feature where failure is expected should *also* be
7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone" 7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone"
8 # prefix. 8 # prefix.
9 9
10 io/raw_socket_test: Pass, RuntimeError # Issue 28288 10 io/raw_socket_test: Pass, RuntimeError # Issue 28288
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 io/raw_server_socket_cancel_test: Skip # Issue 28182 57 io/raw_server_socket_cancel_test: Skip # Issue 28182
58 58
59 [ $runtime == vm && $system == linux ] 59 [ $runtime == vm && $system == linux ]
60 # These tests have started timing out and issue 25649 has been filed to 60 # These tests have started timing out and issue 25649 has been filed to
61 # investigate, skipping these tests temporarily to get the bots to be 61 # investigate, skipping these tests temporarily to get the bots to be
62 # green again. 62 # green again.
63 io/http_proxy_test: Skip 63 io/http_proxy_test: Skip
64 io/secure_builtin_roots_test: Skip 64 io/secure_builtin_roots_test: Skip
65 65
66 # This test might be slow on an opt counter threshold bot. 66 # This test might be slow on an opt counter threshold bot.
67 io/http_basic_test: Pass, Slow 67 # They also time out on the bot occasionally => flaky test issue 28046
68 io/http_basic_test: Pass, Slow, Timeout # Issue 28046
69 io/http_basic_test: Pass, Slow, Timeout # Issue 28046
rmacnak 2017/01/20 20:50:57 http_launch_test
hausner 2017/01/20 21:04:12 Ah, yes, of course.
68 70
69 71
70 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 72 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
71 typed_array_test: RuntimeError, OK # Uses Isolate.spawn 73 typed_array_test: RuntimeError, OK # Uses Isolate.spawn
72 typed_array_int64_uint64_test: RuntimeError, OK # Uses Isolate.spawn 74 typed_array_int64_uint64_test: RuntimeError, OK # Uses Isolate.spawn
73 typed_data_isolate_test: SkipByDesign # This test uses dart:io 75 typed_data_isolate_test: SkipByDesign # This test uses dart:io
74 io/*: SkipByDesign # Don't run tests using dart:io in the browser 76 io/*: SkipByDesign # Don't run tests using dart:io in the browser
75 package/*: Skip # Do not run those in Dartium. 77 package/*: Skip # Do not run those in Dartium.
76 http_launch_test: Skip 78 http_launch_test: Skip
77 vmservice/*: SkipByDesign # Do not run standalone vm service tests in browser. 79 vmservice/*: SkipByDesign # Do not run standalone vm service tests in browser.
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 io/directory_fuzz_test: Fail # Issue 28350 393 io/directory_fuzz_test: Fail # Issue 28350
392 io/directory_list_nonexistent_test: Fail # Issue 28350 394 io/directory_list_nonexistent_test: Fail # Issue 28350
393 io/stdout_bad_argument_test: Fail # Issue 28353 395 io/stdout_bad_argument_test: Fail # Issue 28353
394 io/file_blocking_lock_test: Fail # Issue 28353 396 io/file_blocking_lock_test: Fail # Issue 28353
395 397
396 io/process_sync_test: RuntimeError 398 io/process_sync_test: RuntimeError
397 io/signals_test: RuntimeError 399 io/signals_test: RuntimeError
398 io/regress_7191_test: RuntimeError 400 io/regress_7191_test: RuntimeError
399 io/named_pipe_script_test: RuntimeError 401 io/named_pipe_script_test: RuntimeError
400 io/http_server_close_response_after_error_test: RuntimeError 402 io/http_server_close_response_after_error_test: RuntimeError
OLDNEW
« 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