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

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

Issue 26096002: New analyzer_experimental snapshot. (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-analyzer2.status ('k') | tests/language/language_analyzer2.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) 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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 list_insert_test: fail 83 list_insert_test: fail
84 list_removeat_test: fail 84 list_removeat_test: fail
85 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 85 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
86 86
87 [ $compiler == dart2analyzer ] 87 [ $compiler == dart2analyzer ]
88 symbol_test/02: Fail 88 symbol_test/02: Fail
89 symbol_test/03: Fail 89 symbol_test/03: Fail
90 int_parse_radix_test: fail 90 int_parse_radix_test: fail
91 list_insert_test: fail 91 list_insert_test: fail
92 list_removeat_test: fail 92 list_removeat_test: fail
93 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
93 94
94 [ $arch == arm ] 95 [ $arch == arm ]
95 collection_to_string_test: Pass, Crash # Issue: 11207 96 collection_to_string_test: Pass, Crash # Issue: 11207
96 97
97 [ $arch == simarm && $mode == debug ] 98 [ $arch == simarm && $mode == debug ]
98 collection_to_string_test: Pass, Crash # Issue: 11207 99 collection_to_string_test: Pass, Crash # Issue: 11207
99 100
100 [ $arch == simmips ] 101 [ $arch == simmips ]
101 int_parse_radix_test: Skip # Timeout 102 int_parse_radix_test: Skip # Timeout
102 103
103 [ $arch == simmips && $checked ] 104 [ $arch == simmips && $checked ]
104 collection_length_test: Pass, Timeout 105 collection_length_test: Pass, Timeout
105 106
106 [ $arch == simmips && $mode == debug ] 107 [ $arch == simmips && $mode == debug ]
107 collection_to_string_test: Pass, Crash # Issue: 11207 108 collection_to_string_test: Pass, Crash # Issue: 11207
OLDNEW
« no previous file with comments | « tests/co19/co19-analyzer2.status ('k') | tests/language/language_analyzer2.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698