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

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

Issue 2706973003: [Gardening] Mark two more standalone tests as flaky on dart2analyzer (Closed)
Patch Set: Created 3 years, 10 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 issue14236_test: Skip # Analyzer can't handle Script snapshots. 92 issue14236_test: Skip # Analyzer can't handle Script snapshots.
93 93
94 # test issue https://code.google.com/p/dart/issues/detail?id=11518 94 # test issue https://code.google.com/p/dart/issues/detail?id=11518
95 io/file_constructor_test: fail 95 io/file_constructor_test: fail
96 96
97 # This is runtime test. 97 # This is runtime test.
98 io/process_exit_negative_test: Skip 98 io/process_exit_negative_test: Skip
99 99
100 io/http_parser_test: Pass, CompileTimeError # Issue 28843 100 io/http_parser_test: Pass, CompileTimeError # Issue 28843
101 io/http_headers_test: Pass, CompileTimeError # Issue 28843 101 io/http_headers_test: Pass, CompileTimeError # Issue 28843
102 io/http_cookie_date_test: Pass, CompileTimeError # Issue 28843
103 io/web_socket_protocol_processor_test: Pass, CompileTimeError # Issue 28843
102 104
103 [ $compiler == dart2analyzer && $builder_tag == strong ] 105 [ $compiler == dart2analyzer && $builder_tag == strong ]
104 *: Skip # Issue 28649 106 *: Skip # Issue 28649
105 107
106 [ $compiler == dart2js ] 108 [ $compiler == dart2js ]
107 number_identity_test: Skip # Bigints and int/double diff. not supported. 109 number_identity_test: Skip # Bigints and int/double diff. not supported.
108 typed_data_test: Skip # dart:typed_data support needed. 110 typed_data_test: Skip # dart:typed_data support needed.
109 bytedata_test: Skip # dart:typed_data support needed. 111 bytedata_test: Skip # dart:typed_data support needed.
110 typed_data_view_test: Skip # dart:typed_data support needed. 112 typed_data_view_test: Skip # dart:typed_data support needed.
111 typed_data_isolate_test: Skip # dart:typed_data support needed. 113 typed_data_isolate_test: Skip # dart:typed_data support needed.
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 io/socket_source_address_test: SkipByDesign 413 io/socket_source_address_test: SkipByDesign
412 io/socket_bind_test: SkipByDesign 414 io/socket_bind_test: SkipByDesign
413 io/http_proxy_advanced_test: SkipByDesign 415 io/http_proxy_advanced_test: SkipByDesign
414 io/http_ipv6_test: SkipByDesign 416 io/http_ipv6_test: SkipByDesign
415 io/socket_ipv6_test: SkipByDesign 417 io/socket_ipv6_test: SkipByDesign
416 io/socket_info_ipv6_test: SkipByDesign 418 io/socket_info_ipv6_test: SkipByDesign
417 419
418 [ $builder_tag == asan && $arch == x64 ] 420 [ $builder_tag == asan && $arch == x64 ]
419 io/process_detached_test: Pass, Slow 421 io/process_detached_test: Pass, Slow
420 io/named_pipe_script_test: RuntimeError 422 io/named_pipe_script_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