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

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

Issue 18345017: Update status file. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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 | « 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) 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 reg_exp_unicode_2_test: Fail # Bug 6592 5 reg_exp_unicode_2_test: Fail # Bug 6592
6 6
7 [ $compiler == none ] 7 [ $compiler == none ]
8 unicode_test: Fail # Bug 6706 8 unicode_test: Fail # Bug 6706
9 *dartc_test: Skip 9 *dartc_test: Skip
10 compare_to2_test: Fail # Bug 4018 10 compare_to2_test: Fail # Bug 4018
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 symbol_test/02: Fail 96 symbol_test/02: Fail
97 symbol_test/03: Fail 97 symbol_test/03: Fail
98 98
99 [ $compiler == dartanalyzer ] 99 [ $compiler == dartanalyzer ]
100 symbol_test/01: Fail 100 symbol_test/01: Fail
101 symbol_test/02: Fail 101 symbol_test/02: Fail
102 symbol_test/03: Fail 102 symbol_test/03: Fail
103 int_parse_radix_test: fail 103 int_parse_radix_test: fail
104 list_insert_test: fail 104 list_insert_test: fail
105 list_removeat_test: fail 105 list_removeat_test: fail
106 method_override_test: fail # issue 11497
106 107
107 [ $compiler == dart2analyzer ] 108 [ $compiler == dart2analyzer ]
108 symbol_test/01: Fail 109 symbol_test/01: Fail
109 symbol_test/02: Fail 110 symbol_test/02: Fail
110 symbol_test/03: Fail 111 symbol_test/03: Fail
111 int_parse_radix_test: fail 112 int_parse_radix_test: fail
112 list_insert_test: fail 113 list_insert_test: fail
113 list_removeat_test: fail 114 list_removeat_test: fail
114 115
115 [ $arch == arm ] 116 [ $arch == arm ]
116 collection_to_string_test: Pass, Crash # Issue: 11207 117 collection_to_string_test: Pass, Crash # Issue: 11207
117 118
118 [ $arch == simarm && $mode == debug ] 119 [ $arch == simarm && $mode == debug ]
119 collection_to_string_test: Pass, Crash # Issue: 11207 120 collection_to_string_test: Pass, Crash # Issue: 11207
120 121
121 [ $arch == mips ] 122 [ $arch == mips ]
122 *: Skip 123 *: Skip
123 124
124 [ $arch == simmips ] 125 [ $arch == simmips ]
125 int_parse_radix_test: Skip # Timeout 126 int_parse_radix_test: Skip # Timeout
126 127
127 [ $arch == simmips && $checked ] 128 [ $arch == simmips && $checked ]
128 hash_map2_test: Crash # Too far PC relative branch. 129 hash_map2_test: Crash # Too far PC relative branch.
129 collection_length_test: Pass, Timeout 130 collection_length_test: Pass, Timeout
130 131
131 [ $arch == simmips && $mode == debug ] 132 [ $arch == simmips && $mode == debug ]
132 collection_to_string_test: Pass, Crash # Issue: 11207 133 collection_to_string_test: Pass, Crash # Issue: 11207
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