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

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

Issue 12940010: Update function subtyping rules to latest spec (issue 9057). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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 | « tests/co19/co19-dart2js.status ('k') | tests/language/function_type_alias_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 [ $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 LibTest/core/int/operator_division_A01_t01: Fail # ~/ returns ints, issue 361 9 LibTest/core/int/operator_division_A01_t01: Fail # ~/ returns ints, issue 361
10 10
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 Language/13_Libraries_and_Scripts/1_Imports_A05_t01: Fail # Dart issue 3206 110 Language/13_Libraries_and_Scripts/1_Imports_A05_t01: Fail # Dart issue 3206
111 Language/13_Libraries_and_Scripts/2_Exports_A04_t02: Fail # Dart issue 6134 111 Language/13_Libraries_and_Scripts/2_Exports_A04_t02: Fail # Dart issue 6134
112 Language/13_Libraries_and_Scripts/2_Exports_A04_t03: Fail # Dart issue 6134 112 Language/13_Libraries_and_Scripts/2_Exports_A04_t03: Fail # Dart issue 6134
113 Language/13_Libraries_and_Scripts/5_URIs_A01_t01: Fail # Dart issue 6352 113 Language/13_Libraries_and_Scripts/5_URIs_A01_t01: Fail # Dart issue 6352
114 Language/13_Libraries_and_Scripts/5_URIs_A01_t04: Fail # Dart issue 7317 114 Language/13_Libraries_and_Scripts/5_URIs_A01_t04: Fail # Dart issue 7317
115 Language/13_Libraries_and_Scripts/5_URIs_A01_t05: Fail # Dart issue 7317 115 Language/13_Libraries_and_Scripts/5_URIs_A01_t05: Fail # Dart issue 7317
116 Language/13_Libraries_and_Scripts/5_URIs_A01_t11: Fail # Dart issue 6352 116 Language/13_Libraries_and_Scripts/5_URIs_A01_t11: Fail # Dart issue 6352
117 Language/13_Libraries_and_Scripts/5_URIs_A01_t14: Fail # Dart issue 7317 117 Language/13_Libraries_and_Scripts/5_URIs_A01_t14: Fail # Dart issue 7317
118 Language/13_Libraries_and_Scripts/5_URIs_A01_t15: Fail # Dart issue 7317 118 Language/13_Libraries_and_Scripts/5_URIs_A01_t15: Fail # Dart issue 7317
119 Language/13_Libraries_and_Scripts/5_URIs_A01_t21: Fail # Dart issue 6352 119 Language/13_Libraries_and_Scripts/5_URIs_A01_t21: Fail # Dart issue 6352
120 Language/14_Types/5_Function_Types_A01_t10: Fail # co19 issue 392
121 Language/14_Types/5_Function_Types_A02_t06: Fail # co19 issue 392
120 Language/14_Types/5_Function_Types_A04_t01: Fail # Dart issue 6921 122 Language/14_Types/5_Function_Types_A04_t01: Fail # Dart issue 6921
121 Language/14_Types/5_Function_Types_A06_t01: Fail # Dart issue 1604 123 Language/14_Types/5_Function_Types_A06_t01: Fail # Dart issue 1604
122 Language/15_Reference/1_Lexical_Rules_A01_t09: Fail # Dart issue 2687 124 Language/15_Reference/1_Lexical_Rules_A01_t09: Fail # Dart issue 2687
123 Language/15_Reference/1_Lexical_Rules_A01_t11: Fail # Dart issue 2687 125 Language/15_Reference/1_Lexical_Rules_A01_t11: Fail # Dart issue 2687
124 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A01_t01: F ail # co19 issue 353 126 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A01_t01: F ail # co19 issue 353
125 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A02_t01: F ail # co19 issue 353 127 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A02_t01: F ail # co19 issue 353
126 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01: F ail # co19 issue 353 128 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01: F ail # co19 issue 353
127 LibTest/core/double/parse_A02_t01: Fail # Dart issue 1929 129 LibTest/core/double/parse_A02_t01: Fail # Dart issue 1929
128 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # Dart issue 5222 130 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # Dart issue 5222
129 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # Dart issue 5222 131 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # Dart issue 5222
(...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 *: Skip 625 *: Skip
624 626
625 [ $compiler == none && $arch == arm ] 627 [ $compiler == none && $arch == arm ]
626 *: Skip 628 *: Skip
627 629
628 [ $compiler == none && $arch == simmips ] 630 [ $compiler == none && $arch == simmips ]
629 *: Skip 631 *: Skip
630 632
631 [ $compiler == none && $arch == mips ] 633 [ $compiler == none && $arch == mips ]
632 *: Skip 634 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/language/function_type_alias_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698