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/11_Statements/06_For_A01_t07: Crash | 9 Language/11_Statements/06_For_A01_t07: Crash |
10 | 10 |
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
283 LibTest/core/List/setRange_A05_t01: Fail, OK | 283 LibTest/core/List/setRange_A05_t01: Fail, OK |
284 | 284 |
285 # These tests need to be updated for new optional parameter syntax and semantics
, co19 issue 258: | 285 # These tests need to be updated for new optional parameter syntax and semantics
, co19 issue 258: |
286 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail, OK | 286 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail, OK |
287 Language/07_Classes/1_Instance_Methods_A02_t05: Fail, OK | 287 Language/07_Classes/1_Instance_Methods_A02_t05: Fail, OK |
288 Language/07_Classes/1_Instance_Methods_A02_t06: Fail, OK | 288 Language/07_Classes/1_Instance_Methods_A02_t06: Fail, OK |
289 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail, OK | 289 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail, OK |
290 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A01_t01: Fail
, OK | 290 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A01_t01: Fail
, OK |
291 Language/14_Types/5_Function_Types_A01_t21: Fail, OK | 291 Language/14_Types/5_Function_Types_A01_t21: Fail, OK |
292 | 292 |
| 293 # The following tests use isOdd/isEven/isNegative functions instead of getters. |
| 294 LibTest/core/int/isOdd_A01_t01: Fail, OK |
| 295 LibTest/core/int/isEven_A01_t01: Fail, OK |
| 296 |
| 297 # The following tests use isInfinite() (function) instead of isInfinite (getter)
. |
| 298 LibTest/core/double/NEGATIVE_INFINITY_A01_t01: Fail, OK |
| 299 LibTest/core/double/INFINITY_A01_t01: Fail, OK |
| 300 LibTest/core/double/isInfinite_A01_t03: Fail, OK |
| 301 LibTest/core/double/isInfinite_A01_t02: Fail, OK |
| 302 LibTest/core/double/isInfinite_A01_t01: Fail, OK |
| 303 LibTest/core/int/isInfinite_A01_t01: Fail, OK |
| 304 |
| 305 # The following tests use isNegative() (function) instead of isNegative (getter)
. |
| 306 LibTest/core/double/NEGATIVE_INFINITY_A01_t01: Fail, OK |
| 307 LibTest/core/double/INFINITY_A01_t01: Fail, OK |
| 308 LibTest/core/double/isNegative_A01_t01: Fail, OK |
| 309 LibTest/core/double/operator_unary_minus_A01_t01: Fail, OK |
| 310 LibTest/core/double/operator_unary_minus_A01_t03: Fail, OK |
| 311 LibTest/core/double/isNegative_A01_t02: Fail, OK |
| 312 LibTest/core/int/isNegative_A01_t01: Fail, OK |
| 313 |
| 314 # The following tests use isNaN() (function) instead of isNaN (getter). |
| 315 LibTest/math/sqrt_A01_t02: Fail, OK |
| 316 LibTest/math/tan_A01_t02: Fail, OK |
| 317 LibTest/math/atan_A01_t02: Fail, OK |
| 318 LibTest/math/sqrt_A01_t03: Fail, OK |
| 319 LibTest/math/acos_A01_t02: Fail, OK |
| 320 LibTest/math/max_A01_t02: Fail, OK |
| 321 LibTest/math/cos_A01_t02: Fail, OK |
| 322 LibTest/math/pow_A12_t01: Fail, OK |
| 323 LibTest/math/pow_A02_t01: Fail, OK |
| 324 LibTest/math/acos_A01_t03: Fail, OK |
| 325 LibTest/math/log_A01_t02: Fail, OK |
| 326 LibTest/math/asin_A01_t03: Fail, OK |
| 327 LibTest/math/pow_A18_t01: Fail, OK |
| 328 LibTest/math/atan2_A01_t02: Fail, OK |
| 329 LibTest/math/exp_A01_t02: Fail, OK |
| 330 LibTest/math/parseDouble_A01_t01: Fail, OK |
| 331 LibTest/math/min_A01_t02: Fail, OK |
| 332 LibTest/math/log_A01_t03: Fail, OK |
| 333 LibTest/math/sin_A01_t02: Fail, OK |
| 334 LibTest/math/asin_A01_t02: Fail, OK |
| 335 LibTest/core/double/isNaN_A01_t03: Fail, OK |
| 336 LibTest/core/double/operator_multiplication_A01_t03: Fail, OK |
| 337 LibTest/core/double/toDouble_A01_t02: Fail, OK |
| 338 LibTest/core/double/operator_truncating_division_A01_t01: Fail, OK |
| 339 LibTest/core/double/operator_division_A01_t06: Fail, OK |
| 340 LibTest/core/double/operator_subtraction_A01_t01: Fail, OK |
| 341 LibTest/core/double/operator_remainder_A01_t05: Fail, OK |
| 342 LibTest/core/double/operator_division_A01_t01: Fail, OK |
| 343 LibTest/core/double/operator_subtraction_A01_t03: Fail, OK |
| 344 LibTest/core/double/operator_truncating_division_A01_t04: Fail, OK |
| 345 LibTest/core/double/operator_unary_minus_A01_t02: Fail, OK |
| 346 LibTest/core/double/remainder_A01_t02: Fail, OK |
| 347 LibTest/core/double/remainder_A01_t03: Fail, OK |
| 348 LibTest/core/double/abs_A01_t04: Fail, OK |
| 349 LibTest/core/double/truncate_A01_t03: Fail, OK |
| 350 LibTest/core/double/isNaN_A01_t01: Fail, OK |
| 351 LibTest/core/double/round_A01_t02: Fail, OK |
| 352 LibTest/core/double/operator_addition_A01_t04: Fail, OK |
| 353 LibTest/core/double/operator_remainder_A01_t02: Fail, OK |
| 354 LibTest/core/double/operator_multiplication_A01_t01: Fail, OK |
| 355 LibTest/core/double/remainder_A01_t05: Fail, OK |
| 356 LibTest/core/double/operator_division_A01_t04: Fail, OK |
| 357 LibTest/core/double/ceil_A01_t03: Fail, OK |
| 358 LibTest/core/double/operator_truncating_division_A01_t06: Fail, OK |
| 359 LibTest/core/double/floor_A01_t03: Fail, OK |
| 360 LibTest/core/double/operator_addition_A01_t01: Fail, OK |
| 361 LibTest/core/double/isNaN_A01_t02: Fail, OK |
| 362 LibTest/core/double/operator_remainder_A01_t03: Fail, OK |
| 363 LibTest/core/double/NAN_A01_t01: Fail, OK |
| 364 LibTest/core/int/operator_subtraction_A01_t01: Fail, OK |
| 365 LibTest/core/int/operator_division_A01_t02: Fail, OK |
| 366 LibTest/core/int/remainder_A01_t02: Fail, OK |
| 367 LibTest/core/int/isNaN_A01_t01: Fail, OK |
| 368 LibTest/core/int/operator_remainder_A01_t02: Fail, OK |
| 369 LibTest/core/int/operator_addition_A01_t01: Fail, OK |
| 370 |
| 371 |
| 372 |
293 [ $compiler == dart2js && $system == windows && $runtime == d8 ] | 373 [ $compiler == dart2js && $system == windows && $runtime == d8 ] |
294 LibTest/core/double/operator_remainder_A01_t04: Fail | 374 LibTest/core/double/operator_remainder_A01_t04: Fail |
295 | 375 |
296 [ $compiler == dart2js ] | 376 [ $compiler == dart2js ] |
297 Language/07_Classes/6_Constructors/1_Generative_Constructors_A16_t07: Fail # Red
irecting constructors can not use initializing formals. This bug was previously
masked - compilation failed, but for different, wrong reason. | 377 Language/07_Classes/6_Constructors/1_Generative_Constructors_A16_t07: Fail # Red
irecting constructors can not use initializing formals. This bug was previously
masked - compilation failed, but for different, wrong reason. |
298 | 378 |
299 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # TOD
O(ahe): Enforce optional parameter semantics. | 379 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # TOD
O(ahe): Enforce optional parameter semantics. |
300 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t11: Fail # TOD
O(ahe): Enforce optional parameter semantics. | 380 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t11: Fail # TOD
O(ahe): Enforce optional parameter semantics. |
301 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # TOD
O(ahe): Enforce optional parameter semantics. | 381 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # TOD
O(ahe): Enforce optional parameter semantics. |
302 | 382 |
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
685 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 | 765 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 |
686 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 | 766 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 |
687 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 | 767 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 |
688 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 | 768 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 |
689 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 | 769 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 |
690 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 | 770 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 |
691 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 | 771 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 |
692 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 | 772 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 |
693 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 | 773 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 |
694 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 | 774 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 |
OLD | NEW |