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

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

Issue 22865010: Fix status file to account for dart2dart minified mode failure (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 | « 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 == 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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 85
86 [ $compiler == dart2js ] 86 [ $compiler == dart2js ]
87 map_values2_test: Fail # Generic types aren't right 87 map_values2_test: Fail # Generic types aren't right
88 88
89 ## Tests failing after merge of experimental library branch. 89 ## Tests failing after merge of experimental library branch.
90 [ $compiler == dart2js ] 90 [ $compiler == dart2js ]
91 # Tests fail due to bug in generics on constants, issue 6827 91 # Tests fail due to bug in generics on constants, issue 6827
92 iterable_to_list_test: Fail 92 iterable_to_list_test: Fail
93 iterable_to_set_test: Fail 93 iterable_to_set_test: Fail
94 94
95 [ $compiler == dart2dart && $minified ]
96 error_stack_trace1_test: Fail, OK # Fails in minified mode, test depends on meth od names.
ahe 2013/08/13 20:08:38 I'm not sure this should be "OK". Potentially, the
siva 2013/08/13 20:11:56 I will submit this status file change, and will wo
97
95 [ $compiler == dartanalyzer ] 98 [ $compiler == dartanalyzer ]
96 symbol_test/02: Fail 99 symbol_test/02: Fail
97 symbol_test/03: Fail 100 symbol_test/03: Fail
98 int_parse_radix_test: fail 101 int_parse_radix_test: fail
99 list_insert_test: fail 102 list_insert_test: fail
100 list_removeat_test: fail 103 list_removeat_test: fail
101 104
102 [ $compiler == dart2analyzer ] 105 [ $compiler == dart2analyzer ]
103 symbol_test/02: Fail 106 symbol_test/02: Fail
104 symbol_test/03: Fail 107 symbol_test/03: Fail
105 int_parse_radix_test: fail 108 int_parse_radix_test: fail
106 list_insert_test: fail 109 list_insert_test: fail
107 list_removeat_test: fail 110 list_removeat_test: fail
108 111
109 [ $arch == arm ] 112 [ $arch == arm ]
110 collection_to_string_test: Pass, Crash # Issue: 11207 113 collection_to_string_test: Pass, Crash # Issue: 11207
111 114
112 [ $arch == simarm && $mode == debug ] 115 [ $arch == simarm && $mode == debug ]
113 collection_to_string_test: Pass, Crash # Issue: 11207 116 collection_to_string_test: Pass, Crash # Issue: 11207
114 117
115 [ $arch == simmips ] 118 [ $arch == simmips ]
116 int_parse_radix_test: Skip # Timeout 119 int_parse_radix_test: Skip # Timeout
117 120
118 [ $arch == simmips && $checked ] 121 [ $arch == simmips && $checked ]
119 collection_length_test: Pass, Timeout 122 collection_length_test: Pass, Timeout
120 123
121 [ $arch == simmips && $mode == debug ] 124 [ $arch == simmips && $mode == debug ]
122 collection_to_string_test: Pass, Crash # Issue: 11207 125 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