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

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

Issue 10827240: Implement new catch syntax in vm compiler (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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 | « runtime/vm/parser.cc ('k') | tests/language/language_dart2js.status » ('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 # Rename "BadNumberFormatException" to "FormatException" 6 # Rename "BadNumberFormatException" to "FormatException"
7 # TODO(rnystrom): These can be enabled when 7 # TODO(rnystrom): These can be enabled when
8 # http://code.google.com/p/co19/issues/detail?id=167 is fixed. 8 # http://code.google.com/p/co19/issues/detail?id=167 is fixed.
9 LibTest/core/BadNumberFormatException/*: Fail 9 LibTest/core/BadNumberFormatException/*: Fail
10 LibTest/core/double/toInt_A01_t03: Fail 10 LibTest/core/double/toInt_A01_t03: Fail
(...skipping 23 matching lines...) Expand all
34 Language/10_Expressions/22_Shift_A01_t01: Fail # issue 1286 (function literals v s. function statements) 34 Language/10_Expressions/22_Shift_A01_t01: Fail # issue 1286 (function literals v s. function statements)
35 Language/10_Expressions/25_Unary_Expressions_A01_t01: Fail # issue 1288 (unary s uper operator call) 35 Language/10_Expressions/25_Unary_Expressions_A01_t01: Fail # issue 1288 (unary s uper operator call)
36 Language/10_Expressions/25_Unary_Expressions_A01_t10: Fail # issue 2037 (super.x is assignable) 36 Language/10_Expressions/25_Unary_Expressions_A01_t10: Fail # issue 2037 (super.x is assignable)
37 Language/10_Expressions/25_Unary_Expressions_A06_t01: Fail # issue 1288 (unary s uper operator call) 37 Language/10_Expressions/25_Unary_Expressions_A06_t01: Fail # issue 1288 (unary s uper operator call)
38 Language/10_Expressions/25_Unary_Expressions_A08_t01: Fail # issue 1288 (unary s uper operator call) 38 Language/10_Expressions/25_Unary_Expressions_A08_t01: Fail # issue 1288 (unary s uper operator call)
39 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail # co19 issue 91: ma p literals illegal at statement beginning. 39 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail # co19 issue 91: ma p literals illegal at statement beginning.
40 Language/10_Expressions/27_Assignable_Expressions_A01_t26: Fail # issue 1286 (fu nction literals vs. function statements) 40 Language/10_Expressions/27_Assignable_Expressions_A01_t26: Fail # issue 1286 (fu nction literals vs. function statements)
41 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail # co19 issue 91: map literals illegal at statement beginning. 41 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail # co19 issue 91: map literals illegal at statement beginning.
42 Language/11_Statements/02_Expression_Statements_A01_t05: Fail # co19 issue 91: m ap literals illegal at statement beginning. 42 Language/11_Statements/02_Expression_Statements_A01_t05: Fail # co19 issue 91: m ap literals illegal at statement beginning.
43 Language/11_Statements/02_Expression_Statements_A01_t07: Fail # co19 issue 91: m ap literals illegal at statement beginning. 43 Language/11_Statements/02_Expression_Statements_A01_t07: Fail # co19 issue 91: m ap literals illegal at statement beginning.
44 Language/11_Statements/09_Try_A01_t14: Fail # co19 issue 168
44 Language/11_Statements/09_Try_A02_t02: Fail # co19 issue 119 45 Language/11_Statements/09_Try_A02_t02: Fail # co19 issue 119
45 Language/11_Statements/09_Try_A05_t06: Fail # issue 430 46 Language/11_Statements/09_Try_A05_t06: Fail # issue 430
46 Language/13_Types/5_Function_Types_A02_t01: Fail # issue 1604 (call operator not implemented) 47 Language/13_Types/5_Function_Types_A02_t01: Fail # issue 1604 (call operator not implemented)
47 LibTest/core/Math/parseDouble_A02_t01: Fail # issue 1929 48 LibTest/core/Math/parseDouble_A02_t01: Fail # issue 1929
48 49
49 LibTest/core/List/every_A03_t01: Skip # Promise removed (co19 issue #79) 50 LibTest/core/List/every_A03_t01: Skip # Promise removed (co19 issue #79)
50 LibTest/core/List/filter_A03_t01: Skip # Promise removed (co19 issue #79) 51 LibTest/core/List/filter_A03_t01: Skip # Promise removed (co19 issue #79)
51 LibTest/core/List/some_A03_t01: Skip # Promise removed (co19 issue #79) 52 LibTest/core/List/some_A03_t01: Skip # Promise removed (co19 issue #79)
52 53
53 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail 54 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 Language/10_Expressions/08_Function_Expressions_A03_t05: Fail 458 Language/10_Expressions/08_Function_Expressions_A03_t05: Fail
458 Language/13_Types/7_Type_Void_A04_t02: Fail # co19 issue 158 459 Language/13_Types/7_Type_Void_A04_t02: Fail # co19 issue 158
459 Language/13_Types/7_Type_Void_A04_t03: Fail # co19 issue 158 460 Language/13_Types/7_Type_Void_A04_t03: Fail # co19 issue 158
460 Language/13_Types/7_Type_Void_A04_t04: Fail # co19 issue 158 461 Language/13_Types/7_Type_Void_A04_t04: Fail # co19 issue 158
461 Language/13_Types/7_Type_Void_A04_t05: Fail # co19 issue 158 462 Language/13_Types/7_Type_Void_A04_t05: Fail # co19 issue 158
462 Language/07_Classes/4_Instance_Variables_A02_t06: Fail # type error 463 Language/07_Classes/4_Instance_Variables_A02_t06: Fail # type error
463 464
464 465
465 [ $runtime == vm && $mode == debug && $unchecked ] 466 [ $runtime == vm && $mode == debug && $unchecked ]
466 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 467 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
OLDNEW
« no previous file with comments | « runtime/vm/parser.cc ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698