| 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. | 293 LibTest/core/int/isOdd_A01_t01: Fail, OK # co19 issue 277 |
| 294 LibTest/core/int/isOdd_A01_t01: Fail, OK | 294 LibTest/core/int/isEven_A01_t01: Fail, OK # co19 issue 277 |
| 295 LibTest/core/int/isEven_A01_t01: Fail, OK | |
| 296 | 295 |
| 297 # The following tests use isInfinite() (function) instead of isInfinite (getter)
. | 296 LibTest/core/double/NEGATIVE_INFINITY_A01_t01: Fail, OK # co19 issue 278 |
| 298 LibTest/core/double/NEGATIVE_INFINITY_A01_t01: Fail, OK | 297 LibTest/core/double/INFINITY_A01_t01: Fail, OK # co19 issue 278 |
| 299 LibTest/core/double/INFINITY_A01_t01: Fail, OK | 298 LibTest/core/double/isInfinite_A01_t03: Fail, OK # co19 issue 278 |
| 300 LibTest/core/double/isInfinite_A01_t03: Fail, OK | 299 LibTest/core/double/isInfinite_A01_t02: Fail, OK # co19 issue 278 |
| 301 LibTest/core/double/isInfinite_A01_t02: Fail, OK | 300 LibTest/core/double/isInfinite_A01_t01: Fail, OK # co19 issue 278 |
| 302 LibTest/core/double/isInfinite_A01_t01: Fail, OK | 301 LibTest/core/int/isInfinite_A01_t01: Fail, OK # co19 issue 278 |
| 303 LibTest/core/int/isInfinite_A01_t01: Fail, OK | |
| 304 | 302 |
| 305 # The following tests use isNegative() (function) instead of isNegative (getter)
. | 303 LibTest/core/double/NEGATIVE_INFINITY_A01_t01: Fail, OK # co19 issue 279 |
| 306 LibTest/core/double/NEGATIVE_INFINITY_A01_t01: Fail, OK | 304 LibTest/core/double/INFINITY_A01_t01: Fail, OK # co19 issue 279 |
| 307 LibTest/core/double/INFINITY_A01_t01: Fail, OK | 305 LibTest/core/double/isNegative_A01_t01: Fail, OK # co19 issue 279 |
| 308 LibTest/core/double/isNegative_A01_t01: Fail, OK | 306 LibTest/core/double/operator_unary_minus_A01_t01: Fail, OK # co19 issue 279 |
| 309 LibTest/core/double/operator_unary_minus_A01_t01: Fail, OK | 307 LibTest/core/double/operator_unary_minus_A01_t03: Fail, OK # co19 issue 279 |
| 310 LibTest/core/double/operator_unary_minus_A01_t03: Fail, OK | 308 LibTest/core/double/isNegative_A01_t02: Fail, OK # co19 issue 279 |
| 311 LibTest/core/double/isNegative_A01_t02: Fail, OK | 309 LibTest/core/int/isNegative_A01_t01: Fail, OK # co19 issue 279 |
| 312 LibTest/core/int/isNegative_A01_t01: Fail, OK | |
| 313 | 310 |
| 314 # The following tests use isNaN() (function) instead of isNaN (getter). | 311 LibTest/math/sqrt_A01_t02: Fail, OK # co19 issue 280 |
| 315 LibTest/math/sqrt_A01_t02: Fail, OK | 312 LibTest/math/tan_A01_t02: Fail, OK # co19 issue 280 |
| 316 LibTest/math/tan_A01_t02: Fail, OK | 313 LibTest/math/atan_A01_t02: Fail, OK # co19 issue 280 |
| 317 LibTest/math/atan_A01_t02: Fail, OK | 314 LibTest/math/sqrt_A01_t03: Fail, OK # co19 issue 280 |
| 318 LibTest/math/sqrt_A01_t03: Fail, OK | 315 LibTest/math/acos_A01_t02: Fail, OK # co19 issue 280 |
| 319 LibTest/math/acos_A01_t02: Fail, OK | 316 LibTest/math/max_A01_t02: Fail, OK # co19 issue 280 |
| 320 LibTest/math/max_A01_t02: Fail, OK | 317 LibTest/math/cos_A01_t02: Fail, OK # co19 issue 280 |
| 321 LibTest/math/cos_A01_t02: Fail, OK | 318 LibTest/math/pow_A12_t01: Fail, OK # co19 issue 280 |
| 322 LibTest/math/pow_A12_t01: Fail, OK | 319 LibTest/math/pow_A02_t01: Fail, OK # co19 issue 280 |
| 323 LibTest/math/pow_A02_t01: Fail, OK | 320 LibTest/math/acos_A01_t03: Fail, OK # co19 issue 280 |
| 324 LibTest/math/acos_A01_t03: Fail, OK | 321 LibTest/math/log_A01_t02: Fail, OK # co19 issue 280 |
| 325 LibTest/math/log_A01_t02: Fail, OK | 322 LibTest/math/asin_A01_t03: Fail, OK # co19 issue 280 |
| 326 LibTest/math/asin_A01_t03: Fail, OK | 323 LibTest/math/pow_A18_t01: Fail, OK # co19 issue 280 |
| 327 LibTest/math/pow_A18_t01: Fail, OK | 324 LibTest/math/atan2_A01_t02: Fail, OK # co19 issue 280 |
| 328 LibTest/math/atan2_A01_t02: Fail, OK | 325 LibTest/math/exp_A01_t02: Fail, OK # co19 issue 280 |
| 329 LibTest/math/exp_A01_t02: Fail, OK | 326 LibTest/math/parseDouble_A01_t01: Fail, OK # co19 issue 280 |
| 330 LibTest/math/parseDouble_A01_t01: Fail, OK | 327 LibTest/math/min_A01_t02: Fail, OK # co19 issue 280 |
| 331 LibTest/math/min_A01_t02: Fail, OK | 328 LibTest/math/log_A01_t03: Fail, OK # co19 issue 280 |
| 332 LibTest/math/log_A01_t03: Fail, OK | 329 LibTest/math/sin_A01_t02: Fail, OK # co19 issue 280 |
| 333 LibTest/math/sin_A01_t02: Fail, OK | 330 LibTest/math/asin_A01_t02: Fail, OK # co19 issue 280 |
| 334 LibTest/math/asin_A01_t02: Fail, OK | 331 LibTest/core/double/isNaN_A01_t03: Fail, OK # co19 issue 280 |
| 335 LibTest/core/double/isNaN_A01_t03: Fail, OK | 332 LibTest/core/double/operator_multiplication_A01_t03: Fail, OK # co19 issue 280 |
| 336 LibTest/core/double/operator_multiplication_A01_t03: Fail, OK | 333 LibTest/core/double/toDouble_A01_t02: Fail, OK # co19 issue 280 |
| 337 LibTest/core/double/toDouble_A01_t02: Fail, OK | 334 LibTest/core/double/operator_truncating_division_A01_t01: Fail, OK # co19 issue
280 |
| 338 LibTest/core/double/operator_truncating_division_A01_t01: Fail, OK | 335 LibTest/core/double/operator_division_A01_t06: Fail, OK # co19 issue 280 |
| 339 LibTest/core/double/operator_division_A01_t06: Fail, OK | 336 LibTest/core/double/operator_subtraction_A01_t01: Fail, OK # co19 issue 280 |
| 340 LibTest/core/double/operator_subtraction_A01_t01: Fail, OK | 337 LibTest/core/double/operator_remainder_A01_t05: Fail, OK # co19 issue 280 |
| 341 LibTest/core/double/operator_remainder_A01_t05: Fail, OK | 338 LibTest/core/double/operator_division_A01_t01: Fail, OK # co19 issue 280 |
| 342 LibTest/core/double/operator_division_A01_t01: Fail, OK | 339 LibTest/core/double/operator_subtraction_A01_t03: Fail, OK # co19 issue 280 |
| 343 LibTest/core/double/operator_subtraction_A01_t03: Fail, OK | 340 LibTest/core/double/operator_truncating_division_A01_t04: Fail, OK # co19 issue
280 |
| 344 LibTest/core/double/operator_truncating_division_A01_t04: Fail, OK | 341 LibTest/core/double/operator_unary_minus_A01_t02: Fail, OK # co19 issue 280 |
| 345 LibTest/core/double/operator_unary_minus_A01_t02: Fail, OK | 342 LibTest/core/double/remainder_A01_t02: Fail, OK # co19 issue 280 |
| 346 LibTest/core/double/remainder_A01_t02: Fail, OK | 343 LibTest/core/double/remainder_A01_t03: Fail, OK # co19 issue 280 |
| 347 LibTest/core/double/remainder_A01_t03: Fail, OK | 344 LibTest/core/double/abs_A01_t04: Fail, OK # co19 issue 280 |
| 348 LibTest/core/double/abs_A01_t04: Fail, OK | 345 LibTest/core/double/truncate_A01_t03: Fail, OK # co19 issue 280 |
| 349 LibTest/core/double/truncate_A01_t03: Fail, OK | 346 LibTest/core/double/isNaN_A01_t01: Fail, OK # co19 issue 280 |
| 350 LibTest/core/double/isNaN_A01_t01: Fail, OK | 347 LibTest/core/double/round_A01_t02: Fail, OK # co19 issue 280 |
| 351 LibTest/core/double/round_A01_t02: Fail, OK | 348 LibTest/core/double/operator_addition_A01_t04: Fail, OK # co19 issue 280 |
| 352 LibTest/core/double/operator_addition_A01_t04: Fail, OK | 349 LibTest/core/double/operator_remainder_A01_t02: Fail, OK # co19 issue 280 |
| 353 LibTest/core/double/operator_remainder_A01_t02: Fail, OK | 350 LibTest/core/double/operator_multiplication_A01_t01: Fail, OK # co19 issue 280 |
| 354 LibTest/core/double/operator_multiplication_A01_t01: Fail, OK | 351 LibTest/core/double/remainder_A01_t05: Fail, OK # co19 issue 280 |
| 355 LibTest/core/double/remainder_A01_t05: Fail, OK | 352 LibTest/core/double/operator_division_A01_t04: Fail, OK # co19 issue 280 |
| 356 LibTest/core/double/operator_division_A01_t04: Fail, OK | 353 LibTest/core/double/ceil_A01_t03: Fail, OK # co19 issue 280 |
| 357 LibTest/core/double/ceil_A01_t03: Fail, OK | 354 LibTest/core/double/operator_truncating_division_A01_t06: Fail, OK # co19 issue
280 |
| 358 LibTest/core/double/operator_truncating_division_A01_t06: Fail, OK | 355 LibTest/core/double/floor_A01_t03: Fail, OK # co19 issue 280 |
| 359 LibTest/core/double/floor_A01_t03: Fail, OK | 356 LibTest/core/double/operator_addition_A01_t01: Fail, OK # co19 issue 280 |
| 360 LibTest/core/double/operator_addition_A01_t01: Fail, OK | 357 LibTest/core/double/isNaN_A01_t02: Fail, OK # co19 issue 280 |
| 361 LibTest/core/double/isNaN_A01_t02: Fail, OK | 358 LibTest/core/double/operator_remainder_A01_t03: Fail, OK # co19 issue 280 |
| 362 LibTest/core/double/operator_remainder_A01_t03: Fail, OK | 359 LibTest/core/double/NAN_A01_t01: Fail, OK # co19 issue 280 |
| 363 LibTest/core/double/NAN_A01_t01: Fail, OK | 360 LibTest/core/int/operator_subtraction_A01_t01: Fail, OK # co19 issue 280 |
| 364 LibTest/core/int/operator_subtraction_A01_t01: Fail, OK | 361 LibTest/core/int/operator_division_A01_t02: Fail, OK # co19 issue 280 |
| 365 LibTest/core/int/operator_division_A01_t02: Fail, OK | 362 LibTest/core/int/remainder_A01_t02: Fail, OK # co19 issue 280 |
| 366 LibTest/core/int/remainder_A01_t02: Fail, OK | 363 LibTest/core/int/isNaN_A01_t01: Fail, OK # co19 issue 280 |
| 367 LibTest/core/int/isNaN_A01_t01: Fail, OK | 364 LibTest/core/int/operator_remainder_A01_t02: Fail, OK # co19 issue 280 |
| 368 LibTest/core/int/operator_remainder_A01_t02: Fail, OK | 365 LibTest/core/int/operator_addition_A01_t01: Fail, OK # co19 issue 280 |
| 369 LibTest/core/int/operator_addition_A01_t01: Fail, OK | |
| 370 | 366 |
| 371 | 367 |
| 372 | 368 |
| 373 [ $compiler == dart2js && $system == windows && $runtime == d8 ] | 369 [ $compiler == dart2js && $system == windows && $runtime == d8 ] |
| 374 LibTest/core/double/operator_remainder_A01_t04: Fail | 370 LibTest/core/double/operator_remainder_A01_t04: Fail |
| 375 | 371 |
| 376 [ $compiler == dart2js ] | 372 [ $compiler == dart2js ] |
| 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. | 373 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. |
| 378 | 374 |
| 379 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # TOD
O(ahe): Enforce optional parameter semantics. | 375 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # TOD
O(ahe): Enforce optional parameter semantics. |
| (...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 765 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 | 761 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 |
| 766 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 | 762 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 |
| 767 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 | 763 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 |
| 768 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 | 764 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 |
| 769 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 | 765 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 |
| 770 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 | 766 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 |
| 771 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 | 767 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 |
| 772 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 | 768 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 |
| 773 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 | 769 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 |
| 774 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 | 770 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 |
| OLD | NEW |