OLD | NEW |
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 | 5 |
6 # Crashes first, please. Then untriaged bugs. There is a section below | 6 # Crashes first, please. Then untriaged bugs. There is a section below |
7 # for co19 bugs. | 7 # for co19 bugs. |
8 [ $compiler == dart2js ] | 8 [ $compiler == dart2js ] |
9 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai
lure. | 9 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai
lure. |
10 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai
lure. | 10 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai
lure. |
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
266 # Tests that fail because they use the legacy try-catch syntax. | 266 # Tests that fail because they use the legacy try-catch syntax. |
267 # See co19 issue 184. | 267 # See co19 issue 184. |
268 LibTest/core/List/getRange_A03_t01: Fail, OK | 268 LibTest/core/List/getRange_A03_t01: Fail, OK |
269 LibTest/core/List/setRange_A05_t01: Fail, OK | 269 LibTest/core/List/setRange_A05_t01: Fail, OK |
270 | 270 |
271 # These tests need to be updated for new optional parameter syntax and semantics
, co19 issue 258: | 271 # These tests need to be updated for new optional parameter syntax and semantics
, co19 issue 258: |
272 Language/07_Classes/1_Instance_Methods_A02_t05: Fail, OK | 272 Language/07_Classes/1_Instance_Methods_A02_t05: Fail, OK |
273 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail, OK | 273 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail, OK |
274 Language/14_Types/5_Function_Types_A01_t21: Fail, OK | 274 Language/14_Types/5_Function_Types_A01_t21: Fail, OK |
275 | 275 |
| 276 LibTest/core/String/charCodes_A01_t01: Fail, OK # co19 issue 289 |
| 277 |
276 LibTest/core/Stopwatch/Stopwatch_A01_t01: Fail, OK # co19 issue 297 | 278 LibTest/core/Stopwatch/Stopwatch_A01_t01: Fail, OK # co19 issue 297 |
277 LibTest/core/Stopwatch/elapsed_A01_t03: Fail, OK # co19 issue 297 | 279 LibTest/core/Stopwatch/elapsed_A01_t03: Fail, OK # co19 issue 297 |
278 LibTest/core/Stopwatch/elapsed_A01_t01: Fail, OK # co19 issue 297 | 280 LibTest/core/Stopwatch/elapsed_A01_t01: Fail, OK # co19 issue 297 |
279 LibTest/core/Stopwatch/elapsed_A01_t02: Fail, OK # co19 issue 297 | 281 LibTest/core/Stopwatch/elapsed_A01_t02: Fail, OK # co19 issue 297 |
280 LibTest/core/Stopwatch/elapsedInUs_A01_t01: Fail, OK # co19 issue 297 | 282 LibTest/core/Stopwatch/elapsedInUs_A01_t01: Fail, OK # co19 issue 297 |
281 LibTest/core/Stopwatch/elapsedInMs_A01_t01: Fail, OK # co19 issue 297 | 283 LibTest/core/Stopwatch/elapsedInMs_A01_t01: Fail, OK # co19 issue 297 |
282 LibTest/core/Stopwatch/start_A01_t01: Fail, OK # co19 issue 297 | 284 LibTest/core/Stopwatch/start_A01_t01: Fail, OK # co19 issue 297 |
283 LibTest/core/Stopwatch/start_A01_t02: Fail, OK # co19 issue 297 | 285 LibTest/core/Stopwatch/start_A01_t02: Fail, OK # co19 issue 297 |
284 LibTest/core/Stopwatch/start_A01_t03: Fail, OK # co19 issue 297 | 286 LibTest/core/Stopwatch/start_A01_t03: Fail, OK # co19 issue 297 |
285 LibTest/core/Stopwatch/stop_A01_t01: Fail, OK # co19 issue 297 | 287 LibTest/core/Stopwatch/stop_A01_t01: Fail, OK # co19 issue 297 |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
368 # can understand so he can file a bug later. | 370 # can understand so he can file a bug later. |
369 # | 371 # |
370 [ $compiler == dart2js ] | 372 [ $compiler == dart2js ] |
371 Language/11_Expressions/11_Instance_Creation/1_New_A01_t04: Fail, OK # co19 issu
e 241 | 373 Language/11_Expressions/11_Instance_Creation/1_New_A01_t04: Fail, OK # co19 issu
e 241 |
372 Language/11_Expressions/22_Equality_A01_t19: Fail, OK # co19 issue 241 | 374 Language/11_Expressions/22_Equality_A01_t19: Fail, OK # co19 issue 241 |
373 Language/11_Expressions/22_Equality_A01_t20: Fail, OK # co19 issue 241 | 375 Language/11_Expressions/22_Equality_A01_t20: Fail, OK # co19 issue 241 |
374 Language/11_Expressions/32_Type_Cast_A01_t04: Fail, OK # co19 issue 241 | 376 Language/11_Expressions/32_Type_Cast_A01_t04: Fail, OK # co19 issue 241 |
375 | 377 |
376 Language/11_Expressions/22_Equality_A01_t01: Fail, OK # Function declaration tak
es precedence over function expression. | 378 Language/11_Expressions/22_Equality_A01_t01: Fail, OK # Function declaration tak
es precedence over function expression. |
377 Language/11_Expressions/28_Postfix_Expressions_A01_t01: Fail, OK # A map literal
cannot start an expression statement. | 379 Language/11_Expressions/28_Postfix_Expressions_A01_t01: Fail, OK # A map literal
cannot start an expression statement. |
378 LibTest/core/String/String_class_A02_t01: Fail, OK # Fixed in co19 version 443 | 380 LibTest/core/String/String_class_A02_t01: Pass, Fail, OK # issue 6418 compiler c
ancelled: Unhandled non-BMP character: U+10000 |
379 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01: F
ail, OK # Fixed in co19 version 443 | 381 LibTest/core/String/charCodeAt_A01_t01: Fail, OK # compiler cancelled: Unhandled
non-BMP character: U+10000 |
380 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A02_t01: F
ail, OK # Fixed in co19 version 443 | 382 LibTest/core/String/charCodes_A01_t01: Fail, OK # compiler cancelled: Unhandled
non-BMP character: U+10000 |
381 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A01_t01: F
ail, OK # Fixed in co19 version 443 | |
382 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A05_t01: F
ail, OK # Fixed in co19 version 443 | |
383 | |
384 | 383 |
385 Language/06_Functions/1_Function_Declaration_A02_t03: Fail, OK # co19 issue 210 | 384 Language/06_Functions/1_Function_Declaration_A02_t03: Fail, OK # co19 issue 210 |
386 Language/06_Functions/1_Function_Declaration_A03_t03: Fail, OK # co19 issue 210 | 385 Language/06_Functions/1_Function_Declaration_A03_t03: Fail, OK # co19 issue 210 |
387 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t14: Fail, OK #
co19 issue 210 | 386 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t14: Fail, OK #
co19 issue 210 |
388 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t15: Fail, OK #
co19 issue 210 | 387 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t15: Fail, OK #
co19 issue 210 |
389 Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t09: Fail, OK # co
19 issue 210 | 388 Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t09: Fail, OK # co
19 issue 210 |
390 | 389 |
391 Language/03_Overview/1_Scoping_A01_t40: Fail, OK # co19 issue 188 | 390 Language/03_Overview/1_Scoping_A01_t40: Fail, OK # co19 issue 188 |
392 Language/03_Overview/1_Scoping_A01_t41: Fail, OK # co19 issue 188 | 391 Language/03_Overview/1_Scoping_A01_t41: Fail, OK # co19 issue 188 |
393 | 392 |
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
789 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 | 788 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 |
790 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 | 789 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 |
791 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 | 790 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 |
792 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 | 791 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 |
793 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 | 792 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 |
794 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 | 793 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 |
795 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 | 794 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 |
796 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 | 795 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 |
797 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 | 796 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 |
798 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 | 797 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 |
OLD | NEW |