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

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

Issue 10896007: Expose remaining 'errors' in an unified dart:core. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Move errors to errors.dart in dart2js. 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 | « runtime/vm/symbols.h ('k') | tests/language/private_factory_resolution_negative_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 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 Language/08_Interfaces/3_Factories_and_Constructors_A06_t03: Fail 388 Language/08_Interfaces/3_Factories_and_Constructors_A06_t03: Fail
389 Language/08_Interfaces/3_Factories_and_Constructors_A06_t04: Fail 389 Language/08_Interfaces/3_Factories_and_Constructors_A06_t04: Fail
390 Language/08_Interfaces/3_Factories_and_Constructors_A06_t05: Fail 390 Language/08_Interfaces/3_Factories_and_Constructors_A06_t05: Fail
391 Language/08_Interfaces/3_Factories_and_Constructors_A06_t06: Fail 391 Language/08_Interfaces/3_Factories_and_Constructors_A06_t06: Fail
392 Language/08_Interfaces/3_Factories_and_Constructors_A06_t07: Fail 392 Language/08_Interfaces/3_Factories_and_Constructors_A06_t07: Fail
393 Language/08_Interfaces/3_Factories_and_Constructors_A06_t08: Fail 393 Language/08_Interfaces/3_Factories_and_Constructors_A06_t08: Fail
394 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: F ail #co19 issue 131 394 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: F ail #co19 issue 131
395 Language/08_Interfaces/4_Superinterfaces_A01_t02: Fail 395 Language/08_Interfaces/4_Superinterfaces_A01_t02: Fail
396 Language/13_Types/4_Interface_Types_A10_t09: Fail # co19 issue 127 396 Language/13_Types/4_Interface_Types_A10_t09: Fail # co19 issue 127
397 Language/13_Types/5_Function_Types_A01_t08: Fail # co19 issue 127 397 Language/13_Types/5_Function_Types_A01_t08: Fail # co19 issue 127
398 LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail
399 LibTest/core/FallThroughError/toString_A01_t01: Fail
400 LibTest/core/String/contains_A01_t02: Fail 398 LibTest/core/String/contains_A01_t02: Fail
401 LibTest/core/String/replaceFirst_A02_t01: Fail # co19 issue 103 399 LibTest/core/String/replaceFirst_A02_t01: Fail # co19 issue 103
402 LibTest/core/String/replaceAll_A02_t01: Fail # co19 issue 103 400 LibTest/core/String/replaceAll_A02_t01: Fail # co19 issue 103
403 401
404 402
405 Language/03_Overview/2_Privacy_A01_t11: Fail # Related to issue 978 403 Language/03_Overview/2_Privacy_A01_t11: Fail # Related to issue 978
406 Language/03_Overview/2_Privacy_A01_t16: Fail # Issue 2242 404 Language/03_Overview/2_Privacy_A01_t16: Fail # Issue 2242
407 Language/11_Statements/11_Labels_A01_t03: Fail # Issue 2238 405 Language/11_Statements/11_Labels_A01_t03: Fail # Issue 2238
408 406
409 407
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 Language/10_Expressions/08_Function_Expressions_A03_t05: Fail 586 Language/10_Expressions/08_Function_Expressions_A03_t05: Fail
589 Language/13_Types/7_Type_Void_A04_t02: Fail # co19 issue 158 587 Language/13_Types/7_Type_Void_A04_t02: Fail # co19 issue 158
590 Language/13_Types/7_Type_Void_A04_t03: Fail # co19 issue 158 588 Language/13_Types/7_Type_Void_A04_t03: Fail # co19 issue 158
591 Language/13_Types/7_Type_Void_A04_t04: Fail # co19 issue 158 589 Language/13_Types/7_Type_Void_A04_t04: Fail # co19 issue 158
592 Language/13_Types/7_Type_Void_A04_t05: Fail # co19 issue 158 590 Language/13_Types/7_Type_Void_A04_t05: Fail # co19 issue 158
593 Language/07_Classes/4_Instance_Variables_A02_t06: Fail # type error 591 Language/07_Classes/4_Instance_Variables_A02_t06: Fail # type error
594 592
595 593
596 [ $runtime == vm && $mode == debug && $unchecked ] 594 [ $runtime == vm && $mode == debug && $unchecked ]
597 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 595 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
OLDNEW
« no previous file with comments | « runtime/vm/symbols.h ('k') | tests/language/private_factory_resolution_negative_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698