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

Side by Side Diff: tests/co19/co19-runtime.status

Issue 10898003: Remove List.copyFrom from VM and from tests. It was removed from the List interface in r941. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comment, fix error. Created 8 years, 3 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-dart2js.status ('k') | tests/corelib/const_list_literal_test.dart » ('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 [ $runtime == vm ] 5 [ $runtime == vm ]
6 # These tests fail after the deprecation of the corelib 6 # These tests fail after the deprecation of the corelib
7 # Math object in favor of the dart:math library. 7 # Math object in favor of the dart:math library.
8 # issue co19 - ??? 8 # issue co19 - ???
9 Language/05_Variables/05_Variables_A05_t03: Fail, OK 9 Language/05_Variables/05_Variables_A05_t03: Fail, OK
10 Language/05_Variables/05_Variables_A04_t09: Fail, OK 10 Language/05_Variables/05_Variables_A04_t09: Fail, OK
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 Language/11_Statements/09_Try_A01_t14: Fail # co19 issue 168 162 Language/11_Statements/09_Try_A01_t14: Fail # co19 issue 168
163 Language/11_Statements/09_Try_A02_t02: Fail # co19 issue 119 163 Language/11_Statements/09_Try_A02_t02: Fail # co19 issue 119
164 Language/11_Statements/09_Try_A05_t06: Fail # issue 430 164 Language/11_Statements/09_Try_A05_t06: Fail # issue 430
165 Language/12_Libraries_and_Scripts/2_Imports_A04_t01: Fail # issue 4564 165 Language/12_Libraries_and_Scripts/2_Imports_A04_t01: Fail # issue 4564
166 Language/13_Types/5_Function_Types_A02_t01: Fail # issue 1604 (call operator not implemented) 166 Language/13_Types/5_Function_Types_A02_t01: Fail # issue 1604 (call operator not implemented)
167 LibTest/core/Math/parseDouble_A02_t01: Fail # issue 1929 167 LibTest/core/Math/parseDouble_A02_t01: Fail # issue 1929
168 168
169 LibTest/core/List/every_A03_t01: Skip # Promise removed (co19 issue #79) 169 LibTest/core/List/every_A03_t01: Skip # Promise removed (co19 issue #79)
170 LibTest/core/List/filter_A03_t01: Skip # Promise removed (co19 issue #79) 170 LibTest/core/List/filter_A03_t01: Skip # Promise removed (co19 issue #79)
171 LibTest/core/List/some_A03_t01: Skip # Promise removed (co19 issue #79) 171 LibTest/core/List/some_A03_t01: Skip # Promise removed (co19 issue #79)
172 LibTest/core/List/sort_A01_t02: Fail, OK # (co19 issue #179)
173 LibTest/core/List/sort_A01_t03: Fail, OK # (co19 issue #179)
172 174
173 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail 175 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail
174 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail 176 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail
175 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail 177 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail
176 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail 178 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail
177 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail 179 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail
178 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il 180 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il
179 181
180 # Obsolete use of 'factory' keyword fixed in newer co19 revisions. 182 # Obsolete use of 'factory' keyword fixed in newer co19 revisions.
181 183
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
586 Language/10_Expressions/08_Function_Expressions_A03_t05: Fail 588 Language/10_Expressions/08_Function_Expressions_A03_t05: Fail
587 Language/13_Types/7_Type_Void_A04_t02: Fail # co19 issue 158 589 Language/13_Types/7_Type_Void_A04_t02: Fail # co19 issue 158
588 Language/13_Types/7_Type_Void_A04_t03: Fail # co19 issue 158 590 Language/13_Types/7_Type_Void_A04_t03: Fail # co19 issue 158
589 Language/13_Types/7_Type_Void_A04_t04: Fail # co19 issue 158 591 Language/13_Types/7_Type_Void_A04_t04: Fail # co19 issue 158
590 Language/13_Types/7_Type_Void_A04_t05: Fail # co19 issue 158 592 Language/13_Types/7_Type_Void_A04_t05: Fail # co19 issue 158
591 Language/07_Classes/4_Instance_Variables_A02_t06: Fail # type error 593 Language/07_Classes/4_Instance_Variables_A02_t06: Fail # type error
592 594
593 595
594 [ $runtime == vm && $mode == debug && $unchecked ] 596 [ $runtime == vm && $mode == debug && $unchecked ]
595 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 597 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/corelib/const_list_literal_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698