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

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

Issue 10392016: Fix issue 2939, revert previous change that accepted null as excpetion objects: (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 7 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/exception_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 5
6 [ $runtime == vm ] 6 [ $runtime == vm ]
7 Language/10_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in c ompile-time constant expression) 7 Language/10_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in c ompile-time constant expression)
8 Language/10_Expressions/01_Constants_A16_t02: Crash, Pass # Should result in OOM 8 Language/10_Expressions/01_Constants_A16_t02: Crash, Pass # Should result in OOM
9 9
10 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # issue 1604 (c all operator not implemented) 10 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # issue 1604 (c all operator not implemented)
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 Language/10_Expressions/25_Unary_Expressions_A01_t10: Fail # issue 2037 (super.x is assignable) 43 Language/10_Expressions/25_Unary_Expressions_A01_t10: Fail # issue 2037 (super.x is assignable)
44 Language/10_Expressions/25_Unary_Expressions_A06_t01: Fail # issue 1288 (unary s uper operator call) 44 Language/10_Expressions/25_Unary_Expressions_A06_t01: Fail # issue 1288 (unary s uper operator call)
45 Language/10_Expressions/25_Unary_Expressions_A08_t01: Fail # issue 1288 (unary s uper operator call) 45 Language/10_Expressions/25_Unary_Expressions_A08_t01: Fail # issue 1288 (unary s uper operator call)
46 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail # co19 issue 91: ma p literals illegal at statement beginning. 46 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail # co19 issue 91: ma p literals illegal at statement beginning.
47 Language/10_Expressions/27_Assignable_Expressions_A01_t26: Fail # issue 1286 (fu nction literals vs. function statements) 47 Language/10_Expressions/27_Assignable_Expressions_A01_t26: Fail # issue 1286 (fu nction literals vs. function statements)
48 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail # co19 issue 91: map literals illegal at statement beginning. 48 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail # co19 issue 91: map literals illegal at statement beginning.
49 Language/10_Expressions/28_Identifier_Reference_A04_t05: Fail # co19 issue 116 49 Language/10_Expressions/28_Identifier_Reference_A04_t05: Fail # co19 issue 116
50 Language/10_Expressions/29_Type_Test_A04_t01: Fail # co19 issue 97. 50 Language/10_Expressions/29_Type_Test_A04_t01: Fail # co19 issue 97.
51 Language/11_Statements/02_Expression_Statements_A01_t05: Fail # co19 issue 91: m ap literals illegal at statement beginning. 51 Language/11_Statements/02_Expression_Statements_A01_t05: Fail # co19 issue 91: m ap literals illegal at statement beginning.
52 Language/11_Statements/02_Expression_Statements_A01_t07: Fail # co19 issue 91: m ap literals illegal at statement beginning. 52 Language/11_Statements/02_Expression_Statements_A01_t07: Fail # co19 issue 91: m ap literals illegal at statement beginning.
53 Language/11_Statements/09_Try_A02_t02: Fail # co19 issue 119
53 Language/11_Statements/09_Try_A05_t06: Fail # issue 430 54 Language/11_Statements/09_Try_A05_t06: Fail # issue 430
54 Language/13_Types/5_Function_Types_A02_t01: Fail # issue 1604 (call operator not implemented) 55 Language/13_Types/5_Function_Types_A02_t01: Fail # issue 1604 (call operator not implemented)
55 LibTest/core/Math/parseDouble_A02_t01: Fail # issue 1929 56 LibTest/core/Math/parseDouble_A02_t01: Fail # issue 1929
56 57
57 LibTest/core/Promise/*: Skip # removed from corelib, (co19 issue #79) 58 LibTest/core/Promise/*: Skip # removed from corelib, (co19 issue #79)
58 LibTest/core/Proxy/*: Skip # removed from corelib, (co19 issue #79) 59 LibTest/core/Proxy/*: Skip # removed from corelib, (co19 issue #79)
59 LibTest/core/Dispatcher/*: Skip # removed from corelib, (co19 issue #79) 60 LibTest/core/Dispatcher/*: Skip # removed from corelib, (co19 issue #79)
60 LibTest/core/List/every_A03_t01: Skip # Promise removed (co19 issue #79) 61 LibTest/core/List/every_A03_t01: Skip # Promise removed (co19 issue #79)
61 LibTest/core/List/filter_A03_t01: Skip # Promise removed (co19 issue #79) 62 LibTest/core/List/filter_A03_t01: Skip # Promise removed (co19 issue #79)
62 LibTest/core/List/some_A03_t01: Skip # Promise removed (co19 issue #79) 63 LibTest/core/List/some_A03_t01: Skip # Promise removed (co19 issue #79)
(...skipping 11 matching lines...) Expand all
74 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il 75 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il
75 76
76 # Obsolete use of 'factory' keyword fixed in newer co19 revisions. 77 # Obsolete use of 'factory' keyword fixed in newer co19 revisions.
77 78
78 # New failures 79 # New failures
79 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail 80 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail
80 81
81 [ $runtime == vm ] 82 [ $runtime == vm ]
82 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Issue 445 83 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Issue 445
83 LibTest/core/Date/Date_A01_t01: Fail # Issue 445 84 LibTest/core/Date/Date_A01_t01: Fail # Issue 445
85 LibTest/core/Expect/throws_A01_t04: Fail # Issue co19 - 119
84 LibTest/core/Expect/throws_A02_t01: Fail # Issue co19 - 42 86 LibTest/core/Expect/throws_A02_t01: Fail # Issue co19 - 42
85 LibTest/core/Match/operator_subscript_A01_t01: Fail 87 LibTest/core/Match/operator_subscript_A01_t01: Fail
86 LibTest/core/Match/pattern_A01_t01: Fail 88 LibTest/core/Match/pattern_A01_t01: Fail
87 LibTest/core/Math/pow_A01_t01: Fail # Issue co19 - 44 89 LibTest/core/Math/pow_A01_t01: Fail # Issue co19 - 44
88 LibTest/core/Math/pow_A11_t01: Fail # Issue 449 90 LibTest/core/Math/pow_A11_t01: Fail # Issue 449
89 LibTest/core/Math/pow_A13_t01: Fail # Issue 449 91 LibTest/core/Math/pow_A13_t01: Fail # Issue 449
90 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il 92 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il
91 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il 93 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il
92 LibTest/core/RegExp/firstMatch_A01_t01: Fail 94 LibTest/core/RegExp/firstMatch_A01_t01: Fail
93 LibTest/core/double/toRadixString_A01_t01: Fail # Issue 463 95 LibTest/core/double/toRadixString_A01_t01: Fail # Issue 463
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 Language/13_Types/1_Static_Types_A02_t08: Fail 242 Language/13_Types/1_Static_Types_A02_t08: Fail
241 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # # co19 issue 97 243 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # # co19 issue 97
242 244
243 245
244 [ $arch == simarm ] 246 [ $arch == simarm ]
245 *: Skip 247 *: Skip
246 248
247 249
248 [ $arch == arm ] 250 [ $arch == arm ]
249 *: Skip 251 *: Skip
OLDNEW
« no previous file with comments | « runtime/vm/parser.cc ('k') | tests/language/exception_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698