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

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

Issue 10854191: Require two type arguments for map literals (issue 4522). (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 | « samples/webcomponents/shadow_polyfill.dart ('k') | tests/language/const_var_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 test the Clock class which has been removed. 6 # These test the Clock class which has been removed.
7 # issue co19 - 173 7 # issue co19 - 173
8 LibTest/core/Clock/frequency_A01_t01: Fail, OK 8 LibTest/core/Clock/frequency_A01_t01: Fail, OK
9 LibTest/core/Clock/now_A01_t01: Fail, OK 9 LibTest/core/Clock/now_A01_t01: Fail, OK
10 10
11 # Rename "BadNumberFormatException" to "FormatException" 11 # Rename "BadNumberFormatException" to "FormatException"
12 # TODO(rnystrom): These can be enabled when 12 # TODO(rnystrom): These can be enabled when
13 # http://code.google.com/p/co19/issues/detail?id=167 is fixed. 13 # http://code.google.com/p/co19/issues/detail?id=167 is fixed.
14 LibTest/core/BadNumberFormatException/*: Fail 14 LibTest/core/BadNumberFormatException/*: Fail
15 LibTest/core/double/toInt_A01_t03: Fail 15 LibTest/core/double/toInt_A01_t03: Fail
16 LibTest/core/double/toInt_A01_t04: Fail 16 LibTest/core/double/toInt_A01_t04: Fail
17 LibTest/core/Math/parseInt_A02_t01: Fail 17 LibTest/core/Math/parseInt_A02_t01: Fail
18 LibTest/core/Math/parseDouble_A02_t01: Fail 18 LibTest/core/Math/parseDouble_A02_t01: Fail
19 19
20 Language/10_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in c ompile-time constant expression) 20 Language/10_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in c ompile-time constant expression)
21 Language/10_Expressions/01_Constants_A16_t02: Crash, Pass # Should result in OOM 21 Language/10_Expressions/01_Constants_A16_t02: Crash, Pass # Should result in OOM
22 Language/10_Expressions/01_Constants_A15_t48: Fail # co19 issue 171 22 Language/10_Expressions/01_Constants_A15_t48: Fail # co19 issue 171
23 23
24 # co19 175 - related to issue 4522, all need fixing, some passes because of temp orary warning.
25 Language/10_Expressions/07_Maps_A03_t01: Pass, Fail # co19 175
26 Language/10_Expressions/07_Maps_A04_t01: Pass, Fail # co19 175
27 Language/10_Expressions/07_Maps_A04_t02: Pass, Fail # co19 175
28 Language/10_Expressions/07_Maps_A06_t01: Pass, Fail # co19 175
29 Language/10_Expressions/07_Maps_A06_t02: Pass, Fail # co19 175
30 Language/10_Expressions/07_Maps_A07_t04: Pass, Fail # co19 175
31 Language/10_Expressions/07_Maps_A07_t03: Pass, Fail # co19 175
32 Language/10_Expressions/07_Maps_A08_t01: Pass, Fail # co19 175
33 Language/10_Expressions/07_Maps_A10_t01: Pass, Fail # co19 175
34 Language/10_Expressions/07_Maps_A10_t02: Pass, Fail # co19 175
35 Language/10_Expressions/07_Maps_A10_t03: Pass, Fail # co19 175
36 Language/10_Expressions/07_Maps_A10_t04: Pass, Fail # co19 175
37 Language/10_Expressions/07_Maps_A10_t05: Pass, Fail # co19 175
38
24 #co19 issue 172: instance field initializer no longer needs to be CT const. 39 #co19 issue 172: instance field initializer no longer needs to be CT const.
25 Language/07_Classes/4_Instance_Variables_A01_t07: Fail # co19 issue 172 40 Language/07_Classes/4_Instance_Variables_A01_t07: Fail # co19 issue 172
26 Language/07_Classes/4_Instance_Variables_A01_t02: Fail # co19 issue 172 41 Language/07_Classes/4_Instance_Variables_A01_t02: Fail # co19 issue 172
27 Language/07_Classes/4_Instance_Variables_A01_t01: Fail # co19 issue 172 42 Language/07_Classes/4_Instance_Variables_A01_t01: Fail # co19 issue 172
28 43
29 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # issue 1604 (c all operator not implemented) 44 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # issue 1604 (c all operator not implemented)
30 Language/07_Classes/1_Instance_Methods/2_Operators_A06_t01: Fail # issue 1604 (c all operator not implemented) 45 Language/07_Classes/1_Instance_Methods/2_Operators_A06_t01: Fail # issue 1604 (c all operator not implemented)
31 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t05: Fail # issue 1604 (c all operator not implemented) 46 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t05: Fail # issue 1604 (c all operator not implemented)
32 Language/07_Classes/2_Getters_A01_t03: Fail # co19 issue 170 (getter is now lega l under new syntax) 47 Language/07_Classes/2_Getters_A01_t03: Fail # co19 issue 170 (getter is now lega l under new syntax)
33 Language/10_Expressions/05_Strings_A02_t01: Skip # co19 issue 90. 48 Language/10_Expressions/05_Strings_A02_t01: Skip # co19 issue 90.
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 Language/10_Expressions/08_Function_Expressions_A03_t05: Fail 492 Language/10_Expressions/08_Function_Expressions_A03_t05: Fail
478 Language/13_Types/7_Type_Void_A04_t02: Fail # co19 issue 158 493 Language/13_Types/7_Type_Void_A04_t02: Fail # co19 issue 158
479 Language/13_Types/7_Type_Void_A04_t03: Fail # co19 issue 158 494 Language/13_Types/7_Type_Void_A04_t03: Fail # co19 issue 158
480 Language/13_Types/7_Type_Void_A04_t04: Fail # co19 issue 158 495 Language/13_Types/7_Type_Void_A04_t04: Fail # co19 issue 158
481 Language/13_Types/7_Type_Void_A04_t05: Fail # co19 issue 158 496 Language/13_Types/7_Type_Void_A04_t05: Fail # co19 issue 158
482 Language/07_Classes/4_Instance_Variables_A02_t06: Fail # type error 497 Language/07_Classes/4_Instance_Variables_A02_t06: Fail # type error
483 498
484 499
485 [ $runtime == vm && $mode == debug && $unchecked ] 500 [ $runtime == vm && $mode == debug && $unchecked ]
486 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 501 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
OLDNEW
« no previous file with comments | « samples/webcomponents/shadow_polyfill.dart ('k') | tests/language/const_var_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698