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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
270 # Tests that fail because they use the legacy try-catch syntax. | 270 # Tests that fail because they use the legacy try-catch syntax. |
271 # See co19 issue 184. | 271 # See co19 issue 184. |
272 LibTest/core/List/getRange_A03_t01: Fail, OK | 272 LibTest/core/List/getRange_A03_t01: Fail, OK |
273 LibTest/core/List/setRange_A05_t01: Fail, OK | 273 LibTest/core/List/setRange_A05_t01: Fail, OK |
274 | 274 |
275 # These tests need to be updated for new optional parameter syntax and semantics
, co19 issue 258: | 275 # These tests need to be updated for new optional parameter syntax and semantics
, co19 issue 258: |
276 Language/07_Classes/1_Instance_Methods_A02_t05: Fail, OK | 276 Language/07_Classes/1_Instance_Methods_A02_t05: Fail, OK |
277 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail, OK | 277 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail, OK |
278 Language/14_Types/5_Function_Types_A01_t21: Fail, OK | 278 Language/14_Types/5_Function_Types_A01_t21: Fail, OK |
279 | 279 |
280 LibTest/core/String/charCodes_A01_t01: Fail, OK # co19 issue 289 | |
281 | |
282 LibTest/core/Stopwatch/Stopwatch_A01_t01: Fail, OK # co19 issue 297 | 280 LibTest/core/Stopwatch/Stopwatch_A01_t01: Fail, OK # co19 issue 297 |
283 LibTest/core/Stopwatch/elapsed_A01_t03: Fail, OK # co19 issue 297 | 281 LibTest/core/Stopwatch/elapsed_A01_t03: Fail, OK # co19 issue 297 |
284 LibTest/core/Stopwatch/elapsed_A01_t01: Fail, OK # co19 issue 297 | 282 LibTest/core/Stopwatch/elapsed_A01_t01: Fail, OK # co19 issue 297 |
285 LibTest/core/Stopwatch/elapsed_A01_t02: Fail, OK # co19 issue 297 | 283 LibTest/core/Stopwatch/elapsed_A01_t02: Fail, OK # co19 issue 297 |
286 LibTest/core/Stopwatch/elapsedInUs_A01_t01: Fail, OK # co19 issue 297 | 284 LibTest/core/Stopwatch/elapsedInUs_A01_t01: Fail, OK # co19 issue 297 |
287 LibTest/core/Stopwatch/elapsedInMs_A01_t01: Fail, OK # co19 issue 297 | 285 LibTest/core/Stopwatch/elapsedInMs_A01_t01: Fail, OK # co19 issue 297 |
288 LibTest/core/Stopwatch/start_A01_t01: Fail, OK # co19 issue 297 | 286 LibTest/core/Stopwatch/start_A01_t01: Fail, OK # co19 issue 297 |
289 LibTest/core/Stopwatch/start_A01_t02: Fail, OK # co19 issue 297 | 287 LibTest/core/Stopwatch/start_A01_t02: Fail, OK # co19 issue 297 |
290 LibTest/core/Stopwatch/start_A01_t03: Fail, OK # co19 issue 297 | 288 LibTest/core/Stopwatch/start_A01_t03: Fail, OK # co19 issue 297 |
291 LibTest/core/Stopwatch/stop_A01_t01: Fail, OK # co19 issue 297 | 289 LibTest/core/Stopwatch/stop_A01_t01: Fail, OK # co19 issue 297 |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
385 # can understand so he can file a bug later. | 383 # can understand so he can file a bug later. |
386 # | 384 # |
387 [ $compiler == dart2js ] | 385 [ $compiler == dart2js ] |
388 Language/11_Expressions/11_Instance_Creation/1_New_A01_t04: Fail, OK # co19 issu
e 241 | 386 Language/11_Expressions/11_Instance_Creation/1_New_A01_t04: Fail, OK # co19 issu
e 241 |
389 Language/11_Expressions/22_Equality_A01_t19: Fail, OK # co19 issue 241 | 387 Language/11_Expressions/22_Equality_A01_t19: Fail, OK # co19 issue 241 |
390 Language/11_Expressions/22_Equality_A01_t20: Fail, OK # co19 issue 241 | 388 Language/11_Expressions/22_Equality_A01_t20: Fail, OK # co19 issue 241 |
391 Language/11_Expressions/32_Type_Cast_A01_t04: Fail, OK # co19 issue 241 | 389 Language/11_Expressions/32_Type_Cast_A01_t04: Fail, OK # co19 issue 241 |
392 | 390 |
393 Language/11_Expressions/22_Equality_A01_t01: Fail, OK # Function declaration tak
es precedence over function expression. | 391 Language/11_Expressions/22_Equality_A01_t01: Fail, OK # Function declaration tak
es precedence over function expression. |
394 Language/11_Expressions/28_Postfix_Expressions_A01_t01: Fail, OK # A map literal
cannot start an expression statement. | 392 Language/11_Expressions/28_Postfix_Expressions_A01_t01: Fail, OK # A map literal
cannot start an expression statement. |
395 LibTest/core/String/String_class_A02_t01: Pass, Fail, OK # issue 6418 compiler c
ancelled: Unhandled non-BMP character: U+10000 | 393 LibTest/core/String/String_class_A02_t01: Fail, OK # Fixed in co19 version 443 |
396 LibTest/core/String/charCodeAt_A01_t01: Fail, OK # compiler cancelled: Unhandled
non-BMP character: U+10000 | 394 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01: F
ail, OK # Fixed in co19 version 443 |
397 LibTest/core/String/charCodes_A01_t01: Fail, OK # compiler cancelled: Unhandled
non-BMP character: U+10000 | 395 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A02_t01: F
ail, OK # Fixed in co19 version 443 |
| 396 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A01_t01: F
ail, OK # Fixed in co19 version 443 |
| 397 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A05_t01: F
ail, OK # Fixed in co19 version 443 |
| 398 |
398 | 399 |
399 Language/06_Functions/1_Function_Declaration_A02_t03: Fail, OK # co19 issue 210 | 400 Language/06_Functions/1_Function_Declaration_A02_t03: Fail, OK # co19 issue 210 |
400 Language/06_Functions/1_Function_Declaration_A03_t03: Fail, OK # co19 issue 210 | 401 Language/06_Functions/1_Function_Declaration_A03_t03: Fail, OK # co19 issue 210 |
401 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t14: Fail, OK #
co19 issue 210 | 402 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t14: Fail, OK #
co19 issue 210 |
402 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t15: Fail, OK #
co19 issue 210 | 403 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t15: Fail, OK #
co19 issue 210 |
403 Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t09: Fail, OK # co
19 issue 210 | 404 Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t09: Fail, OK # co
19 issue 210 |
404 | 405 |
405 Language/03_Overview/1_Scoping_A01_t40: Fail, OK # co19 issue 188 | 406 Language/03_Overview/1_Scoping_A01_t40: Fail, OK # co19 issue 188 |
406 Language/03_Overview/1_Scoping_A01_t41: Fail, OK # co19 issue 188 | 407 Language/03_Overview/1_Scoping_A01_t41: Fail, OK # co19 issue 188 |
407 | 408 |
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
693 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 | 694 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 |
694 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 | 695 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 |
695 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 | 696 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 |
696 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 | 697 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 |
697 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 | 698 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 |
698 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 | 699 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 |
699 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 | 700 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 |
700 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 | 701 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 |
701 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 | 702 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 |
702 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 | 703 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 |
OLD | NEW |