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

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

Issue 25605002: 'const' instance creation with incompatible argument types is statis warning. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « tests/co19/co19-analyzer.status ('k') | 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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 [ $compiler == none ] 5 [ $compiler == none ]
6 unicode_test: Fail # Bug 6706 6 unicode_test: Fail # Bug 6706
7 compare_to2_test: Fail # Bug 4018 7 compare_to2_test: Fail # Bug 4018
8 8
9 symbol_test/01: Fail, Pass # bug 11669 9 symbol_test/01: Fail, Pass # bug 11669
10 symbol_test/02: Fail, Pass # bug 11669 10 symbol_test/02: Fail, Pass # bug 11669
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 74
75 [ $compiler == dart2dart && $minified ] 75 [ $compiler == dart2dart && $minified ]
76 error_stack_trace1_test: Fail # Fails in minified mode, test depends on method n ames. 76 error_stack_trace1_test: Fail # Fails in minified mode, test depends on method n ames.
77 77
78 [ $compiler == dartanalyzer ] 78 [ $compiler == dartanalyzer ]
79 symbol_test/02: Fail 79 symbol_test/02: Fail
80 symbol_test/03: Fail 80 symbol_test/03: Fail
81 int_parse_radix_test: fail 81 int_parse_radix_test: fail
82 list_insert_test: fail 82 list_insert_test: fail
83 list_removeat_test: fail 83 list_removeat_test: fail
84 symbol_test/01: fail # test issue 13730; It is static type warning if "const" in stance creation argument type is not compatible with parameter type
84 85
85 [ $compiler == dart2analyzer ] 86 [ $compiler == dart2analyzer ]
86 symbol_test/02: Fail 87 symbol_test/02: Fail
87 symbol_test/03: Fail 88 symbol_test/03: Fail
88 int_parse_radix_test: fail 89 int_parse_radix_test: fail
89 list_insert_test: fail 90 list_insert_test: fail
90 list_removeat_test: fail 91 list_removeat_test: fail
91 92
92 [ $arch == arm ] 93 [ $arch == arm ]
93 collection_to_string_test: Pass, Crash # Issue: 11207 94 collection_to_string_test: Pass, Crash # Issue: 11207
94 95
95 [ $arch == simarm && $mode == debug ] 96 [ $arch == simarm && $mode == debug ]
96 collection_to_string_test: Pass, Crash # Issue: 11207 97 collection_to_string_test: Pass, Crash # Issue: 11207
97 98
98 [ $arch == simmips ] 99 [ $arch == simmips ]
99 int_parse_radix_test: Skip # Timeout 100 int_parse_radix_test: Skip # Timeout
100 101
101 [ $arch == simmips && $checked ] 102 [ $arch == simmips && $checked ]
102 collection_length_test: Pass, Timeout 103 collection_length_test: Pass, Timeout
103 104
104 [ $arch == simmips && $mode == debug ] 105 [ $arch == simmips && $mode == debug ]
105 collection_to_string_test: Pass, Crash # Issue: 11207 106 collection_to_string_test: Pass, Crash # Issue: 11207
OLDNEW
« no previous file with comments | « tests/co19/co19-analyzer.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698