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

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

Issue 2621433003: fixes #28236, generic methods should not cause warnings in Dart 1 (Closed)
Patch Set: test type annotation fix 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 | « tests/lib/lib.status ('k') | tests/utils/utils.status » ('j') | 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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 81
82 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 82 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
83 issue14236_test: Skip # Analyzer can't handle Script snapshots. 83 issue14236_test: Skip # Analyzer can't handle Script snapshots.
84 84
85 # test issue https://code.google.com/p/dart/issues/detail?id=11518 85 # test issue https://code.google.com/p/dart/issues/detail?id=11518
86 io/file_constructor_test: fail 86 io/file_constructor_test: fail
87 87
88 # This is runtime test. 88 # This is runtime test.
89 io/process_exit_negative_test: Skip 89 io/process_exit_negative_test: Skip
90 90
91 # Issue #28236
92 io/addlatexhash_test: StaticWarning
93 io/http_auth_digest_test: StaticWarning
94 io/http_auth_test: StaticWarning
95 io/http_proxy_advanced_test: StaticWarning
96 io/http_proxy_test: StaticWarning
97 io/skipping_dart2js_compilations_test: StaticWarning
98 io/sleep_test: StaticWarning
99 io/test_harness_analyzer_test: StaticWarning
100 io/test_runner_test: StaticWarning
101 io/web_socket_compression_test: StaticWarning
102 io/web_socket_test: StaticWarning
103
104 [ $compiler == dart2js ] 91 [ $compiler == dart2js ]
105 number_identity_test: Skip # Bigints and int/double diff. not supported. 92 number_identity_test: Skip # Bigints and int/double diff. not supported.
106 typed_data_test: Skip # dart:typed_data support needed. 93 typed_data_test: Skip # dart:typed_data support needed.
107 bytedata_test: Skip # dart:typed_data support needed. 94 bytedata_test: Skip # dart:typed_data support needed.
108 typed_data_view_test: Skip # dart:typed_data support needed. 95 typed_data_view_test: Skip # dart:typed_data support needed.
109 typed_data_isolate_test: Skip # dart:typed_data support needed. 96 typed_data_isolate_test: Skip # dart:typed_data support needed.
110 typed_array_int64_uint64_test: Skip # dart:typed_data on dart2js does not suppor t 64-bit ints. 97 typed_array_int64_uint64_test: Skip # dart:typed_data on dart2js does not suppor t 64-bit ints.
111 float_array_test: Skip # dart:typed_data support needed. 98 float_array_test: Skip # dart:typed_data support needed.
112 int_array_test: Skip # dart:typed_data support needed. 99 int_array_test: Skip # dart:typed_data support needed.
113 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw ord 100 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw ord
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 364
378 [ $builder_tag == no_ipv6 ] 365 [ $builder_tag == no_ipv6 ]
379 io/http_bind_test: SkipByDesign 366 io/http_bind_test: SkipByDesign
380 io/raw_datagram_socket_test: SkipByDesign 367 io/raw_datagram_socket_test: SkipByDesign
381 io/socket_source_address_test: SkipByDesign 368 io/socket_source_address_test: SkipByDesign
382 io/socket_bind_test: SkipByDesign 369 io/socket_bind_test: SkipByDesign
383 io/http_proxy_advanced_test: SkipByDesign 370 io/http_proxy_advanced_test: SkipByDesign
384 io/http_ipv6_test: SkipByDesign 371 io/http_ipv6_test: SkipByDesign
385 io/socket_ipv6_test: SkipByDesign 372 io/socket_ipv6_test: SkipByDesign
386 io/socket_info_ipv6_test: SkipByDesign 373 io/socket_info_ipv6_test: SkipByDesign
OLDNEW
« no previous file with comments | « tests/lib/lib.status ('k') | tests/utils/utils.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698