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

Side by Side Diff: dart/tests/co19/co19-leg.status

Issue 10123013: Make frog.py --leg work on Windows. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Add link to MS blog post about Windows file names and URIs Created 8 years, 8 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 | « dart/lib/compiler/implementation/filenames.dart ('k') | 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) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 == dart2js && $system == macos ] 5 [ $compiler == dart2js && $system == macos && $runtime == d8 ]
6 LibTest/core/Math/acos_A01_t01: Fail, OK 6 LibTest/core/Math/acos_A01_t01: Fail, OK
7 LibTest/core/Math/asin_A01_t01: Fail, OK 7 LibTest/core/Math/asin_A01_t01: Fail, OK
8 LibTest/core/Math/atan_A01_t01: Fail, OK 8 LibTest/core/Math/atan_A01_t01: Fail, OK
9 9
10 10
11 # These classes have been removed, co19 issue 79.
12 [ $compiler == dart2js && $runtime == d8 ]
13 LibTest/core/Dispatcher/*: Fail, OK
14 LibTest/core/Proxy/*: Fail, OK
11 [ $compiler == dart2js ] 15 [ $compiler == dart2js ]
kasperl 2012/04/20 06:28:10 Keep some whitespace before the [section] marker?
ahe 2012/04/20 06:48:30 I'm using the lack of whitespace to indicate that
kasperl 2012/04/20 06:54:54 Ah, okay. That actually makes sense :-)
12 # These classes have been removed, co19 issue 79.
13 LibTest/core/Dispatcher/*: Fail, OK
14 LibTest/core/List/every_A03_t01: Fail, OK 16 LibTest/core/List/every_A03_t01: Fail, OK
15 LibTest/core/List/filter_A03_t01: Fail, OK 17 LibTest/core/List/filter_A03_t01: Fail, OK
16 LibTest/core/List/some_A03_t01: Fail, OK 18 LibTest/core/List/some_A03_t01: Fail, OK
17 LibTest/core/Promise/*: Fail, OK 19 LibTest/core/Promise/*: Fail, OK
18 LibTest/core/Proxy/*: Fail, OK
19 20
20 21
21 # missing #import("dart:isolate"), co19 issue 80 22 # missing #import("dart:isolate"), co19 issue 80
22 LibTest/core/Isolate/*: Fail, OK 23 LibTest/core/Isolate/*: Fail, OK
23 LibTest/core/SendPort/*: Fail, OK 24 LibTest/core/SendPort/*: Fail, OK
24 LibTest/core/ReceivePort/*: Fail, OK 25 LibTest/core/ReceivePort/*: Fail, OK
25 26
26 27
27 [ $compiler == dart2js && $checked ] 28 [ $compiler == dart2js && $checked ]
28 # Leg does not support checked mode yet. 29 # Leg does not support checked mode yet.
29 *: Skip 30 *: Skip
30 31
31 32
32 [ $compiler == dart2js && $runtime == drt] 33 [ $compiler == dart2js && $runtime == drt]
33 *: Skip 34 *: Skip
34 35
35 36
36 [ $compiler == dart2js ]
37
38 # 37 #
39 # Issues with co19 test suite. 38 # Issues with co19 test suite.
40 # 39 #
41 # If you add anything here, either file a bug against the Dart 40 # If you add anything here, either file a bug against the Dart
42 # langauge specification, co19 test suite, or add a comment that ahe 41 # langauge specification, co19 test suite, or add a comment that ahe@
43 # can understand so he can file a bug later. 42 # can understand so he can file a bug later.
44 # 43 #
44 [ $compiler == dart2js ]
45 Language/10_Expressions/01_Constants_A15_t01: Fail, OK # Assumes interpolations can't be constant. 45 Language/10_Expressions/01_Constants_A15_t01: Fail, OK # Assumes interpolations can't be constant.
46 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint.
47 Language/10_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint.
48 Language/10_Expressions/07_Maps_A01_t01: Fail, OK # Bad test: an expression stat ement cannot start with a map literal (specification bug). 46 Language/10_Expressions/07_Maps_A01_t01: Fail, OK # Bad test: an expression stat ement cannot start with a map literal (specification bug).
49 Language/10_Expressions/08_Function_Expressions_A01_t05: Fail, OK # Function dec laration takes precedence over function expression. 47 Language/10_Expressions/08_Function_Expressions_A01_t05: Fail, OK # Function dec laration takes precedence over function expression.
50 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail, OK # cannot resolv e type Isolate
51 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t09: Fail, OK # Assumes super scope comes before library scope.
52 Language/10_Expressions/19_Bitwise_Expressions_A01_t01: Fail, OK # Function decl aration takes precedence over function expression. 48 Language/10_Expressions/19_Bitwise_Expressions_A01_t01: Fail, OK # Function decl aration takes precedence over function expression.
53 Language/10_Expressions/20_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression. 49 Language/10_Expressions/20_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression.
54 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail, OK # Function d eclaration takes precedence over function expression. 50 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail, OK # Function d eclaration takes precedence over function expression.
55 Language/10_Expressions/22_Shift_A01_t01: Fail, OK # Function declaration takes precedence over function expression. 51 Language/10_Expressions/22_Shift_A01_t01: Fail, OK # Function declaration takes precedence over function expression.
56 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail, OK # A map literal cannot start an expression statement. 52 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail, OK # A map literal cannot start an expression statement.
57 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail, OK # A map lite ral cannot start an expression statement. 53 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail, OK # A map lite ral cannot start an expression statement.
58 Language/11_Statements/02_Expression_Statements_A01_t05: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug). 54 Language/11_Statements/02_Expression_Statements_A01_t05: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug).
59 Language/11_Statements/02_Expression_Statements_A01_t07: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug). 55 Language/11_Statements/02_Expression_Statements_A01_t07: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug).
60 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t01: Fail, OK # D art issue 2259. 56 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t01: Fail, OK # D art issue 2259.
61 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t03: Fail, OK # D art issue 2259. 57 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t03: Fail, OK # D art issue 2259.
62 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t20: Fail, OK # D art issue 2259. 58 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t20: Fail, OK # D art issue 2259.
63 Language/12_Libraries_and_Scripts/3_Scripts_A01_t16: Fail, OK # Dart issue 2259. 59 Language/12_Libraries_and_Scripts/3_Scripts_A01_t16: Fail, OK # Dart issue 2259.
60 LibTest/core/String/String_class_A02_t01: Fail, OK # compiler cancelled: Unhandl ed non-BMP character: U+10000
61 LibTest/core/String/charCodeAt_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000
62 LibTest/core/String/charCodes_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000
63
64 [ $compiler == dart2js && $runtime == d8 ]
65 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint.
66 Language/10_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint.
67 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail, OK # cannot resolv e type Isolate
68 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t09: Fail, OK # Assumes super scope comes before library scope.
64 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p rint string. 69 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p rint string.
65 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. 70 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int.
66 LibTest/core/List/sort_A01_t02: Fail, OK # No method List.copyFrom. 71 LibTest/core/List/sort_A01_t02: Fail, OK # No method List.copyFrom.
67 LibTest/core/List/sort_A01_t03: Fail, OK # No method List.copyFrom. 72 LibTest/core/List/sort_A01_t03: Fail, OK # No method List.copyFrom.
68 LibTest/core/Match/group_A01_t01: Fail, OK # co19 issue 92. 73 LibTest/core/Match/group_A01_t01: Fail, OK # co19 issue 92.
69 LibTest/core/Match/groups_A01_t01: Fail, OK # co19 issue 92. 74 LibTest/core/Match/groups_A01_t01: Fail, OK # co19 issue 92.
70 LibTest/core/Match/operator_subscript_A01_t01: Fail, OK # co19 issue 92. 75 LibTest/core/Match/operator_subscript_A01_t01: Fail, OK # co19 issue 92.
71 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It erable. 76 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It erable.
72 LibTest/core/Match/str_A01_t01: Fail, OK # Bad test, allMatches return an Iterab le. 77 LibTest/core/Match/str_A01_t01: Fail, OK # Bad test, allMatches return an Iterab le.
73 LibTest/core/Math/exp_A01_t01: Fail, OK # TODO(floitsch): Review. 78 LibTest/core/Math/exp_A01_t01: Fail, OK # TODO(floitsch): Review.
74 LibTest/core/Math/pow_A01_t01: Fail, OK # Bad test (uses x.pow(y), not Math.pow( x, y)). 79 LibTest/core/Math/pow_A01_t01: Fail, OK # Bad test (uses x.pow(y), not Math.pow( x, y)).
75 LibTest/core/Math/pow_A11_t01: Fail, OK # TODO(floitsch): Review. 80 LibTest/core/Math/pow_A11_t01: Fail, OK # TODO(floitsch): Review.
76 LibTest/core/Math/pow_A13_t01: Fail, OK # TODO(floitsch): Review. 81 LibTest/core/Math/pow_A13_t01: Fail, OK # TODO(floitsch): Review.
77 LibTest/core/Math/sin_A01_t01: Fail, OK # TODO(floitsch): Review. 82 LibTest/core/Math/sin_A01_t01: Fail, OK # TODO(floitsch): Review.
78 LibTest/core/Math/tan_A01_t01: Fail, OK # TODO(floitsch): Review. 83 LibTest/core/Math/tan_A01_t01: Fail, OK # TODO(floitsch): Review.
79 LibTest/core/RegExp/Pattern_semantics/firstMatch_AtomEscape_A01_t01: Fail, OK # co19 issue 92. 84 LibTest/core/RegExp/Pattern_semantics/firstMatch_AtomEscape_A01_t01: Fail, OK # co19 issue 92.
80 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A01_t01: Fail, OK # co19 i ssue 92. 85 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A01_t01: Fail, OK # co19 i ssue 92.
81 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail, OK # co19 i ssue 92. 86 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail, OK # co19 i ssue 92.
82 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t01: Fail, OK # co19 i ssue 92. 87 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t01: Fail, OK # co19 i ssue 92.
83 LibTest/core/RegExp/Pattern_semantics/firstMatch_Disjunction_A01_t01: Fail, OK # co19 issue 92. 88 LibTest/core/RegExp/Pattern_semantics/firstMatch_Disjunction_A01_t01: Fail, OK # co19 issue 92.
84 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il, OK # This is not rejected by V8. 89 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il, OK # This is not rejected by V8.
85 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A03_t01: Fail, OK # co19 issue 92. 90 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A03_t01: Fail, OK # co19 issue 92.
86 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail, OK # co19 i ssue 92. 91 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail, OK # co19 i ssue 92.
87 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i ssue 92. 92 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i ssue 92.
88 LibTest/core/RegExp/RegExp_A01_t03: Fail, OK # Expects exception from const cons tructor. 93 LibTest/core/RegExp/RegExp_A01_t03: Fail, OK # Expects exception from const cons tructor.
89 LibTest/core/RegExp/RegExp_A01_t04: Fail, OK # Expects exception from const cons tructor. 94 LibTest/core/RegExp/RegExp_A01_t04: Fail, OK # Expects exception from const cons tructor.
90 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # Bad test, allMatches return an Iterable. 95 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # Bad test, allMatches return an Iterable.
91 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # Bad test, use Match.regexp, n ot Match.pattern. 96 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # Bad test, use Match.regexp, n ot Match.pattern.
92 LibTest/core/String/String_class_A02_t01: Fail, OK # compiler cancelled: Unhandl ed non-BMP character: U+10000
93 LibTest/core/String/charCodeAt_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000
94 LibTest/core/String/charCodes_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000
95 LibTest/core/String/hashCode_A01_t01: Fail, OK # Bad test closurizes hashCode. 97 LibTest/core/String/hashCode_A01_t01: Fail, OK # Bad test closurizes hashCode.
96 LibTest/core/double/toInt_A01_t01: Fail, OK # Requires big int. 98 LibTest/core/double/toInt_A01_t01: Fail, OK # Requires big int.
97 LibTest/core/double/toInt_A01_t02: Fail, OK # Requires big int. 99 LibTest/core/double/toInt_A01_t02: Fail, OK # Requires big int.
98 LibTest/core/double/toInt_A01_t05: Fail, OK # Requires big int. 100 LibTest/core/double/toInt_A01_t05: Fail, OK # Requires big int.
99 LibTest/core/double/toRadixString_A01_t01: Fail, OK # Unimplemented test stub. 101 LibTest/core/double/toRadixString_A01_t01: Fail, OK # Unimplemented test stub.
100 LibTest/core/double/toStringAsExponential_A01_t01: Fail, OK # Unimplemented test stub. 102 LibTest/core/double/toStringAsExponential_A01_t01: Fail, OK # Unimplemented test stub.
101 LibTest/core/double/toStringAsPrecision_A01_t01: Fail, OK # Unimplemented test s tub. 103 LibTest/core/double/toStringAsPrecision_A01_t01: Fail, OK # Unimplemented test s tub.
102 LibTest/core/int/compareTo_A01_t01: Fail, OK # Requires big int. 104 LibTest/core/int/compareTo_A01_t01: Fail, OK # Requires big int.
103 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 testing missing assertion. 105 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 testing missing assertion.
104 LibTest/core/int/isEven_A01_t01: Fail, OK # Not in API. 106 LibTest/core/int/isEven_A01_t01: Fail, OK # Not in API.
105 LibTest/core/int/isOdd_A01_t01: Fail, OK # Not in API. 107 LibTest/core/int/isOdd_A01_t01: Fail, OK # Not in API.
106 LibTest/core/int/operator_NOT_A01_t01: Fail, OK # Requires big int. 108 LibTest/core/int/operator_NOT_A01_t01: Fail, OK # Requires big int.
107 LibTest/core/int/operator_left_shift_A01_t01: Fail, OK # Requires big int. 109 LibTest/core/int/operator_left_shift_A01_t01: Fail, OK # Requires big int.
108 LibTest/core/int/operator_remainder_A01_t03: Fail, OK # Leg only has double. 110 LibTest/core/int/operator_remainder_A01_t03: Fail, OK # Leg only has double.
109 LibTest/core/int/operator_truncating_division_A01_t01: Fail, OK # Requires big i nt. 111 LibTest/core/int/operator_truncating_division_A01_t01: Fail, OK # Requires big i nt.
110 LibTest/core/int/operator_truncating_division_A01_t02: Fail, OK # Leg only has d ouble. 112 LibTest/core/int/operator_truncating_division_A01_t02: Fail, OK # Leg only has d ouble.
111 LibTest/core/int/remainder_A01_t01: Fail, OK # Requires big int. 113 LibTest/core/int/remainder_A01_t01: Fail, OK # Requires big int.
112 LibTest/core/int/remainder_A01_t03: Fail, OK # Leg only has double. 114 LibTest/core/int/remainder_A01_t03: Fail, OK # Leg only has double.
113 LibTest/core/int/toDouble_A01_t01: Fail, OK # Requires big int. 115 LibTest/core/int/toDouble_A01_t01: Fail, OK # Requires big int.
114 LibTest/core/int/toInt_A01_t01: Fail, OK # Requires big int. 116 LibTest/core/int/toInt_A01_t01: Fail, OK # Requires big int.
115 LibTest/core/int/toRadixString_A01_t01: Fail, OK # Bad test: uses Expect.fail, E xpect.throws, assumes case of result, and uses unsupported radixes. 117 LibTest/core/int/toRadixString_A01_t01: Fail, OK # Bad test: uses Expect.fail, E xpect.throws, assumes case of result, and uses unsupported radixes.
116 LibTest/core/int/toStringAsExponential_A01_t01: Fail, OK # Co19 Issue 112. 118 LibTest/core/int/toStringAsExponential_A01_t01: Fail, OK # Co19 Issue 112.
117 LibTest/core/int/toStringAsFixed_A01_t01: Fail, OK # Co19 Issue 114. 119 LibTest/core/int/toStringAsFixed_A01_t01: Fail, OK # Co19 Issue 114.
118 LibTest/core/int/toStringAsPrecision_A01_t01: Fail, OK # Co19 Issue 113. 120 LibTest/core/int/toStringAsPrecision_A01_t01: Fail, OK # Co19 Issue 113.
119 LibTest/core/String/contains_A01_t02: Fail, OK # co19 issue 105. 121 LibTest/core/String/contains_A01_t02: Fail, OK # co19 issue 105.
120 Language/13_Types/4_Interface_Types_A12_t10: Fail, OK # Type test assuming int ! = double. 122 Language/13_Types/4_Interface_Types_A12_t10: Fail, OK # Type test assuming int ! = double.
121 123
122 124
123 # 125 #
124 # The following tests may be broken, but require further review.
125 #
126 LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical t o NaN?
127
128
129 #
130 # The following tests are failing. Please add the error message 126 # The following tests are failing. Please add the error message
131 # (either a compiler error or exception message). The error messages 127 # (either a compiler error or exception message). The error messages
132 # may sometime be out of date. 128 # may sometime be out of date.
133 # 129 #
130 [ $compiler == dart2js ]
134 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A01_t01: Fail # compiler cancelled: internal error: expected expected optional parameters 131 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A01_t01: Fail # compiler cancelled: internal error: expected expected optional parameters
135 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # compiler canc elled: unexpected token 'call' 132 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # compiler canc elled: unexpected token 'call'
136 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t05: Fail # compiler canc elled: unexpected token 'call' 133 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t05: Fail # compiler canc elled: unexpected token 'call'
137 Language/07_Classes/5_Constructors/1_Generative_Constructors_A13_t01: Fail # com piler cancelled: cannot resolve type T 134 Language/07_Classes/5_Constructors/1_Generative_Constructors_A13_t01: Fail # com piler cancelled: cannot resolve type T
138 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Fail # compiler cancelle d: cannot find constructor A or ADef 135 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Fail # compiler cancelle d: cannot find constructor A or ADef
139 Language/07_Classes/8_Superclasses/1_Inheritance_and_Overriding_A02_t03: Fail # compiler cancelled: internal error: super property store not implemented 136 Language/07_Classes/8_Superclasses/1_Inheritance_and_Overriding_A02_t03: Fail # compiler cancelled: internal error: super property store not implemented
140 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: F ail # compiler cancelled: no method named foo in class I 137 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: F ail # compiler cancelled: no method named foo in class I
141 Language/09_Generics/09_Generics_A04_t03: Fail # compiler cancelled: cannot reso lve type N 138 Language/09_Generics/09_Generics_A04_t03: Fail # compiler cancelled: cannot reso lve type N
142 Language/09_Generics/09_Generics_A04_t04: Fail # compiler cancelled: cannot reso lve type T 139 Language/09_Generics/09_Generics_A04_t04: Fail # compiler cancelled: cannot reso lve type T
143 Language/11_Statements/13_Continue_A02_t12: Fail # compiler cancelled: cannot re solve label L 140 Language/11_Statements/13_Continue_A02_t12: Fail # compiler cancelled: cannot re solve label L
144 Language/11_Statements/13_Continue_A02_t13: Fail # compiler cancelled: cannot re solve label L 141 Language/11_Statements/13_Continue_A02_t13: Fail # compiler cancelled: cannot re solve label L
145 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # compiler cancelled: cann ot resolve type MalformedType 142 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # compiler cancelled: cann ot resolve type MalformedType
146 Language/13_Types/4_Interface_Types_A05_t04: Fail # compiler cancelled: cannot r esolve type T 143 Language/13_Types/4_Interface_Types_A05_t04: Fail # compiler cancelled: cannot r esolve type T
147 Language/13_Types/4_Interface_Types_A08_t01: Fail # compiler cancelled: cannot r esolve type S 144 Language/13_Types/4_Interface_Types_A08_t01: Fail # compiler cancelled: cannot r esolve type S
148 Language/13_Types/5_Function_Types_A02_t01: Fail # compiler cancelled: unexpecte d token 'call' 145 Language/13_Types/5_Function_Types_A02_t01: Fail # compiler cancelled: unexpecte d token 'call'
149 Language/13_Types/6_Type_Dynamic_A02_t01: Fail # compiler cancelled: cannot reso lve type S 146 Language/13_Types/6_Type_Dynamic_A02_t01: Fail # compiler cancelled: cannot reso lve type S
150 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # compiler cancelled: internal error: fall-through not implemented
151 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # compiler cancelled: internal error: fall-through not implemented
152 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Pass # internal error: visitIs for typedefs not implemented 147 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Pass # internal error: visitIs for typedefs not implemented
153 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Pass # internal error: visitIs for typedefs not implemented 148 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Pass # internal error: visitIs for typedefs not implemented
154 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Pass # internal error: visitIs for typedefs not implemented 149 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Pass # internal error: visitIs for typedefs not implemented
155 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Pass # internal error: visitIs for typedefs not implemented 150 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Pass # internal error: visitIs for typedefs not implemented
156 151
157 152
158 Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){ f();} 153 Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){ f();}
159 Language/03_Overview/1_Scoping_A02_t12: Fail # duplicate definition of x=42 154 Language/03_Overview/1_Scoping_A02_t12: Fail # duplicate definition of x=42
160 Language/03_Overview/1_Scoping_A02_t13: Fail # duplicate definition of x=0 155 Language/03_Overview/1_Scoping_A02_t13: Fail # duplicate definition of x=0
161 Language/03_Overview/2_Privacy_A01_t06: Fail # cannot resolve type _inaccessible FuncType 156 Language/03_Overview/2_Privacy_A01_t06: Fail # cannot resolve type _inaccessible FuncType
162 Language/03_Overview/2_Privacy_A01_t11: Fail # internal error: super property re ad not implemented 157 Language/03_Overview/2_Privacy_A01_t11: Fail # internal error: super property re ad not implemented
163 Language/03_Overview/2_Privacy_A01_t14: Fail # duplicate definition of _(var _)= > _ 158 Language/03_Overview/2_Privacy_A01_t14: Fail # duplicate definition of _(var _)= > _
164 Language/03_Overview/2_Privacy_A01_t16: Fail # Expect.equals(expected: <1>, actu al: <54>) fails.
165 Language/11_Statements/09_Try_A05_t03: Fail # Expect.isTrue(false) fails.
166 Language/11_Statements/11_Labels_A03_t04: Fail # continue not implemented 159 Language/11_Statements/11_Labels_A03_t04: Fail # continue not implemented
167 Language/11_Statements/14_Throw_A03_t02: Fail # Expect.isTrue(false) fails.
168 Language/11_Statements/14_Throw_A03_t03: Fail # Expect.isTrue(false) fails.
169 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t02: Fail # opera tor-is with typedef. 160 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t02: Fail # opera tor-is with typedef.
170 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t01: Fail # Expect.isTrue(fa lse) fails. 161 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t01: Fail # Expect.isTrue(fa lse) fails.
171 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t02: Fail # Expect.isTrue(fa lse) fails. 162 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t02: Fail # Expect.isTrue(fa lse) fails.
172 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t03: Fail # Expect.isTrue(fa lse) fails. 163 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t03: Fail # Expect.isTrue(fa lse) fails.
173 Language/13_Types/3_Type_Declarations/1_Typedef_A03_t01: Fail # Expect.isTrue(fa lse) fails. 164 Language/13_Types/3_Type_Declarations/1_Typedef_A03_t01: Fail # Expect.isTrue(fa lse) fails.
174 Language/13_Types/3_Type_Declarations/1_Typedef_A04_t01: Fail # Expect.isTrue(fa lse) fails. 165 Language/13_Types/3_Type_Declarations/1_Typedef_A04_t01: Fail # Expect.isTrue(fa lse) fails.
175 Language/13_Types/3_Type_Declarations/1_Typedef_A04_t02: Fail # Expect.isTrue(fa lse) fails. 166 Language/13_Types/3_Type_Declarations/1_Typedef_A04_t02: Fail # Expect.isTrue(fa lse) fails.
176 Language/13_Types/4_Interface_Types_A10_t04: Fail # visitIdentifier for typedefs not implemented 167 Language/13_Types/4_Interface_Types_A10_t04: Fail # visitIdentifier for typedefs not implemented
177 Language/13_Types/4_Interface_Types_A12_t09: Fail # Expect.isFalse(true) fails.
178 Language/13_Types/4_Interface_Types_A12_t12: Fail # Expect.isFalse(true) fails.
179 Language/13_Types/4_Interface_Types_A12_t13: Fail # Expect.isFalse(true) fails.
180 Language/13_Types/4_Interface_Types_A12_t14: Fail # Expect.isFalse(true) fails.
181 Language/13_Types/4_Interface_Types_A12_t16: Fail # Expect.isFalse(true) fails.
182 Language/13_Types/5_Function_Types_A01_t01: Fail # Expect.isTrue(false) fails. 168 Language/13_Types/5_Function_Types_A01_t01: Fail # Expect.isTrue(false) fails.
183 Language/13_Types/5_Function_Types_A01_t02: Fail # Expect.isTrue(false) fails. 169 Language/13_Types/5_Function_Types_A01_t02: Fail # Expect.isTrue(false) fails.
184 Language/13_Types/5_Function_Types_A01_t03: Fail # Expect.isTrue(false) fails. 170 Language/13_Types/5_Function_Types_A01_t03: Fail # Expect.isTrue(false) fails.
185 Language/13_Types/5_Function_Types_A01_t05: Fail # Expect.isTrue(false) fails. 171 Language/13_Types/5_Function_Types_A01_t05: Fail # Expect.isTrue(false) fails.
186 Language/13_Types/5_Function_Types_A01_t06: Fail # Expect.isTrue(false) fails. 172 Language/13_Types/5_Function_Types_A01_t06: Fail # Expect.isTrue(false) fails.
187 Language/13_Types/5_Function_Types_A01_t07: Fail # Expect.isTrue(false) fails. 173 Language/13_Types/5_Function_Types_A01_t07: Fail # Expect.isTrue(false) fails.
188 Language/13_Types/5_Function_Types_A01_t08: Fail # Expect.isTrue(false) fails. 174 Language/13_Types/5_Function_Types_A01_t08: Fail # Expect.isTrue(false) fails.
189 Language/13_Types/5_Function_Types_A01_t09: Fail # Expect.isTrue(false) fails. 175 Language/13_Types/5_Function_Types_A01_t09: Fail # Expect.isTrue(false) fails.
190 Language/13_Types/5_Function_Types_A01_t11: Fail # Expect.isTrue(false) fails. 176 Language/13_Types/5_Function_Types_A01_t11: Fail # Expect.isTrue(false) fails.
191 Language/13_Types/5_Function_Types_A01_t12: Fail # Expect.isTrue(false) fails. 177 Language/13_Types/5_Function_Types_A01_t12: Fail # Expect.isTrue(false) fails.
192 Language/13_Types/5_Function_Types_A01_t13: Fail # Expect.isTrue(false) fails. 178 Language/13_Types/5_Function_Types_A01_t13: Fail # Expect.isTrue(false) fails.
193 Language/13_Types/5_Function_Types_A01_t14: Fail # Expect.isTrue(false) fails. 179 Language/13_Types/5_Function_Types_A01_t14: Fail # Expect.isTrue(false) fails.
194 Language/13_Types/5_Function_Types_A01_t15: Fail # is-check on typedefs. 180 Language/13_Types/5_Function_Types_A01_t15: Fail # is-check on typedefs.
195 Language/13_Types/5_Function_Types_A01_t16: Fail # is-check on typedefs. 181 Language/13_Types/5_Function_Types_A01_t16: Fail # is-check on typedefs.
196 Language/13_Types/5_Function_Types_A01_t17: Fail # is-check on typedefs. 182 Language/13_Types/5_Function_Types_A01_t17: Fail # is-check on typedefs.
197 Language/13_Types/5_Function_Types_A01_t18: Fail # is-check on typedefs. 183 Language/13_Types/5_Function_Types_A01_t18: Fail # is-check on typedefs.
198 Language/13_Types/5_Function_Types_A01_t19: Fail # is-check on typedefs. 184 Language/13_Types/5_Function_Types_A01_t19: Fail # is-check on typedefs.
199 Language/13_Types/5_Function_Types_A01_t20: Fail # is-check on typedefs. 185 Language/13_Types/5_Function_Types_A01_t20: Fail # is-check on typedefs.
200 Language/13_Types/5_Function_Types_A01_t21: Fail # is-check on typedefs. 186 Language/13_Types/5_Function_Types_A01_t21: Fail # is-check on typedefs.
201 Language/13_Types/5_Function_Types_A01_t22: Fail # is-check on typedefs. 187 Language/13_Types/5_Function_Types_A01_t22: Fail # is-check on typedefs.
202 Language/13_Types/5_Function_Types_A01_t23: Fail # is-check on typedefs. 188 Language/13_Types/5_Function_Types_A01_t23: Fail # is-check on typedefs.
189
190
191 Language/10_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented
192 Language/10_Expressions/01_Constants_A15_t24: Fail # test will change: issue 227 7
193 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t01: Fail # Unimplemented non-matching static call
194 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t04: Fail # Unimplemented non-matching static call
195 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t05: Fail # Unimplemented non-matching static call
196 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t04: Fail # internal error: super property store not implemented
197 Language/10_Expressions/20_Equality_A05_t01: Fail # != cannot be called on super
198 Language/10_Expressions/20_Equality_A07_t01: Fail # === cannot be called on supe r
199 Language/10_Expressions/20_Equality_A08_t01: Fail # !== cannot be called on supe r
200 Language/10_Expressions/25_Unary_Expressions_A01_t01: Fail # ! cannot be called on super
201 Language/10_Expressions/25_Unary_Expressions_A01_t10: Fail # internal error: sup er property store not implemented
202 Language/10_Expressions/27_Assignable_Expressions_A01_t02: Fail # internal error : super property store not implemented
203 Language/10_Expressions/27_Assignable_Expressions_A01_t26: Fail # internal error in parser.
204 Language/10_Expressions/27_Assignable_Expressions_A05_t01: Fail # internal error : super property read not implemented
205 Language/10_Expressions/28_Identifier_Reference_A02_t01: Fail # Pseudo keyword " abstract".
206
207 [ $compiler == dart2js && $runtime == d8 ]
208 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # compiler cancelled: internal error: fall-through not implemented
209 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # compiler cancelled: internal error: fall-through not implemented
210 Language/03_Overview/2_Privacy_A01_t16: Fail # Expect.equals(expected: <1>, actu al: <54>) fails.
211 Language/11_Statements/09_Try_A05_t03: Fail # Expect.isTrue(false) fails.
212 Language/11_Statements/14_Throw_A03_t02: Fail # Expect.isTrue(false) fails.
213 Language/11_Statements/14_Throw_A03_t03: Fail # Expect.isTrue(false) fails.
214 Language/13_Types/4_Interface_Types_A12_t09: Fail # Expect.isFalse(true) fails.
215 Language/13_Types/4_Interface_Types_A12_t12: Fail # Expect.isFalse(true) fails.
216 Language/13_Types/4_Interface_Types_A12_t13: Fail # Expect.isFalse(true) fails.
217 Language/13_Types/4_Interface_Types_A12_t14: Fail # Expect.isFalse(true) fails.
218 Language/13_Types/4_Interface_Types_A12_t16: Fail # Expect.isFalse(true) fails.
203 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Expect.fail('Exception expected with the passed null value of the timeZone') 219 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Expect.fail('Exception expected with the passed null value of the timeZone')
204 LibTest/core/Date/toString_A02_t01: Fail # Expect.equals(expected: <1-01-01 00:0 0:00.000>, actual: <0001-01-01 00:00:00.000>) fails. 220 LibTest/core/Date/toString_A02_t01: Fail # Expect.equals(expected: <1-01-01 00:0 0:00.000>, actual: <0001-01-01 00:00:00.000>) fails.
205 LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned i n ExpectException message (Expect.isTrue(false) fails.) 221 LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned i n ExpectException message (Expect.isTrue(false) fails.)
206 LibTest/core/Math/parseDouble_A02_t01: Fail # Expect.fail('BadNumberFormatExcept ion is expected') 222 LibTest/core/Math/parseDouble_A02_t01: Fail # Expect.fail('BadNumberFormatExcept ion is expected')
207 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails. 223 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails.
208 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group' 224 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group'
209 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected') 225 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected')
210 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected') 226 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected')
211 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected') 227 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected')
228 Language/10_Expressions/01_Constants_A10_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented
229 Language/10_Expressions/06_Lists_A07_t02: Fail # generic type information is los t during canonicalization.
230 Language/10_Expressions/07_Maps_A06_t02: Fail # generic type information is lost during canonicalization.
231 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: Fail # TypeError: Object #<Closure> has no method 'call'
232 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A07_t01: Fail # Should throw ObjectNotClosure, not NoSuchMethodException.
233 Language/10_Expressions/16_Assignment_A05_t06: Fail # Wrong name passed to noSuc hMethod.
234 Language/10_Expressions/20_Equality_A06_t01: Fail # Canonicalization.
235 Language/10_Expressions/20_Equality_A09_t01: Fail # Canonicalization.
236 Language/10_Expressions/25_Unary_Expressions_A06_t01: Fail # NoSuchMethodExcepti on : method not found: '-'
237
238 [ $compiler == dart2js && $runtime == none ]
239 Language/12_Libraries_and_Scripts/3_Scripts_A03_t01: Fail # TODO(ahe): Please tr iage
240 Language/12_Libraries_and_Scripts/3_Scripts_A03_t03: Fail # TODO(ahe): Please tr iage
212 241
213 242
214 Language/10_Expressions/01_Constants_A10_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented 243 #
215 Language/10_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented 244 # The following tests may be broken, but require further review.
216 Language/10_Expressions/01_Constants_A15_t24: Fail # test will change: issue 227 7 245 #
217 Language/10_Expressions/06_Lists_A07_t02: Fail # generic type information is los t during canonicalization. 246 [ $compiler == dart2js && $runtime == d8 ]
218 Language/10_Expressions/07_Maps_A06_t02: Fail # generic type information is lost during canonicalization. 247 LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical t o NaN?
219 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t01: Fail # Unimplemented non-matching static call
220 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t04: Fail # Unimplemented non-matching static call
221 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t05: Fail # Unimplemented non-matching static call
222 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: Fail # TypeError: Object #<Closure> has no method 'call'
223 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t04: Fail # internal error: super property store not implemented
224 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A07_t01: Fail # Should throw ObjectNotClosure, not NoSuchMethodException.
225 Language/10_Expressions/16_Assignment_A05_t06: Fail # Wrong name passed to noSuc hMethod.
226 Language/10_Expressions/20_Equality_A05_t01: Fail # != cannot be called on super
227 Language/10_Expressions/20_Equality_A06_t01: Fail # Canonicalization.
228 Language/10_Expressions/20_Equality_A07_t01: Fail # === cannot be called on supe r
229 Language/10_Expressions/20_Equality_A08_t01: Fail # !== cannot be called on supe r
230 Language/10_Expressions/20_Equality_A09_t01: Fail # Canonicalization.
231 Language/10_Expressions/25_Unary_Expressions_A01_t01: Fail # ! cannot be called on super
232 Language/10_Expressions/25_Unary_Expressions_A01_t10: Fail # internal error: sup er property store not implemented
233 Language/10_Expressions/25_Unary_Expressions_A06_t01: Fail # NoSuchMethodExcepti on : method not found: '-'
234 Language/10_Expressions/27_Assignable_Expressions_A01_t02: Fail # internal error : super property store not implemented
235 Language/10_Expressions/27_Assignable_Expressions_A01_t26: Fail # internal error in parser.
236 Language/10_Expressions/27_Assignable_Expressions_A05_t01: Fail # internal error : super property read not implemented
237 Language/10_Expressions/28_Identifier_Reference_A02_t01: Fail # Pseudo keyword " abstract".
238 248
239 249
240 # 250 #
241 # The following tests are all semantic tests that we can rely on dartc 251 # The following tests are all semantic tests that we can rely on dartc
242 # catching for now. 252 # catching for now.
243 # 253 #
254 [ $compiler == dart2js ]
244 Language/03_Overview/1_Scoping_A01_t19: Fail, OK # @compile-error 255 Language/03_Overview/1_Scoping_A01_t19: Fail, OK # @compile-error
245 Language/03_Overview/1_Scoping_A01_t20: Fail, OK # @compile-error 256 Language/03_Overview/1_Scoping_A01_t20: Fail, OK # @compile-error
246 Language/03_Overview/1_Scoping_A01_t21: Fail, OK # @compile-error 257 Language/03_Overview/1_Scoping_A01_t21: Fail, OK # @compile-error
247 Language/03_Overview/1_Scoping_A01_t23: Fail, OK # @compile-error 258 Language/03_Overview/1_Scoping_A01_t23: Fail, OK # @compile-error
248 Language/03_Overview/1_Scoping_A01_t24: Fail, OK # @compile-error 259 Language/03_Overview/1_Scoping_A01_t24: Fail, OK # @compile-error
249 Language/03_Overview/1_Scoping_A01_t35: Fail, OK # @compile-error 260 Language/03_Overview/1_Scoping_A01_t35: Fail, OK # @compile-error
250 Language/03_Overview/1_Scoping_A01_t36: Fail, OK # @compile-error 261 Language/03_Overview/1_Scoping_A01_t36: Fail, OK # @compile-error
251 Language/03_Overview/1_Scoping_A01_t39: Fail, OK # @compile-error 262 Language/03_Overview/1_Scoping_A01_t39: Fail, OK # @compile-error
252 Language/03_Overview/1_Scoping_A01_t40: Fail, OK # @compile-error 263 Language/03_Overview/1_Scoping_A01_t40: Fail, OK # @compile-error
253 Language/03_Overview/1_Scoping_A01_t41: Fail, OK # @compile-error 264 Language/03_Overview/1_Scoping_A01_t41: Fail, OK # @compile-error
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t03: Fail, OK # @ compile-error 504 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t03: Fail, OK # @ compile-error
494 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t02: Fail, OK # @ compile-error 505 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t02: Fail, OK # @ compile-error
495 Language/12_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK # @compile-error 506 Language/12_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK # @compile-error
496 Language/12_Libraries_and_Scripts/1_Imports_A05_t01: Fail, OK # @compile-error 507 Language/12_Libraries_and_Scripts/1_Imports_A05_t01: Fail, OK # @compile-error
497 Language/12_Libraries_and_Scripts/1_Imports_A07_t01: Fail, OK # @compile-error 508 Language/12_Libraries_and_Scripts/1_Imports_A07_t01: Fail, OK # @compile-error
498 Language/12_Libraries_and_Scripts/1_Imports_A07_t02: Fail, OK # @compile-error 509 Language/12_Libraries_and_Scripts/1_Imports_A07_t02: Fail, OK # @compile-error
499 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error 510 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error
500 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error 511 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error
501 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 512 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
502 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error 513 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error
OLDNEW
« no previous file with comments | « dart/lib/compiler/implementation/filenames.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698