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

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

Issue 9652002: Fix checked co19 tests (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 9 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 | « no previous file | no next file » | 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 [ $component == vm ] 6 [ $component == 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 8
9 9
10 Language/07_Classes/07_Classes_A01_t01: Fail # issue 1603 (abstract not supporte d for classes 10 Language/07_Classes/07_Classes_A01_t01: Fail # issue 1603 (abstract not supporte d for classes
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 Language/10_Expressions/25_Unary_Expressions_A06_t01: Fail # issue 1288 (unary s uper operator call) 43 Language/10_Expressions/25_Unary_Expressions_A06_t01: Fail # issue 1288 (unary s uper operator call)
44 Language/10_Expressions/25_Unary_Expressions_A08_t01: Fail # issue 1288 (unary s uper operator call) 44 Language/10_Expressions/25_Unary_Expressions_A08_t01: Fail # issue 1288 (unary s uper operator call)
45 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail # co19 issue 91: ma p literals illegal at statement beginning. 45 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail # co19 issue 91: ma p literals illegal at statement beginning.
46 Language/10_Expressions/27_Assignable_Expressions_A01_t26: Fail # issue 1286 (fu nction literals vs. function statements) 46 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_t27: Fail # co19 issue 91: map literals illegal at statement beginning. 47 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail # co19 issue 91: map literals illegal at statement beginning.
48 Language/10_Expressions/29_Type_Test_A04_t01: Fail # co19 issue 97. 48 Language/10_Expressions/29_Type_Test_A04_t01: Fail # co19 issue 97.
49 Language/11_Statements/02_Expression_Statements_A01_t05: Fail # co19 issue 91: m ap literals illegal at statement beginning. 49 Language/11_Statements/02_Expression_Statements_A01_t05: Fail # co19 issue 91: m ap literals illegal at statement beginning.
50 Language/11_Statements/02_Expression_Statements_A01_t07: Fail # co19 issue 91: m ap literals illegal at statement beginning. 50 Language/11_Statements/02_Expression_Statements_A01_t07: Fail # co19 issue 91: m ap literals illegal at statement beginning.
51 Language/11_Statements/09_Try_A02_t04: Fail # co19 issue 98: syntax error in tes t. 51 Language/11_Statements/09_Try_A02_t04: Fail # co19 issue 98: syntax error in tes t.
52 Language/11_Statements/09_Try_A05_t06: Fail # issue 430 52 Language/11_Statements/09_Try_A05_t06: Fail # issue 430
53 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # co19 issue 97
54 Language/13_Types/5_Function_Types_A02_t01: Fail # issue 1604 (call operator not implemented) 53 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 54 LibTest/core/Math/parseDouble_A02_t01: Fail # issue 1929
56 55
57 LibTest/core/Promise/*: Skip # removed from corelib, (co19 issue #79) 56 LibTest/core/Promise/*: Skip # removed from corelib, (co19 issue #79)
58 LibTest/core/Proxy/*: Skip # removed from corelib, (co19 issue #79) 57 LibTest/core/Proxy/*: Skip # removed from corelib, (co19 issue #79)
59 LibTest/core/Dispatcher/*: Skip # removed from corelib, (co19 issue #79) 58 LibTest/core/Dispatcher/*: Skip # removed from corelib, (co19 issue #79)
60 LibTest/core/List/every_A03_t01: Skip # Promise removed (co19 issue #79) 59 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) 60 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) 61 LibTest/core/List/some_A03_t01: Skip # Promise removed (co19 issue #79)
63 62
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 LibTest/core/SendPort/send_A02_t01: Fail 231 LibTest/core/SendPort/send_A02_t01: Fail
233 LibTest/core/String/contains_A01_t02: Fail 232 LibTest/core/String/contains_A01_t02: Fail
234 233
235 234
236 [ $component == vm && $arch == ia32 ] 235 [ $component == vm && $arch == ia32 ]
237 LibTest/core/int/operator_left_shift_A01_t02: Fail 236 LibTest/core/int/operator_left_shift_A01_t02: Fail
238 237
239 238
240 [ $component == vm && $unchecked ] 239 [ $component == vm && $unchecked ]
241 Language/13_Types/1_Static_Types_A02_t08: Fail 240 Language/13_Types/1_Static_Types_A02_t08: Fail
242 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # TODO(vm-team): New failu re, please triage. 241 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # # co19 issue 97
243 242
244 243
245 [ $arch == simarm ] 244 [ $arch == simarm ]
246 *: Skip 245 *: Skip
247 246
248 247
249 [ $arch == arm ] 248 [ $arch == arm ]
250 *: Skip 249 *: Skip
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698