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

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

Issue 23606010: Fix various parser bugs related to modifiers of top-level and class members. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address comments. Created 7 years, 3 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 == dart2js && $runtime == drt ] 5 [ $compiler == dart2js && $runtime == drt ]
6 LibTest/core/List/sort_A01_t02: Pass, Fail # v8 bug: Issue 12293 6 LibTest/core/List/sort_A01_t02: Pass, Fail # v8 bug: Issue 12293
7 LibTest/core/List/sort_A01_t03: Pass, Fail # v8 bug: Issue 12293 7 LibTest/core/List/sort_A01_t03: Pass, Fail # v8 bug: Issue 12293
8 LibTest/core/Map/Map_class_A01_t04: Pass, Fail # v8 bug: Issue 12293 8 LibTest/core/Map/Map_class_A01_t04: Pass, Fail # v8 bug: Issue 12293
9 9
10 [ $compiler == dart2js && $runtime == jsshell ] 10 [ $compiler == dart2js && $runtime == jsshell ]
11 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash. 11 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash.
12 LibTest/core/List/sort_A01_t04: Fail, Pass, Timeout # Must be a bug in jsshell, test sometimes times out. 12 LibTest/core/List/sort_A01_t04: Fail, Pass, Timeout # Must be a bug in jsshell, test sometimes times out.
13 13
14 [ $compiler == dart2js && $checked && $runtime == ie9 ] 14 [ $compiler == dart2js && $checked && $runtime == ie9 ]
15 LibTest/isolate/isolate_api/spawnUri_A02_t03: Pass, Fail # Issue 8920 15 LibTest/isolate/isolate_api/spawnUri_A02_t03: Pass, Fail # Issue 8920
16 16
17 17
18 # Crashes first, please. Then untriaged bugs. There is a section below 18 # Crashes first, please. Then untriaged bugs. There is a section below
19 # for co19 bugs. 19 # for co19 bugs.
20 [ $compiler == dart2js ] 20 [ $compiler == dart2js ]
21 21
22 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure. 22 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure.
23 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure. 23 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure.
24 Language/07_Classes/07_Classes_A03_t07: Fail # TODO(ahe): Please triage this fai lure.
25 Language/07_Classes/6_Constructors/2_Factories_A07_t01: Fail # TODO(ahe): Please triage this failure. 24 Language/07_Classes/6_Constructors/2_Factories_A07_t01: Fail # TODO(ahe): Please triage this failure.
26 LibTest/core/List/List_A03_t01: Fail # TODO(kasperl): Please triage this failure . 25 LibTest/core/List/List_A03_t01: Fail # TODO(kasperl): Please triage this failure .
27 LibTest/core/double/INFINITY_A01_t04: Fail # TODO(ahe): Please triage this failu re. 26 LibTest/core/double/INFINITY_A01_t04: Fail # TODO(ahe): Please triage this failu re.
28 LibTest/core/double/NEGATIVE_INFINITY_A01_t04: Fail # TODO(ahe): Please triage t his failure. 27 LibTest/core/double/NEGATIVE_INFINITY_A01_t04: Fail # TODO(ahe): Please triage t his failure.
29 LibTest/core/List/sort_A01_t04: Pass, Slow # http://dartbug.com/11846 28 LibTest/core/List/sort_A01_t04: Pass, Slow # http://dartbug.com/11846
30 29
31 30
32 [ $compiler == dart2js && $runtime == jsshell ] 31 [ $compiler == dart2js && $runtime == jsshell ]
33 LibTest/isolate/SendPort/send_A02_t05: Fail, Pass # TODO(ahe): Please triage thi s failure. 32 LibTest/isolate/SendPort/send_A02_t05: Fail, Pass # TODO(ahe): Please triage thi s failure.
34 LibTest/isolate/SendPort/send_A02_t06: Fail, Pass # TODO(ahe): Please triage thi s failure. 33 LibTest/isolate/SendPort/send_A02_t06: Fail, Pass # TODO(ahe): Please triage thi s failure.
(...skipping 12 matching lines...) Expand all
47 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # Issue 6750 46 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # Issue 6750
48 47
49 LibTest/typed_data/Float64List/Float64List.view_A01_t01: Fail, OK # Issue 12928 48 LibTest/typed_data/Float64List/Float64List.view_A01_t01: Fail, OK # Issue 12928
50 LibTest/typed_data/Float32List/Float32List.view_A01_t01: Fail, OK # Issue 12928 49 LibTest/typed_data/Float32List/Float32List.view_A01_t01: Fail, OK # Issue 12928
51 LibTest/typed_data/Uint16List/Uint16List.view_A01_t01: Fail, OK # Issue 12928 50 LibTest/typed_data/Uint16List/Uint16List.view_A01_t01: Fail, OK # Issue 12928
52 LibTest/typed_data/Uint32List/Uint32List.view_A01_t01: Fail, OK # Issue 12928 51 LibTest/typed_data/Uint32List/Uint32List.view_A01_t01: Fail, OK # Issue 12928
53 LibTest/typed_data/Int32List/Int32List.view_A01_t01: Fail, OK # Issue 12928 52 LibTest/typed_data/Int32List/Int32List.view_A01_t01: Fail, OK # Issue 12928
54 LibTest/typed_data/Float32x4List/Float32x4List.view_A01_t01: Fail, OK # Issue 12 928 53 LibTest/typed_data/Float32x4List/Float32x4List.view_A01_t01: Fail, OK # Issue 12 928
55 54
56 55
57 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail # Partially impleme nted rediriecting constructors makes this fail.
58
59 [ $compiler == dart2js && $runtime == ie9 ] 56 [ $compiler == dart2js && $runtime == ie9 ]
60 LibTest/async/Completer/completeError_A02_t01: Pass, Fail # Issue 8920 57 LibTest/async/Completer/completeError_A02_t01: Pass, Fail # Issue 8920
61 LibTest/async/Stream/listen_A04_t01: Pass, Timeout # Issue: 8920 58 LibTest/async/Stream/listen_A04_t01: Pass, Timeout # Issue: 8920
62 LibTest/core/DateTime/timeZoneName_A01_t01: Fail # Issue: 8920 59 LibTest/core/DateTime/timeZoneName_A01_t01: Fail # Issue: 8920
63 LibTest/core/double/round_A01_t01: Fail # Issue: 8920 60 LibTest/core/double/round_A01_t01: Fail # Issue: 8920
64 LibTest/core/double/toRadixString_A01_t01: Fail # Issue: 8920 61 LibTest/core/double/toRadixString_A01_t01: Fail # Issue: 8920
65 LibTest/core/double/toStringAsExponential_A01_t04: Fail # Issue: 8920 62 LibTest/core/double/toStringAsExponential_A01_t04: Fail # Issue: 8920
66 LibTest/core/double/toStringAsPrecision_A01_t04: Fail # Issue: 8920 63 LibTest/core/double/toStringAsPrecision_A01_t04: Fail # Issue: 8920
67 LibTest/core/int/compareTo_A01_t01: Fail # Issue: 8920 64 LibTest/core/int/compareTo_A01_t01: Fail # Issue: 8920
68 LibTest/core/int/operator_left_shift_A01_t01: Fail # Issue: 8920 65 LibTest/core/int/operator_left_shift_A01_t01: Fail # Issue: 8920
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 # Missing compile-time errors. 206 # Missing compile-time errors.
210 # 207 #
211 [ $compiler == dart2js ] 208 [ $compiler == dart2js ]
212 Language/03_Overview/1_Scoping_A01_t39: Fail # dartbug.com/7202 209 Language/03_Overview/1_Scoping_A01_t39: Fail # dartbug.com/7202
213 Language/05_Variables/05_Variables_A01_t04: Fail # Checks that a variable declar ation cannot contain both 'final' and 'var'. 210 Language/05_Variables/05_Variables_A01_t04: Fail # Checks that a variable declar ation cannot contain both 'final' and 'var'.
214 Language/05_Variables/05_Variables_A01_t05: Fail # Checks that a variable declar ation cannot contain both 'var' and 'type'. 211 Language/05_Variables/05_Variables_A01_t05: Fail # Checks that a variable declar ation cannot contain both 'var' and 'type'.
215 Language/05_Variables/05_Variables_A01_t08: Fail # Checks different variables in a single variable declaration must be delimited by commas. 212 Language/05_Variables/05_Variables_A01_t08: Fail # Checks different variables in a single variable declaration must be delimited by commas.
216 Language/05_Variables/05_Variables_A01_t12: Fail # Checks that variable declarat ion cannot contain both 'const' and 'var'. 213 Language/05_Variables/05_Variables_A01_t12: Fail # Checks that variable declarat ion cannot contain both 'const' and 'var'.
217 Language/05_Variables/05_Variables_A01_t13: Fail # Checks that variable declarat ion cannot contain both 'const' and 'final'. 214 Language/05_Variables/05_Variables_A01_t13: Fail # Checks that variable declarat ion cannot contain both 'const' and 'final'.
218 Language/05_Variables/05_Variables_A01_t14: Fail # Checks that variable declarat ion cannot contain 'const', 'final' and 'var' simultaneously. 215 Language/05_Variables/05_Variables_A01_t14: Fail # Checks that variable declarat ion cannot contain 'const', 'final' and 'var' simultaneously.
219 Language/05_Variables/05_Variables_A01_t15: Fail # Checks that a variable declar ation cannot contain the 'abstract' keyword.
220 Language/05_Variables/05_Variables_A07_t05: Fail # Checks that a compile-time er ror occurs if a local constant variable is not initialized at declaration. 216 Language/05_Variables/05_Variables_A07_t05: Fail # Checks that a compile-time er ror occurs if a local constant variable is not initialized at declaration.
221 Language/05_Variables/05_Variables_A07_t06: Fail # Checks that a compile-time er ror occurs if a local typed constant variable is not initialized at declaration. 217 Language/05_Variables/05_Variables_A07_t06: Fail # Checks that a compile-time er ror occurs if a local typed constant variable is not initialized at declaration.
222 Language/05_Variables/05_Variables_A07_t07: Fail # Checks that a compile-time er ror occurs if a global constant variable is not initialized at declaration. 218 Language/05_Variables/05_Variables_A07_t07: Fail # Checks that a compile-time er ror occurs if a global constant variable is not initialized at declaration.
223 Language/05_Variables/05_Variables_A07_t08: Fail # Checks that a compile-time er ror occurs if a global typed constant variable is not initialized at declaration . 219 Language/05_Variables/05_Variables_A07_t08: Fail # Checks that a compile-time er ror occurs if a global typed constant variable is not initialized at declaration .
224 Language/05_Variables/05_Variables_A08_t01: Fail # Checks that a compile-time er ror occurs if a constant variable is not initialized. 220 Language/05_Variables/05_Variables_A08_t01: Fail # Checks that a compile-time er ror occurs if a constant variable is not initialized.
225 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t03: Fail # Che cks that a required parameter can be constant. Reassigning it should produce a c ompile-time error. 221 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t03: Fail # Che cks that a required parameter can be constant. Reassigning it should produce a c ompile-time error.
226 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t04: Fail # Che cks that static variable declaration can't be a required formal parameter 222 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t04: Fail # Che cks that static variable declaration can't be a required formal parameter
227 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t06: Fail # Che cks that a functionSignature parameter cannot be final. 223 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t06: Fail # Che cks that a functionSignature parameter cannot be final.
228 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t07: Fail # Che cks that a functionSignature parameter cannot be declared as variable. 224 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t07: Fail # Che cks that a functionSignature parameter cannot be declared as variable.
229 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # TOD O(ahe): Enforce optional parameter semantics. 225 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # TOD O(ahe): Enforce optional parameter semantics.
230 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # TOD O(ahe): Enforce optional parameter semantics. 226 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # TOD O(ahe): Enforce optional parameter semantics.
231 Language/06_Functions/2_Formal_Parameters_A03_t01: Fail # Checks that it is a co mpile-time error if a required parameter is declared as a constant variable. 227 Language/06_Functions/2_Formal_Parameters_A03_t01: Fail # Checks that it is a co mpile-time error if a required parameter is declared as a constant variable.
232 Language/06_Functions/2_Formal_Parameters_A03_t02: Fail # Checks that it is a co mpile-time error if a required parameter is declared as a constant typed variabl e. 228 Language/06_Functions/2_Formal_Parameters_A03_t02: Fail # Checks that it is a co mpile-time error if a required parameter is declared as a constant typed variabl e.
233 Language/06_Functions/2_Formal_Parameters_A03_t03: Fail # TODO(ahe): Enforce opt ional parameter semantics. 229 Language/06_Functions/2_Formal_Parameters_A03_t03: Fail # TODO(ahe): Enforce opt ional parameter semantics.
234 Language/06_Functions/2_Formal_Parameters_A03_t04: Fail # TODO(ahe): Enforce opt ional parameter semantics. 230 Language/06_Functions/2_Formal_Parameters_A03_t04: Fail # TODO(ahe): Enforce opt ional parameter semantics.
235 Language/06_Functions/2_Formal_Parameters_A03_t05: Fail # Checks that it is a co mpile-time error if an optional named parameter is declared as a constant typed variable. 231 Language/06_Functions/2_Formal_Parameters_A03_t05: Fail # Checks that it is a co mpile-time error if an optional named parameter is declared as a constant typed variable.
236 Language/06_Functions/2_Formal_Parameters_A03_t05: Fail # Checks that it is a co mpile-time error if an optional positional parameter is declared as a constant v ariable. 232 Language/06_Functions/2_Formal_Parameters_A03_t05: Fail # Checks that it is a co mpile-time error if an optional positional parameter is declared as a constant v ariable.
237 Language/06_Functions/2_Formal_Parameters_A03_t06: Fail # TODO(ahe): Enforce opt ional parameter semantics. 233 Language/06_Functions/2_Formal_Parameters_A03_t06: Fail # TODO(ahe): Enforce opt ional parameter semantics.
238 Language/07_Classes/07_Classes_A02_t02: Fail # Checks that it is a compile-time error if a constant constructor declaration includes a body. 234 Language/07_Classes/07_Classes_A02_t02: Fail # Checks that it is a compile-time error if a constant constructor declaration includes a body.
239 Language/07_Classes/07_Classes_A02_t04: Fail # Checks that it is a compile-time error if a constant constructor declaration with initializers includes a body. 235 Language/07_Classes/07_Classes_A02_t04: Fail # Checks that it is a compile-time error if a constant constructor declaration with initializers includes a body.
240 Language/07_Classes/07_Classes_A02_t11: Fail # Checks that it is a compile-time error if a static final variable declaration does not include explicit initializ er. 236 Language/07_Classes/07_Classes_A02_t11: Fail # Checks that it is a compile-time error if a static final variable declaration does not include explicit initializ er.
241 Language/07_Classes/07_Classes_A03_t02: Fail # Checks that it is a compile-time error if a factory constructor method definition does not include a body.
242 Language/07_Classes/07_Classes_A03_t08: Fail # Checks that it is a compile-time error if a static setter method definition does not include a body.
243 Language/07_Classes/07_Classes_A03_t09: Fail # Checks that it is a compile-time error if a static function method definition does not include a body.
244 Language/07_Classes/07_Classes_A04_t19: Fail # Checks that an abstract static me thod can't be used in place of a class member definition./
245 Language/07_Classes/07_Classes_A04_t21: Fail # Checks that a static operator can 't be used in place of a class member definition.
246 Language/07_Classes/07_Classes_A04_t22: Fail # Checks that an abstract static op erator can't be used in place of a class member definition./
247 Language/07_Classes/07_Classes_A04_t24: Fail # Checks that a static abstract get ter can't be used in place of a class member definition.
248 Language/07_Classes/07_Classes_A04_t25: Fail # Checks that a static abstract set ter can't be used in place of a class member definition.
249 Language/07_Classes/07_Classes_A11_t01: Fail # Checks that a class name cannot b e used as a name of a member variable. 237 Language/07_Classes/07_Classes_A11_t01: Fail # Checks that a class name cannot b e used as a name of a member variable.
250 Language/07_Classes/07_Classes_A11_t03: Fail # Checks that a class name cannot b e used as a name of a static variable. 238 Language/07_Classes/07_Classes_A11_t03: Fail # Checks that a class name cannot b e used as a name of a static variable.
251 Language/07_Classes/6_Constructors/3_Constant_Constructors_A03_t01: Fail # Check s that a compile-time error is produced when a class with constant constructor also declares a non-final instance variable. 239 Language/07_Classes/6_Constructors/3_Constant_Constructors_A03_t01: Fail # Check s that a compile-time error is produced when a class with constant constructor also declares a non-final instance variable.
252 Language/12_Expressions/01_Constants_A16_t01: Fail # Checks that an IntegerDivis ionByZeroException raised during evaluation of a compile-time constant causes a compile-time error. 240 Language/12_Expressions/01_Constants_A16_t01: Fail # Checks that an IntegerDivis ionByZeroException raised during evaluation of a compile-time constant causes a compile-time error.
253 Language/12_Expressions/01_Constants_A16_t02: Fail # Checks that an OutOfMemoryE xception raised during evaluation of a compile-time constant causes a compile-ti me error. 241 Language/12_Expressions/01_Constants_A16_t02: Fail # Checks that an OutOfMemoryE xception raised during evaluation of a compile-time constant causes a compile-ti me error.
254 Language/12_Expressions/01_Constants_A20_t03: Fail # Checks that an identifier e xpression that denotes a type parameter can not be assigned to a constant varia ble. 242 Language/12_Expressions/01_Constants_A20_t03: Fail # Checks that an identifier e xpression that denotes a type parameter can not be assigned to a constant varia ble.
255 Language/12_Expressions/05_Strings/1_String_Interpolation_A01_t09: Fail # Checks that it is a compile-time error if a string interpolation construct does not st art with IDENTIFIER_NO_DOLLAR or opening brace. 243 Language/12_Expressions/05_Strings/1_String_Interpolation_A01_t09: Fail # Checks that it is a compile-time error if a string interpolation construct does not st art with IDENTIFIER_NO_DOLLAR or opening brace.
256 Language/12_Expressions/05_Strings_A02_t46: Fail # Checks that multi-line string s that contain characters and sequences prohibited by this grammar, cause compil e-time errors. 244 Language/12_Expressions/05_Strings_A02_t46: Fail # Checks that multi-line string s that contain characters and sequences prohibited by this grammar, cause compil e-time errors.
257 Language/12_Expressions/05_Strings_A02_t48: Fail # Checks that multi-line string s that contain characters and sequences prohibited by this grammar, cause compil e-time errors. 245 Language/12_Expressions/05_Strings_A02_t48: Fail # Checks that multi-line string s that contain characters and sequences prohibited by this grammar, cause compil e-time errors.
258 Language/12_Expressions/22_Equality_A01_t15: Fail # Checks that equality express ions cannot be operands of another equality expression. 246 Language/12_Expressions/22_Equality_A01_t15: Fail # Checks that equality express ions cannot be operands of another equality expression.
(...skipping 23 matching lines...) Expand all
282 Language/15_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail # Checks that a co mpile error is produced when a default value is specified for an optional named argument in a function type alias. 270 Language/15_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail # Checks that a co mpile error is produced when a default value is specified for an optional named argument in a function type alias.
283 Language/15_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail # Checks that a co mpile error is produced when a default value is specified for one of the require d arguments in a function type alias. 271 Language/15_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail # Checks that a co mpile error is produced when a default value is specified for one of the require d arguments in a function type alias.
284 Language/15_Types/3_Type_Declarations/1_Typedef_A06_t05: Fail # Checks that a co mpile error is produced when default values are specified for several parameters in a function type alias. 272 Language/15_Types/3_Type_Declarations/1_Typedef_A06_t05: Fail # Checks that a co mpile error is produced when default values are specified for several parameters in a function type alias.
285 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # Checks that self -referencing typedef is not allowed (return value type annotation has the same n ame as the type alias). 273 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # Checks that self -referencing typedef is not allowed (return value type annotation has the same n ame as the type alias).
286 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # Checks that self -referencing typedef is not allowed (positional formal parameter type annotation has the same name as the type alias). 274 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # Checks that self -referencing typedef is not allowed (positional formal parameter type annotation has the same name as the type alias).
287 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # Checks that self -referencing typedef is not allowed (positional optional parameter type annotati on has the same name as the type alias). 275 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # Checks that self -referencing typedef is not allowed (positional optional parameter type annotati on has the same name as the type alias).
288 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # Checks that self -referencing typedef is not allowed (named optional parameter type annotation ha s the same name as the type alias). 276 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # Checks that self -referencing typedef is not allowed (named optional parameter type annotation ha s the same name as the type alias).
289 Language/16_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: Fail # Checks th at other Unicode whitespaces are not allowed: check NO-BREAK SPACE (U+00A0) 277 Language/16_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: Fail # Checks th at other Unicode whitespaces are not allowed: check NO-BREAK SPACE (U+00A0)
290 Language/16_Reference/1_Lexical_Rules_A02_t06: Fail # Checks that Unicode whites paces other than WHITESPACE are not permitted in the source code. Checks symbol U+00a0. 278 Language/16_Reference/1_Lexical_Rules_A02_t06: Fail # Checks that Unicode whites paces other than WHITESPACE are not permitted in the source code. Checks symbol U+00a0.
291 279
280
292 # 281 #
293 # Unexpected compile-time errors. 282 # Unexpected compile-time errors.
294 # 283 #
295 [ $compiler == dart2js ] 284 [ $compiler == dart2js ]
296 Language/07_Classes/3_Setters_A04_t01: Fail # http://dartbug.com/5023 285 Language/07_Classes/3_Setters_A04_t01: Fail # http://dartbug.com/5023
297 Language/07_Classes/3_Setters_A04_t02: Fail # http://dartbug.com/5023 286 Language/07_Classes/3_Setters_A04_t02: Fail # http://dartbug.com/5023
298 Language/07_Classes/3_Setters_A04_t03: Fail # http://dartbug.com/5023 287 Language/07_Classes/3_Setters_A04_t03: Fail # http://dartbug.com/5023
299 Language/07_Classes/3_Setters_A04_t04: Fail # http://dartbug.com/5023 288 Language/07_Classes/3_Setters_A04_t04: Fail # http://dartbug.com/5023
300 Language/07_Classes/3_Setters_A04_t05: Fail # http://dartbug.com/5023 289 Language/07_Classes/3_Setters_A04_t05: Fail # http://dartbug.com/5023
301 Language/07_Classes/3_Setters_A04_t06: Fail # http://dartbug.com/5023 290 Language/07_Classes/3_Setters_A04_t06: Fail # http://dartbug.com/5023
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 Language/14_Libraries_and_Scripts/1_Imports_A03_t30: fail # co19-roll r546: Plea se triage this failure 397 Language/14_Libraries_and_Scripts/1_Imports_A03_t30: fail # co19-roll r546: Plea se triage this failure
409 Language/14_Libraries_and_Scripts/1_Imports_A03_t47: fail # co19-roll r546: Plea se triage this failure 398 Language/14_Libraries_and_Scripts/1_Imports_A03_t47: fail # co19-roll r546: Plea se triage this failure
410 Language/14_Libraries_and_Scripts/1_Imports_A03_t48: fail # co19-roll r546: Plea se triage this failure 399 Language/14_Libraries_and_Scripts/1_Imports_A03_t48: fail # co19-roll r546: Plea se triage this failure
411 Language/14_Libraries_and_Scripts/1_Imports_A03_t49: fail # co19-roll r546: Plea se triage this failure 400 Language/14_Libraries_and_Scripts/1_Imports_A03_t49: fail # co19-roll r546: Plea se triage this failure
412 Language/14_Libraries_and_Scripts/1_Imports_A03_t50: fail # co19-roll r546: Plea se triage this failure 401 Language/14_Libraries_and_Scripts/1_Imports_A03_t50: fail # co19-roll r546: Plea se triage this failure
413 Language/14_Libraries_and_Scripts/1_Imports_A03_t67: fail # co19-roll r546: Plea se triage this failure 402 Language/14_Libraries_and_Scripts/1_Imports_A03_t67: fail # co19-roll r546: Plea se triage this failure
414 Language/14_Libraries_and_Scripts/1_Imports_A03_t68: fail # co19-roll r546: Plea se triage this failure 403 Language/14_Libraries_and_Scripts/1_Imports_A03_t68: fail # co19-roll r546: Plea se triage this failure
415 Language/14_Libraries_and_Scripts/1_Imports_A03_t69: fail # co19-roll r546: Plea se triage this failure 404 Language/14_Libraries_and_Scripts/1_Imports_A03_t69: fail # co19-roll r546: Plea se triage this failure
416 Language/14_Libraries_and_Scripts/1_Imports_A03_t70: fail # co19-roll r546: Plea se triage this failure 405 Language/14_Libraries_and_Scripts/1_Imports_A03_t70: fail # co19-roll r546: Plea se triage this failure
417 Language/14_Libraries_and_Scripts/1_Imports_A04_t03: fail # co19-roll r546: Plea se triage this failure 406 Language/14_Libraries_and_Scripts/1_Imports_A04_t03: fail # co19-roll r546: Plea se triage this failure
418 Language/14_Libraries_and_Scripts/3_Parts_A03_t02: fail # co19-roll r546: Please triage this failure
419 Language/14_Libraries_and_Scripts/4_Scripts_A03_t01: fail # co19-roll r546: Plea se triage this failure 407 Language/14_Libraries_and_Scripts/4_Scripts_A03_t01: fail # co19-roll r546: Plea se triage this failure
420 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: fail # co19-roll r546: Plea se triage this failure 408 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: fail # co19-roll r546: Plea se triage this failure
421 Language/14_Libraries_and_Scripts/5_URIs_A01_t01: fail # co19-roll r546: Please triage this failure 409 Language/14_Libraries_and_Scripts/5_URIs_A01_t01: fail # co19-roll r546: Please triage this failure
422 Language/14_Libraries_and_Scripts/5_URIs_A01_t11: fail # co19-roll r546: Please triage this failure 410 Language/14_Libraries_and_Scripts/5_URIs_A01_t11: fail # co19-roll r546: Please triage this failure
423 Language/14_Libraries_and_Scripts/5_URIs_A01_t21: fail # co19-roll r546: Please triage this failure 411 Language/14_Libraries_and_Scripts/5_URIs_A01_t21: fail # co19-roll r546: Please triage this failure
424 Language/15_Types/4_Interface_Types_A11_t01: crash # co19-roll r546: Please tria ge this failure 412 Language/15_Types/4_Interface_Types_A11_t01: crash # co19-roll r546: Please tria ge this failure
425 Language/15_Types/4_Interface_Types_A11_t02: crash # co19-roll r546: Please tria ge this failure 413 Language/15_Types/4_Interface_Types_A11_t02: crash # co19-roll r546: Please tria ge this failure
426 Language/15_Types/4_Interface_Types_A11_t04: fail # co19-roll r546: Please triag e this failure 414 Language/15_Types/4_Interface_Types_A11_t04: fail # co19-roll r546: Please triag e this failure
427 Language/15_Types/4_Interface_Types_A12_t10: fail # co19-roll r546: Please triag e this failure 415 Language/15_Types/4_Interface_Types_A12_t10: fail # co19-roll r546: Please triag e this failure
428 LibTest/core/DateTime/DateTime_A01_t03: fail # co19-roll r546: Please triage thi s failure 416 LibTest/core/DateTime/DateTime_A01_t03: fail # co19-roll r546: Please triage thi s failure
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
582 LibTest/typed_data/Float32x4List/runtimeType_A01_t01: fail # co19-roll r559: Ple ase triage this failure 570 LibTest/typed_data/Float32x4List/runtimeType_A01_t01: fail # co19-roll r559: Ple ase triage this failure
583 LibTest/typed_data/Float64List/runtimeType_A01_t01: fail # co19-roll r559: Pleas e triage this failure 571 LibTest/typed_data/Float64List/runtimeType_A01_t01: fail # co19-roll r559: Pleas e triage this failure
584 LibTest/typed_data/Int16List/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure 572 LibTest/typed_data/Int16List/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure
585 LibTest/typed_data/Int32List/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure 573 LibTest/typed_data/Int32List/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure
586 LibTest/typed_data/Int8List/runtimeType_A01_t01: fail # co19-roll r559: Please t riage this failure 574 LibTest/typed_data/Int8List/runtimeType_A01_t01: fail # co19-roll r559: Please t riage this failure
587 LibTest/typed_data/Uint16List/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure 575 LibTest/typed_data/Uint16List/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure
588 LibTest/typed_data/Uint32List/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure 576 LibTest/typed_data/Uint32List/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure
589 LibTest/typed_data/Uint8ClampedList/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure 577 LibTest/typed_data/Uint8ClampedList/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure
590 LibTest/typed_data/Uint8List/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure 578 LibTest/typed_data/Uint8List/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure
591 579
OLDNEW
« no previous file with comments | « dart/tests/co19/co19-dart2dart.status ('k') | dart/tests/compiler/dart2js/message_kind_helper.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698