| 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 # Crashes first, please. Then untriaged bugs. There is a section below | 5 # Crashes first, please. Then untriaged bugs. There is a section below |
| 6 # for co19 bugs. | 6 # for co19 bugs. |
| 7 [ $compiler == dart2js ] | 7 [ $compiler == dart2js ] |
| 8 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai
lure. | 8 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai
lure. |
| 9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai
lure. | 9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai
lure. |
| 10 Language/05_Variables/05_Variables_A05_t04: Fail # TODO(ahe): Please triage this
failure. | 10 Language/05_Variables/05_Variables_A05_t04: Fail # TODO(ahe): Please triage this
failure. |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 178 LibTest/core/int/operator_truncating_division_A01_t02: Fail # Issue: 8920 | 178 LibTest/core/int/operator_truncating_division_A01_t02: Fail # Issue: 8920 |
| 179 LibTest/core/int/remainder_A01_t01: Fail # Issue: 8920 | 179 LibTest/core/int/remainder_A01_t01: Fail # Issue: 8920 |
| 180 LibTest/core/int/remainder_A01_t03: Fail # Issue: 8920 | 180 LibTest/core/int/remainder_A01_t03: Fail # Issue: 8920 |
| 181 LibTest/core/int/toRadixString_A01_t01: Fail # Issue: 8920 | 181 LibTest/core/int/toRadixString_A01_t01: Fail # Issue: 8920 |
| 182 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail #
Issue: 8920 | 182 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail #
Issue: 8920 |
| 183 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # I
ssue: 8920 | 183 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # I
ssue: 8920 |
| 184 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa
il # Issue: 8920 | 184 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa
il # Issue: 8920 |
| 185 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa
il # Issue: 8920 | 185 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa
il # Issue: 8920 |
| 186 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa
il # Issue: 8920 | 186 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa
il # Issue: 8920 |
| 187 LibTest/core/String/contains_A01_t02: Fail # Issue: 8920 | 187 LibTest/core/String/contains_A01_t02: Fail # Issue: 8920 |
| 188 LibTest/isolate/ReceivePort/toSendPort_A01_t02: Fail # Issue: 8920 | 188 LibTest/isolate/ReceivePort/toSendPort_A01_t02: Pass, Fail # Issue: 8920 |
| 189 | 189 |
| 190 | 190 |
| 191 # These tests are passing with 'runtime == ie9' but are either skipped or fail | 191 # These tests are passing with 'runtime == ie9' but are either skipped or fail |
| 192 # on other configurations | 192 # on other configurations |
| 193 [ $compiler == dart2js && ($runtime == ie10 || $runtime == ff || $runtime == chr
ome || $runtime == drt || $runtime == safari || $runtime == opera || $runtime ==
d8 || $runtime == jsshell) ] | 193 [ $compiler == dart2js && ($runtime == ie10 || $runtime == ff || $runtime == chr
ome || $runtime == drt || $runtime == safari || $runtime == opera || $runtime ==
d8 || $runtime == jsshell) ] |
| 194 LibTest/math/exp_A01_t01: Fail, OK # co19 issue 44 | 194 LibTest/math/exp_A01_t01: Fail, OK # co19 issue 44 |
| 195 LibTest/math/sin_A01_t01: Fail # TODO(ahe): Please triage this failure. | 195 LibTest/math/sin_A01_t01: Fail # TODO(ahe): Please triage this failure. |
| 196 LibTest/math/tan_A01_t01: Fail # TODO(ahe): Please triage this failure. | 196 LibTest/math/tan_A01_t01: Fail # TODO(ahe): Please triage this failure. |
| 197 | 197 |
| 198 [ $compiler == dart2js ] | 198 [ $compiler == dart2js ] |
| (...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 810 LibTest/core/Set/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set
or Map keys (issue 377). | 810 LibTest/core/Set/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set
or Map keys (issue 377). |
| 811 LibTest/core/Set/removeAll_A01_t02: Fail # Doesn't expect null to be allowed in
Set or Map keys (issue 377). | 811 LibTest/core/Set/removeAll_A01_t02: Fail # Doesn't expect null to be allowed in
Set or Map keys (issue 377). |
| 812 | 812 |
| 813 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification
error (issue 376). | 813 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification
error (issue 376). |
| 814 | 814 |
| 815 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed
(issue 382). | 815 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed
(issue 382). |
| 816 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed
(issue 382). | 816 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed
(issue 382). |
| 817 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed
(issue 382). | 817 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed
(issue 382). |
| 818 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed
(issue 382). | 818 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed
(issue 382). |
| 819 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed
(issue 382). | 819 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed
(issue 382). |
| OLD | NEW |