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

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

Issue 27623005: - Update status file for dart2dart failure. (Closed) Base URL: http://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 | « 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 [ $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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 shuffle_test: Fail # IE doesn't support typed data. 58 shuffle_test: Fail # IE doesn't support typed data.
59 59
60 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 60 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
61 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. 61 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage.
62 62
63 [ $compiler == dart2js && ($runtime == firefox || $runtime == safari || $runtime == chrome || $runtime == drt) ] 63 [ $compiler == dart2js && ($runtime == firefox || $runtime == safari || $runtime == chrome || $runtime == drt) ]
64 64
65 [ $compiler == dart2dart ] 65 [ $compiler == dart2dart ]
66 compare_to2_test: Fail # inherited from VM 66 compare_to2_test: Fail # inherited from VM
67 unicode_test: Fail # inherited from VM 67 unicode_test: Fail # inherited from VM
68 68 main_test: Fail # dart2dart needs to check for both main() and main(args).
69 69
70 # Library changes 70 # Library changes
71 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart ] 71 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart ]
72 map_keys2_test: RuntimeError # Generic types aren't right. 72 map_keys2_test: RuntimeError # Generic types aren't right.
73 73
74 [ $compiler == dart2js ] 74 [ $compiler == dart2js ]
75 map_values2_test: RuntimeError # Generic types aren't right 75 map_values2_test: RuntimeError # Generic types aren't right
76 76
77 ## Tests failing after merge of experimental library branch. 77 ## Tests failing after merge of experimental library branch.
78 [ $compiler == dart2js ] 78 [ $compiler == dart2js ]
(...skipping 27 matching lines...) Expand all
106 collection_to_string_test: Pass, Crash # Issue: 11207 106 collection_to_string_test: Pass, Crash # Issue: 11207
107 107
108 [ $arch == simmips ] 108 [ $arch == simmips ]
109 int_parse_radix_test: Skip # Timeout 109 int_parse_radix_test: Skip # Timeout
110 110
111 [ $arch == simmips && $checked ] 111 [ $arch == simmips && $checked ]
112 collection_length_test: Pass, Timeout 112 collection_length_test: Pass, Timeout
113 113
114 [ $arch == simmips && $mode == debug ] 114 [ $arch == simmips && $mode == debug ]
115 collection_to_string_test: Pass, Crash # Issue: 11207 115 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