| 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 [ $compiler == dart2js && ($runtime == d8 || $runtime == drt) ] | 5 [ $compiler == dart2js && ($runtime == d8 || $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: Pass, Timeout # Must be a bug in jsshell, test s
ometimes times out. | 12 LibTest/core/List/sort_A01_t04: Pass, Timeout # Must be a bug in jsshell, test s
ometimes times out. |
| 13 | 13 |
| 14 [ $compiler == dart2js && $checked && $runtime == ie9 ] | 14 [ $compiler == dart2js && $checked && $runtime == ie9 ] |
| 15 LibTest/core/Map/Map_class_A01_t04: Slow, Pass | 15 LibTest/core/Map/Map_class_A01_t04: Slow, Pass |
| 16 | 16 |
| 17 # Crashes first, please. Then untriaged bugs. There is a section below | 17 # Crashes first, please. Then untriaged bugs. There is a section below |
| 18 # for co19 bugs. | 18 # for co19 bugs. |
| 19 [ $compiler == dart2js ] | 19 [ $compiler == dart2js ] |
| 20 LibTest/math/max_A01_t03: Fail # co19 issue 467 | 20 LibTest/math/max_A01_t03: Fail # co19 issue 467 |
| 21 LibTest/math/min_A01_t03: Fail # co19 issue 467 | 21 LibTest/math/min_A01_t03: Fail # co19 issue 467 |
| 22 | 22 |
| 23 |
| 23 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai
lure. | 24 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai
lure. |
| 24 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai
lure. | 25 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai
lure. |
| 25 Language/05_Variables/05_Variables_A05_t04: Fail # TODO(ahe): Please triage this
failure. | 26 Language/05_Variables/05_Variables_A05_t04: Fail # TODO(ahe): Please triage this
failure. |
| 26 Language/05_Variables/05_Variables_A05_t05: Fail # TODO(ahe): Please triage this
failure. | 27 Language/05_Variables/05_Variables_A05_t05: Fail # TODO(ahe): Please triage this
failure. |
| 27 Language/05_Variables/05_Variables_A05_t06: Fail # TODO(ahe): Please triage this
failure. | 28 Language/05_Variables/05_Variables_A05_t06: Fail # TODO(ahe): Please triage this
failure. |
| 28 Language/05_Variables/05_Variables_A05_t07: Fail # TODO(ahe): Please triage this
failure. | 29 Language/05_Variables/05_Variables_A05_t07: Fail # TODO(ahe): Please triage this
failure. |
| 29 Language/05_Variables/05_Variables_A05_t08: Fail # TODO(ahe): Please triage this
failure. | 30 Language/05_Variables/05_Variables_A05_t08: Fail # TODO(ahe): Please triage this
failure. |
| 30 Language/05_Variables/05_Variables_A05_t09: Fail # TODO(ahe): Please triage this
failure. | 31 Language/05_Variables/05_Variables_A05_t09: Fail # TODO(ahe): Please triage this
failure. |
| 31 Language/05_Variables/05_Variables_A05_t10: Fail # TODO(ahe): Please triage this
failure. | 32 Language/05_Variables/05_Variables_A05_t10: Fail # TODO(ahe): Please triage this
failure. |
| 32 Language/05_Variables/05_Variables_A07_t05: Fail # TODO(ahe): Please triage this
failure. | 33 Language/05_Variables/05_Variables_A07_t05: Fail # TODO(ahe): Please triage this
failure. |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 190 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # I
ssue: 8920 | 191 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # I
ssue: 8920 |
| 191 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa
il # Issue: 8920 | 192 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa
il # Issue: 8920 |
| 192 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa
il # Issue: 8920 | 193 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa
il # Issue: 8920 |
| 193 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa
il # Issue: 8920 | 194 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa
il # Issue: 8920 |
| 194 LibTest/core/String/contains_A01_t02: Fail # Issue: 8920 | 195 LibTest/core/String/contains_A01_t02: Fail # Issue: 8920 |
| 195 LibTest/isolate/ReceivePort/toSendPort_A01_t02: Pass, Fail # Issue: 8920 | 196 LibTest/isolate/ReceivePort/toSendPort_A01_t02: Pass, Fail # Issue: 8920 |
| 196 | 197 |
| 197 | 198 |
| 198 # These tests are passing with 'runtime == ie9' but are either skipped or fail | 199 # These tests are passing with 'runtime == ie9' but are either skipped or fail |
| 199 # on other configurations | 200 # on other configurations |
| 200 [ $compiler == dart2js && ($runtime == ie10 || $runtime == ff || $runtime == chr
ome || $runtime == chromeOnAndroid || $runtime == drt || $runtime == safari || $
runtime == opera || $runtime == d8 || $runtime == jsshell) ] | 201 [ $compiler == dart2js && ($runtime == ie10 || $runtime == ie9 || $runtime == ff
|| $runtime == chrome || $runtime == chromeOnAndroid || $runtime == drt || $run
time == safari || $runtime == opera || $runtime == d8 || $runtime == jsshell) ] |
| 201 LibTest/math/exp_A01_t01: Fail, OK # co19 issue 44 | 202 LibTest/math/exp_A01_t01: Fail, OK # co19 issue 44 |
| 202 LibTest/math/sin_A01_t01: Fail # TODO(ahe): Please triage this failure. | 203 LibTest/math/sin_A01_t01: Fail # TODO(ahe): Please triage this failure. |
| 203 LibTest/math/tan_A01_t01: Fail # TODO(ahe): Please triage this failure. | 204 LibTest/math/tan_A01_t01: Fail # TODO(ahe): Please triage this failure. |
| 204 | 205 |
| 205 [ $compiler == dart2js && $runtime == jsshell ] | 206 [ $compiler == dart2js && $runtime == jsshell ] |
| 206 LibTest/core/Map/Map_class_A01_t04: Pass, Slow # Issue 8096 | 207 LibTest/core/Map/Map_class_A01_t04: Pass, Slow # Issue 8096 |
| 207 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A03_t01: Fail # TODO(ngeoaffray): Please triage these failure. | 208 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A03_t01: Fail # TODO(ngeoaffray): Please triage these failure. |
| 208 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail #
TODO(ngeoaffray): Please triage these failure. | 209 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail #
TODO(ngeoaffray): Please triage these failure. |
| 209 LibTest/core/double/round_A01_t01: Fail # TODO(ngeoaffray): Please triage these
failure. | 210 LibTest/core/double/round_A01_t01: Fail # TODO(ngeoaffray): Please triage these
failure. |
| 210 LibTest/core/int/operator_truncating_division_A01_t01: Fail # TODO(ngeoaffray):
Please triage these failure. | 211 LibTest/core/int/operator_truncating_division_A01_t01: Fail # TODO(ngeoaffray):
Please triage these failure. |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 282 | 283 |
| 283 LibTest/core/List/sort_A01_t06: Slow, Pass # Slow tests that needs extra time to
finish. | 284 LibTest/core/List/sort_A01_t06: Slow, Pass # Slow tests that needs extra time to
finish. |
| 284 | 285 |
| 285 LibTest/core/List/getRange_A03_t01: Fail, OK # Tests that fail because they use
the legacy try-catch syntax. co19 issue 184. | 286 LibTest/core/List/getRange_A03_t01: Fail, OK # Tests that fail because they use
the legacy try-catch syntax. co19 issue 184. |
| 286 | 287 |
| 287 Language/07_Classes/1_Instance_Methods_A02_t05: Fail, OK # These tests need to b
e updated for new optional parameter syntax and semantics, co19 issue 258: | 288 Language/07_Classes/1_Instance_Methods_A02_t05: Fail, OK # These tests need to b
e updated for new optional parameter syntax and semantics, co19 issue 258: |
| 288 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail, OK #
These tests need to be updated for new optional parameter syntax and semantics,
co19 issue 258: | 289 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail, OK #
These tests need to be updated for new optional parameter syntax and semantics,
co19 issue 258: |
| 289 | 290 |
| 290 LibTest/isolate/SendPort/send_A02_t02: Fail, OK # co19 issue 293 | 291 LibTest/isolate/SendPort/send_A02_t02: Fail, OK # co19 issue 293 |
| 291 LibTest/isolate/SendPort/send_A02_t03: Fail, OK # co19 issue 293 | 292 LibTest/isolate/SendPort/send_A02_t03: Fail, OK # co19 issue 293 |
| 292 LibTest/isolate/SendPort/send_A02_t04: Fail, OK # co19 issue 293 | 293 LibTest/isolate/SendPort/send_A02_t04: Fail, Pass, OK # co19 issue 293 Passes on
IE |
| 293 | 294 |
| 294 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # co19 issue 294 | 295 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # co19 issue 294 |
| 295 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i
ssue 294 | 296 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i
ssue 294 |
| 296 | 297 |
| 297 LibTest/core/int/isOdd_A01_t01: Fail, OK # co19 issue 277 | 298 LibTest/core/int/isOdd_A01_t01: Fail, OK # co19 issue 277 |
| 298 LibTest/core/int/isEven_A01_t01: Fail, OK # co19 issue 277 | 299 LibTest/core/int/isEven_A01_t01: Fail, OK # co19 issue 277 |
| 299 | 300 |
| 300 [ $compiler == dart2js ] | 301 [ $compiler == dart2js ] |
| 301 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # TOD
O(ahe): Enforce optional parameter semantics. | 302 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # TOD
O(ahe): Enforce optional parameter semantics. |
| 302 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # TOD
O(ahe): Enforce optional parameter semantics. | 303 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # TOD
O(ahe): Enforce optional parameter semantics. |
| (...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 634 LibTest/core/int/remainder_A01_t03: Fail, OK # Leg only has double. | 635 LibTest/core/int/remainder_A01_t03: Fail, OK # Leg only has double. |
| 635 LibTest/core/int/toDouble_A01_t01: Fail, OK # Requires big int. | 636 LibTest/core/int/toDouble_A01_t01: Fail, OK # Requires big int. |
| 636 LibTest/core/int/toRadixString_A01_t01: Fail, OK # Bad test: uses Expect.fail, E
xpect.throws, assumes case of result, and uses unsupported radixes. | 637 LibTest/core/int/toRadixString_A01_t01: Fail, OK # Bad test: uses Expect.fail, E
xpect.throws, assumes case of result, and uses unsupported radixes. |
| 637 LibTest/core/String/contains_A01_t02: Fail, OK # co19 issue 105. | 638 LibTest/core/String/contains_A01_t02: Fail, OK # co19 issue 105. |
| 638 | 639 |
| 639 [ $compiler == dart2js && $system == macos ] | 640 [ $compiler == dart2js && $system == macos ] |
| 640 LibTest/math/acos_A01_t01: Fail, OK # co19 issue 44 | 641 LibTest/math/acos_A01_t01: Fail, OK # co19 issue 44 |
| 641 LibTest/math/asin_A01_t01: Fail, OK # co19 issue 44 | 642 LibTest/math/asin_A01_t01: Fail, OK # co19 issue 44 |
| 642 LibTest/math/atan_A01_t01: Fail, OK # co19 issue 44 | 643 LibTest/math/atan_A01_t01: Fail, OK # co19 issue 44 |
| 643 | 644 |
| 645 [ $compiler == dart2js && $runtime == ie9 ] |
| 646 LibTest/math/cos_A01_t01: Fail # co19 issue 44 |
| 647 |
| 644 # | 648 # |
| 645 # The following tests are failing. Please add the error message | 649 # The following tests are failing. Please add the error message |
| 646 # (either a compiler error or exception message). The error messages | 650 # (either a compiler error or exception message). The error messages |
| 647 # may sometime be out of date. | 651 # may sometime be out of date. |
| 648 # | 652 # |
| 649 [ $compiler == dart2js ] | 653 [ $compiler == dart2js ] |
| 650 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail # com
piler cancelled: cannot resolve type T | 654 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail # com
piler cancelled: cannot resolve type T |
| 651 | 655 |
| 652 Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){
f();} | 656 Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){
f();} |
| 653 Language/03_Overview/2_Privacy_A01_t06: Fail # cannot resolve type _inaccessible
FuncType | 657 Language/03_Overview/2_Privacy_A01_t06: Fail # cannot resolve type _inaccessible
FuncType |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 774 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202 | 778 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202 |
| 775 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202 | 779 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202 |
| 776 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202 | 780 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202 |
| 777 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202 | 781 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202 |
| 778 | 782 |
| 779 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed
(issue 382). | 783 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed
(issue 382). |
| 780 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed
(issue 382). | 784 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed
(issue 382). |
| 781 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed
(issue 382). | 785 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed
(issue 382). |
| 782 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed
(issue 382). | 786 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed
(issue 382). |
| 783 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed
(issue 382). | 787 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed
(issue 382). |
| OLD | NEW |