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

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

Issue 17769004: - Revert r24441 until issues found have been addressed. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 6 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/compiler/dart2js/dart2js.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 == none ] 7 [ $compiler == none ]
8 # Known bad tests depending on removed language features.
9 apply_test: Fail, OK
10 iterable_join_test: Fail, OK
11 list_fill_range_test: Fail, OK
12
13 unicode_test: Fail # Bug 6706 8 unicode_test: Fail # Bug 6706
14 *dartc_test: Skip 9 *dartc_test: Skip
15 compare_to2_test: Fail # Bug 4018 10 compare_to2_test: Fail # Bug 4018
16 11
17 symbol_test/01: Fail 12 symbol_test/01: Fail
18 symbol_test/02: Fail 13 symbol_test/02: Fail
19 symbol_test/03: Fail 14 symbol_test/03: Fail
20 15
21 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ] 16 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ]
22 unicode_test: Fail 17 unicode_test: Fail
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 112
118 [ $arch == simmips ] 113 [ $arch == simmips ]
119 int_parse_radix_test: Skip # Timeout 114 int_parse_radix_test: Skip # Timeout
120 115
121 [ $arch == simmips && $checked ] 116 [ $arch == simmips && $checked ]
122 hash_map2_test: Crash # Too far PC relative branch. 117 hash_map2_test: Crash # Too far PC relative branch.
123 collection_length_test: Skip # Timeout. 118 collection_length_test: Skip # Timeout.
124 119
125 [ $arch == simmips && $mode == debug ] 120 [ $arch == simmips && $mode == debug ]
126 collection_to_string_test: Pass, Crash # Issue: 11207 121 collection_to_string_test: Pass, Crash # Issue: 11207
OLDNEW
« no previous file with comments | « tests/compiler/dart2js/dart2js.status ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698