| 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 == jsshell ] | 5 [ $compiler == dart2js && $runtime == jsshell ] |
| 6 LibTest/core/List/sort_A01_t04: Fail, Pass, Timeout # Must be a bug in jsshell,
test sometimes times out. | 6 LibTest/core/List/sort_A01_t04: Fail, Pass, Timeout # Must be a bug in jsshell,
test sometimes times out. |
| 7 | 7 |
| 8 # Crashes first, please. Then untriaged bugs. There is a section below | 8 # Crashes first, please. Then untriaged bugs. There is a section below |
| 9 # for co19 bugs. | 9 # for co19 bugs. |
| 10 [ $compiler == dart2js ] | 10 [ $compiler == dart2js ] |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 147 LibTest/core/int/operator_remainder_A01_t01: RuntimeError, OK # Requires bigints
. | 147 LibTest/core/int/operator_remainder_A01_t01: RuntimeError, OK # Requires bigints
. |
| 148 | 148 |
| 149 # | 149 # |
| 150 # Issues with co19 test suite. | 150 # Issues with co19 test suite. |
| 151 # | 151 # |
| 152 # If you add anything here, either file a bug against the Dart | 152 # If you add anything here, either file a bug against the Dart |
| 153 # language specification, co19 test suite, or add a comment that ahe@ | 153 # language specification, co19 test suite, or add a comment that ahe@ |
| 154 # can understand so he can file a bug later. | 154 # can understand so he can file a bug later. |
| 155 # | 155 # |
| 156 [ $compiler == dart2js ] | 156 [ $compiler == dart2js ] |
| 157 Language/06_Functions/4_External_Functions_A01_t01: CompileTimeError, OK # http:
//dartbug.com/5021 | 157 Language/06_Functions/4_External_Functions_A01_t01: CompileTimeError, OK # Issue
5021 |
| 158 LibTest/core/int/hashCode_A01_t01: RuntimeError, OK # co19 issue 308 | 158 LibTest/core/int/hashCode_A01_t01: RuntimeError, OK # co19 issue 308 |
| 159 LibTest/typed_data/Int64List/*: Fail # co19-roll r559: Please triage this failur
e | 159 LibTest/typed_data/Int64List/*: Fail # co19-roll r559: Please triage this failur
e |
| 160 LibTest/typed_data/Int64List/Int64List_A02_t01: pass # co19-roll r559: Please tr
iage this failure | 160 LibTest/typed_data/Int64List/Int64List_A02_t01: pass # co19-roll r559: Please tr
iage this failure |
| 161 LibTest/typed_data/Uint64List/*: Fail # co19-roll r559: Please triage this failu
re | 161 LibTest/typed_data/Uint64List/*: Fail # co19-roll r559: Please triage this failu
re |
| 162 LibTest/typed_data/Uint64List/Uint64List_A02_t01: pass # co19-roll r559: Please
triage this failure | 162 LibTest/typed_data/Uint64List/Uint64List_A02_t01: pass # co19-roll r559: Please
triage this failure |
| 163 LibTest/typed_data/ByteData/*Uint64*: fail # co19-roll r569: Please triage this
failure | 163 LibTest/typed_data/ByteData/*Uint64*: fail # co19-roll r569: Please triage this
failure |
| 164 LibTest/typed_data/ByteData/*Int64*: fail # co19-roll r569: Please triage this f
ailure | 164 LibTest/typed_data/ByteData/*Int64*: fail # co19-roll r569: Please triage this f
ailure |
| 165 LibTest/typed_data/ByteData/ByteData.view_A03_t01: fail # co19-roll r569: Please
triage this failure | 165 LibTest/typed_data/ByteData/ByteData.view_A03_t01: fail # co19-roll r569: Please
triage this failure |
| 166 LibTest/typed_data/ByteData/ByteData.view_A01_t02: fail # co19-roll r569: Please
triage this failure | 166 LibTest/typed_data/ByteData/ByteData.view_A01_t02: fail # co19-roll r569: Please
triage this failure |
| 167 LibTest/typed_data/ByteData/ByteData.view_A01_t02: fail # co19-roll r569: Please
triage this failure | 167 LibTest/typed_data/ByteData/ByteData.view_A01_t02: fail # co19-roll r569: Please
triage this failure |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 LibTest/core/int/toDouble_A01_t01: RuntimeError, OK # Requires big int. | 234 LibTest/core/int/toDouble_A01_t01: RuntimeError, OK # Requires big int. |
| 235 LibTest/core/int/toRadixString_A01_t01: RuntimeError, OK # Bad test: uses Expect
.fail, Expect.throws, assumes case of result, and uses unsupported radixes. | 235 LibTest/core/int/toRadixString_A01_t01: RuntimeError, OK # Bad test: uses Expect
.fail, Expect.throws, assumes case of result, and uses unsupported radixes. |
| 236 | 236 |
| 237 # | 237 # |
| 238 # The following tests are failing. Please add the error message | 238 # The following tests are failing. Please add the error message |
| 239 # (either a compiler error or exception message). The error messages | 239 # (either a compiler error or exception message). The error messages |
| 240 # may sometime be out of date. | 240 # may sometime be out of date. |
| 241 # | 241 # |
| 242 [ $compiler == dart2js ] | 242 [ $compiler == dart2js ] |
| 243 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: RuntimeErr
or # compiler cancelled: cannot resolve type T | 243 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: RuntimeErr
or # compiler cancelled: cannot resolve type T |
| 244 Language/07_Classes/3_Setters_A04_t03: RuntimeError # http://dartbug.com/5023 | 244 Language/07_Classes/3_Setters_A04_t03: RuntimeError # Issue 5023 |
| 245 | 245 |
| 246 [ $compiler == dart2js && $jscl ] | 246 [ $compiler == dart2js && $jscl ] |
| 247 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Runtim
eError # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expressio
n: /\c(/: Unterminated group' | 247 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Runtim
eError # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expressio
n: /\c(/: Unterminated group' |
| 248 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: RuntimeE
rror # Expect.fail('Some exception expected') | 248 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: RuntimeE
rror # Expect.fail('Some exception expected') |
| 249 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Ru
ntimeError # Expect.fail('Some exception expected') | 249 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Ru
ntimeError # Expect.fail('Some exception expected') |
| 250 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Ru
ntimeError # Expect.fail('Some exception expected') | 250 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Ru
ntimeError # Expect.fail('Some exception expected') |
| 251 | 251 |
| 252 | 252 |
| 253 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 253 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 254 Language/12_Expressions/00_Object_Identity/1_Object_Identity_A05_t02: RuntimeErr
or # TODO(dart2js-team): Please triage this failure. | 254 Language/12_Expressions/00_Object_Identity/1_Object_Identity_A05_t02: RuntimeErr
or # TODO(dart2js-team): Please triage this failure. |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 | 307 |
| 308 [ $compiler == dart2js ] | 308 [ $compiler == dart2js ] |
| 309 Language/16_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: MissingCompileTi
meError # Checks that other Unicode whitespaces are not allowed: check NO-BREAK
SPACE (U+00A0) | 309 Language/16_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: MissingCompileTi
meError # Checks that other Unicode whitespaces are not allowed: check NO-BREAK
SPACE (U+00A0) |
| 310 Language/16_Reference/1_Lexical_Rules_A02_t06: MissingCompileTimeError # Checks
that Unicode whitespaces other than WHITESPACE are not permitted in the source c
ode. Checks symbol U+00a0. | 310 Language/16_Reference/1_Lexical_Rules_A02_t06: MissingCompileTimeError # Checks
that Unicode whitespaces other than WHITESPACE are not permitted in the source c
ode. Checks symbol U+00a0. |
| 311 | 311 |
| 312 | 312 |
| 313 # | 313 # |
| 314 # Unexpected compile-time errors. | 314 # Unexpected compile-time errors. |
| 315 # | 315 # |
| 316 [ $compiler == dart2js ] | 316 [ $compiler == dart2js ] |
| 317 Language/07_Classes/3_Setters_A04_t01: CompileTimeError # http://dartbug.com/502
3 | 317 Language/07_Classes/3_Setters_A04_t01: CompileTimeError # Issue 5023 |
| 318 Language/07_Classes/3_Setters_A04_t02: CompileTimeError # http://dartbug.com/502
3 | 318 Language/07_Classes/3_Setters_A04_t02: CompileTimeError # Issue 5023 |
| 319 Language/07_Classes/3_Setters_A04_t07: CompileTimeError # http://dartbug.com/502
3 | 319 Language/07_Classes/3_Setters_A04_t07: CompileTimeError # Issue 5023 |
| 320 | 320 |
| 321 Language/12_Expressions/01_Constants_A03_t01: CompileTimeError # Issue 13652 | 321 Language/12_Expressions/01_Constants_A03_t01: CompileTimeError # Issue 13652 |
| 322 | 322 |
| 323 | 323 |
| 324 [ $compiler == dart2js && $runtime == ie9 ] | 324 [ $compiler == dart2js && $runtime == ie9 ] |
| 325 # These are most likey due to the fact that IE9 doesn't support typed data | 325 # These are most likey due to the fact that IE9 doesn't support typed data |
| 326 LibTest/typed_data/Float32List/*: fail, crash # co19-roll r559: Please triage th
is failure | 326 LibTest/typed_data/Float32List/*: fail, crash # co19-roll r559: Please triage th
is failure |
| 327 LibTest/typed_data/Float32x4/*: fail, crash # co19-roll r559: Please triage this
failure | 327 LibTest/typed_data/Float32x4/*: fail, crash # co19-roll r559: Please triage this
failure |
| 328 LibTest/typed_data/Float32x4List/*: fail, crash # co19-roll r559: Please triage
this failure | 328 LibTest/typed_data/Float32x4List/*: fail, crash # co19-roll r559: Please triage
this failure |
| 329 LibTest/typed_data/Float64List/*: fail, crash # co19-roll r559: Please triage th
is failure | 329 LibTest/typed_data/Float64List/*: fail, crash # co19-roll r559: Please triage th
is failure |
| (...skipping 3778 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4108 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/ownerdocume
nt-002_t01: RuntimeError # Please triage this failure | 4108 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/ownerdocume
nt-002_t01: RuntimeError # Please triage this failure |
| 4109 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/test-009_t0
1: RuntimeError # Please triage this failure | 4109 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/test-009_t0
1: RuntimeError # Please triage this failure |
| 4110 WebPlatformTest/webstorage/event_constructor_t01: RuntimeError # Please triage t
his failure | 4110 WebPlatformTest/webstorage/event_constructor_t01: RuntimeError # Please triage t
his failure |
| 4111 WebPlatformTest/webstorage/event_constructor_t02: RuntimeError # Please triage t
his failure | 4111 WebPlatformTest/webstorage/event_constructor_t02: RuntimeError # Please triage t
his failure |
| 4112 WebPlatformTest/webstorage/event_local_key_t01: RuntimeError # Please triage thi
s failure | 4112 WebPlatformTest/webstorage/event_local_key_t01: RuntimeError # Please triage thi
s failure |
| 4113 WebPlatformTest/webstorage/event_session_key_t01: RuntimeError # Please triage t
his failure | 4113 WebPlatformTest/webstorage/event_session_key_t01: RuntimeError # Please triage t
his failure |
| 4114 WebPlatformTest/webstorage/storage_local_setitem_quotaexceedederr_t01: RuntimeEr
ror # Please triage this failure | 4114 WebPlatformTest/webstorage/storage_local_setitem_quotaexceedederr_t01: RuntimeEr
ror # Please triage this failure |
| 4115 WebPlatformTest/webstorage/storage_local_setitem_t01: RuntimeError # Please tria
ge this failure | 4115 WebPlatformTest/webstorage/storage_local_setitem_t01: RuntimeError # Please tria
ge this failure |
| 4116 WebPlatformTest/webstorage/storage_session_setitem_quotaexceedederr_t01: Runtime
Error # Please triage this failure | 4116 WebPlatformTest/webstorage/storage_session_setitem_quotaexceedederr_t01: Runtime
Error # Please triage this failure |
| 4117 WebPlatformTest/webstorage/storage_session_setitem_t01: RuntimeError # Please tr
iage this failure | 4117 WebPlatformTest/webstorage/storage_session_setitem_t01: RuntimeError # Please tr
iage this failure |
| OLD | NEW |