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

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

Issue 15675016: More fixes for java2dart and status files. (Closed) Base URL: https://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
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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 76
77 [ $compiler == dart2js ] 77 [ $compiler == dart2js ]
78 map_values2_test: Fail # Generic types aren't right 78 map_values2_test: Fail # Generic types aren't right
79 79
80 ## Tests failing after merge of experimental library branch. 80 ## Tests failing after merge of experimental library branch.
81 [ $compiler == dart2js ] 81 [ $compiler == dart2js ]
82 # Tests fail due to bug in generics on constants, issue 6827 82 # Tests fail due to bug in generics on constants, issue 6827
83 iterable_to_list_test: Fail 83 iterable_to_list_test: Fail
84 iterable_to_set_test: Fail 84 iterable_to_set_test: Fail
85 85
86 [ $compiler == dartc || $compiler == dartanalyzer ] 86 [ $compiler == dartc ]
87 symbol_test/01: Fail 87 symbol_test/01: Fail
88 symbol_test/02: Fail 88 symbol_test/02: Fail
89 symbol_test/03: Fail 89 symbol_test/03: Fail
90 90
91 [ $compiler == dartanalyzer ] 91 [ $compiler == dartanalyzer ]
92 symbol_test/01: Fail
93 symbol_test/02: Fail
94 symbol_test/03: Fail
92 int_parse_radix_test: fail 95 int_parse_radix_test: fail
93 list_insert_test: fail 96 list_insert_test: fail
94 list_removeat_test: fail 97 list_removeat_test: fail
98
99 [ $compiler == dart2analyzer ]
100 symbol_test/01: Fail
101 symbol_test/02: Fail
102 symbol_test/03: Fail
103 int_parse_radix_test: fail
104 list_insert_test: fail
105 list_removeat_test: fail
95 106
96 [ $arch == arm ] 107 [ $arch == arm ]
97 *: Skip 108 *: Skip
98 109
99 [ $arch == simarm ] 110 [ $arch == simarm ]
100 *: Skip 111 *: Skip
101 112
102 [ $arch == mips ] 113 [ $arch == mips ]
103 *: Skip 114 *: Skip
104 115
105 [ $arch == simmips ] 116 [ $arch == simmips ]
106 *: Skip 117 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698