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

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

Issue 12021022: Stop supporting map literals with 1 type argument (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 11 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
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 [ $compiler == none && $runtime == vm && $checked ] 5 [ $compiler == none && $runtime == vm && $checked ]
6 LibTest/core/Strings/concatAll_A04_t01: Fail, OK # checks for ArgumentError. Typ eError is ok too. co19 issue 366 6 LibTest/core/Strings/concatAll_A04_t01: Fail, OK # checks for ArgumentError. Typ eError is ok too. co19 issue 366
7 LibTest/core/Strings/join_A04_t01: Fail, OK # checks for ArgumentError. TypeErro r is ok too. co19 issue 366 7 LibTest/core/Strings/join_A04_t01: Fail, OK # checks for ArgumentError. TypeErro r is ok too. co19 issue 366
8 8
9 [ $compiler == none && $runtime == vm ] 9 [ $compiler == none && $runtime == vm ]
10 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # Dart issue 6060 10 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # Dart issue 6060
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 Language/11_Expressions/28_Postfix_Expressions_A01_t02: Fail # Dart issue 7256 72 Language/11_Expressions/28_Postfix_Expressions_A01_t02: Fail # Dart issue 7256
73 Language/11_Expressions/28_Postfix_Expressions_A01_t03: Fail # Dart issue 7256 73 Language/11_Expressions/28_Postfix_Expressions_A01_t03: Fail # Dart issue 7256
74 Language/11_Expressions/28_Postfix_Expressions_A01_t05: Fail # Dart issue 7256 74 Language/11_Expressions/28_Postfix_Expressions_A01_t05: Fail # Dart issue 7256
75 Language/11_Expressions/29_Assignable_Expressions_A01_t08: Fail # Dart issue 725 6 75 Language/11_Expressions/29_Assignable_Expressions_A01_t08: Fail # Dart issue 725 6
76 Language/11_Expressions/30_Identifier_Reference_A05_t02: Fail # Dart issue 2492 76 Language/11_Expressions/30_Identifier_Reference_A05_t02: Fail # Dart issue 2492
77 Language/11_Expressions/30_Identifier_Reference_A07_t01: Fail # Dart issue 7257 77 Language/11_Expressions/30_Identifier_Reference_A07_t01: Fail # Dart issue 7257
78 Language/11_Expressions/30_Identifier_Reference_A08_t02: Fail # Dart issue 5802 78 Language/11_Expressions/30_Identifier_Reference_A08_t02: Fail # Dart issue 5802
79 Language/11_Expressions/31_Type_Test_A01_t02: Fail # Dart issue 7258 79 Language/11_Expressions/31_Type_Test_A01_t02: Fail # Dart issue 7258
80 Language/11_Expressions/31_Type_Test_A01_t04: Fail # Dart issue 7258 80 Language/11_Expressions/31_Type_Test_A01_t04: Fail # Dart issue 7258
81 Language/11_Expressions/32_Type_Cast_A01_t04: Fail # co19 issue 356 81 Language/11_Expressions/32_Type_Cast_A01_t04: Fail # co19 issue 356
82 Language/12_Statements/02_Expression_Statements_A01_t08: Fail # co19 issue 370 ( map literals need 2 type args)
82 Language/12_Statements/03_Variable_Declaration_A04_t07: Fail # Dart issue 7305 83 Language/12_Statements/03_Variable_Declaration_A04_t07: Fail # Dart issue 7305
83 Language/12_Statements/04_Local_Function_Declaration_A02_t02: Fail # Dart issue 5773 84 Language/12_Statements/04_Local_Function_Declaration_A02_t02: Fail # Dart issue 5773
84 Language/12_Statements/06_For_A01_t11: Fail # Dart issue 5675 85 Language/12_Statements/06_For_A01_t11: Fail # Dart issue 5675
85 Language/12_Statements/09_Switch_A01_t02: Fail # Dart issue 2238 86 Language/12_Statements/09_Switch_A01_t02: Fail # Dart issue 2238
86 Language/12_Statements/09_Switch_A02_t01: Fail # Dart issue 7306 87 Language/12_Statements/09_Switch_A02_t01: Fail # Dart issue 7306
87 Language/12_Statements/09_Switch_A02_t02: Fail # Dart issue 7307 88 Language/12_Statements/09_Switch_A02_t02: Fail # Dart issue 7307
88 Language/12_Statements/09_Switch_A02_t03: Fail # Dart issue 7308 89 Language/12_Statements/09_Switch_A02_t03: Fail # Dart issue 7308
89 Language/12_Statements/09_Switch_A03_t01: Fail # Dart issue 7307 90 Language/12_Statements/09_Switch_A03_t01: Fail # Dart issue 7307
90 Language/12_Statements/09_Switch_A03_t02: Fail # Dart issue 7307 91 Language/12_Statements/09_Switch_A03_t02: Fail # Dart issue 7307
91 Language/12_Statements/09_Switch_A04_t01: Fail # Dart issue 6897 92 Language/12_Statements/09_Switch_A04_t01: Fail # Dart issue 6897
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 LibTest/core/Futures/wait_A01_t05: Fail # Future is in async library. co19 issue 367 467 LibTest/core/Futures/wait_A01_t05: Fail # Future is in async library. co19 issue 367
467 LibTest/core/Futures/wait_A01_t06: Fail # Future is in async library. co19 issue 367 468 LibTest/core/Futures/wait_A01_t06: Fail # Future is in async library. co19 issue 367
468 LibTest/core/Futures/wait_A02_t01: Fail # Future is in async library. co19 issue 367 469 LibTest/core/Futures/wait_A02_t01: Fail # Future is in async library. co19 issue 367
469 LibTest/core/Futures/wait_A02_t02: Fail # Future is in async library. co19 issue 367 470 LibTest/core/Futures/wait_A02_t02: Fail # Future is in async library. co19 issue 367
470 471
471 [ $compiler == none && $runtime == vm && $unchecked ] 472 [ $compiler == none && $runtime == vm && $unchecked ]
472 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue 367 473 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue 367
473 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i ssue 367 474 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i ssue 367
474 [ $compiler == none && $runtime == vm && $checked ] 475 [ $compiler == none && $runtime == vm && $checked ]
475 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i ssue 367 476 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i ssue 367
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698