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

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

Issue 22828004: Bug fix and status file updates for MIPS HW. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 4 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-runtime.status ('k') | tests/language/language.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 reg_exp_unicode_2_test: Fail # Bug 6592 5 reg_exp_unicode_2_test: Fail # Bug 6592
6 6
7 [ $compiler == dart2js && ($runtime == d8 || $runtime == drt) ] 7 [ $compiler == dart2js && ($runtime == d8 || $runtime == drt) ]
8 hash_set_test: Pass, Fail # v8 bug: Issue 12293 8 hash_set_test: Pass, Fail # v8 bug: Issue 12293
9 list_test: Pass, Fail # v8 bug: Issue 12293 9 list_test: Pass, Fail # v8 bug: Issue 12293
10 10
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 int_parse_radix_test: fail 105 int_parse_radix_test: fail
106 list_insert_test: fail 106 list_insert_test: fail
107 list_removeat_test: fail 107 list_removeat_test: fail
108 108
109 [ $arch == arm ] 109 [ $arch == arm ]
110 collection_to_string_test: Pass, Crash # Issue: 11207 110 collection_to_string_test: Pass, Crash # Issue: 11207
111 111
112 [ $arch == simarm && $mode == debug ] 112 [ $arch == simarm && $mode == debug ]
113 collection_to_string_test: Pass, Crash # Issue: 11207 113 collection_to_string_test: Pass, Crash # Issue: 11207
114 114
115 [ $arch == mips ]
116 *: Skip
117
118 [ $arch == simmips ] 115 [ $arch == simmips ]
119 int_parse_radix_test: Skip # Timeout 116 int_parse_radix_test: Skip # Timeout
120 117
121 [ $arch == simmips && $checked ] 118 [ $arch == simmips && $checked ]
122 collection_length_test: Pass, Timeout 119 collection_length_test: Pass, Timeout
123 120
124 [ $arch == simmips && $mode == debug ] 121 [ $arch == simmips && $mode == debug ]
125 collection_to_string_test: Pass, Crash # Issue: 11207 122 collection_to_string_test: Pass, Crash # Issue: 11207
OLDNEW
« no previous file with comments | « tests/co19/co19-runtime.status ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698