Chromium Code Reviews| 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 LibTest/core/RegExp/Pattern_semantics/splitQueryString_A02_t01: RuntimeError # c o19-roll r607: Please triage this failure | 7 LibTest/core/RegExp/Pattern_semantics/splitQueryString_A02_t01: RuntimeError # c o19-roll r607: Please triage this failure |
| 8 | 8 |
| 9 [ $compiler == dart2js && $checked && $runtime == ie9 ] | 9 [ $compiler == dart2js && $checked && $runtime == ie9 ] |
| 10 LibTest/core/Uri/encodeFull_A01_t02: Pass, Slow | |
| 10 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout # co19-roll r576: P lease triage this failure | 11 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout # co19-roll r576: P lease triage this failure |
| 11 LibTest/isolate/isolate_api/spawnUri_A02_t03: Pass, Fail # Issue 8920 | 12 LibTest/isolate/isolate_api/spawnUri_A02_t03: Pass, Fail # Issue 8920 |
| 12 | 13 |
| 13 | 14 |
| 14 # Crashes first, please. Then untriaged bugs. There is a section below | 15 # Crashes first, please. Then untriaged bugs. There is a section below |
| 15 # for co19 bugs. | 16 # for co19 bugs. |
| 16 [ $compiler == dart2js ] | 17 [ $compiler == dart2js ] |
| 17 Language/13_Statements/04_Local_Function_Declaration_A04_t01: MissingCompileTime Error # co19-roll r607: Please triage this failure | 18 Language/13_Statements/04_Local_Function_Declaration_A04_t01: MissingCompileTime Error # co19-roll r607: Please triage this failure |
| 18 Language/13_Statements/04_Local_Function_Declaration_A04_t03: MissingCompileTime Error # co19-roll r667: Please triage this failure | 19 Language/13_Statements/04_Local_Function_Declaration_A04_t03: MissingCompileTime Error # co19-roll r667: Please triage this failure |
| 19 Language/07_Classes/07_Classes_A13_t02: Fail # Missing CT error on member with s ame name a type parameter | 20 Language/07_Classes/07_Classes_A13_t02: Fail # Missing CT error on member with s ame name a type parameter |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 88 | 89 |
| 89 [ $compiler == dart2js ] | 90 [ $compiler == dart2js ] |
| 90 | 91 |
| 91 LibTest/core/List/removeAt_A02_t01: RuntimeError # Issue 1533 | 92 LibTest/core/List/removeAt_A02_t01: RuntimeError # Issue 1533 |
| 92 | 93 |
| 93 LibTest/isolate/ReceivePort/receive_A01_t02: RuntimeError # Issue 6750 | 94 LibTest/isolate/ReceivePort/receive_A01_t02: RuntimeError # Issue 6750 |
| 94 | 95 |
| 95 [ $compiler == dart2js && $runtime == ie9 ] | 96 [ $compiler == dart2js && $runtime == ie9 ] |
| 96 LibTest/async/Completer/completeError_A02_t01: Pass, Fail # Issue 8920 | 97 LibTest/async/Completer/completeError_A02_t01: Pass, Fail # Issue 8920 |
| 97 LibTest/async/Stream/listen_A04_t01: Pass, Timeout # Issue: 8920 | 98 LibTest/async/Stream/listen_A04_t01: Pass, Timeout # Issue: 8920 |
| 98 LibTest/core/DateTime/timeZoneName_A01_t01: Fail # Issue: 8920 | |
|
kustermann
2013/11/21 11:29:39
@floitsch: I think you're IE9 date time parsing ma
| |
| 99 LibTest/core/double/round_A01_t01: Fail # Issue: 8920 | 99 LibTest/core/double/round_A01_t01: Fail # Issue: 8920 |
| 100 LibTest/core/double/toStringAsExponential_A01_t04: Fail # Issue: 8920 | 100 LibTest/core/double/toStringAsExponential_A01_t04: Fail # Issue: 8920 |
| 101 LibTest/core/double/toStringAsPrecision_A01_t04: Fail # Issue: 8920 | 101 LibTest/core/double/toStringAsPrecision_A01_t04: Fail # Issue: 8920 |
| 102 LibTest/core/int/compareTo_A01_t01: Fail # Issue: 8920 | 102 LibTest/core/int/compareTo_A01_t01: Fail # Issue: 8920 |
| 103 LibTest/core/int/operator_left_shift_A01_t01: Fail # Issue: 8920 | 103 LibTest/core/int/operator_left_shift_A01_t01: Fail # Issue: 8920 |
| 104 LibTest/core/int/operator_remainder_A01_t03: Fail # Issue: 8920 | 104 LibTest/core/int/operator_remainder_A01_t03: Fail # Issue: 8920 |
| 105 LibTest/core/int/operator_truncating_division_A01_t02: Fail # Issue: 8920 | 105 LibTest/core/int/operator_truncating_division_A01_t02: Fail # Issue: 8920 |
| 106 LibTest/core/int/remainder_A01_t01: Fail # Issue: 8920 | 106 LibTest/core/int/remainder_A01_t01: Fail # Issue: 8920 |
| 107 LibTest/core/int/remainder_A01_t03: Fail # Issue: 8920 | 107 LibTest/core/int/remainder_A01_t03: Fail # Issue: 8920 |
| 108 LibTest/core/int/toRadixString_A01_t01: Fail # Issue: 8920 | 108 LibTest/core/int/toRadixString_A01_t01: Fail # Issue: 8920 |
| (...skipping 521 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 630 LibTest/json/printOn_A02_t01: fail # co19-roll r587: Please triage this failure | 630 LibTest/json/printOn_A02_t01: fail # co19-roll r587: Please triage this failure |
| 631 LibTest/math/pow_A04_t01: fail # co19-roll r587: Please triage this failure | 631 LibTest/math/pow_A04_t01: fail # co19-roll r587: Please triage this failure |
| 632 LibTest/math/pow_A14_t01: fail # co19-roll r587: Please triage this failure | 632 LibTest/math/pow_A14_t01: fail # co19-roll r587: Please triage this failure |
| 633 LibTest/math/pow_A16_t01: fail # co19-roll r587: Please triage this failure | 633 LibTest/math/pow_A16_t01: fail # co19-roll r587: Please triage this failure |
| 634 | 634 |
| 635 LibTest/async/Stream/handleError_A04_t01: RuntimeError # co19-roll r641: Please triage this failure | 635 LibTest/async/Stream/handleError_A04_t01: RuntimeError # co19-roll r641: Please triage this failure |
| 636 LibTest/async/Stream/listen_A05_t01: RuntimeError # co19-roll r641: Please triag e this failure | 636 LibTest/async/Stream/listen_A05_t01: RuntimeError # co19-roll r641: Please triag e this failure |
| 637 LibTest/convert/JsonCodec/encode_A01_t01: RuntimeError # co19-roll r641: Please triage this failure | 637 LibTest/convert/JsonCodec/encode_A01_t01: RuntimeError # co19-roll r641: Please triage this failure |
| 638 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please triage this failure | 638 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please triage this failure |
| 639 | 639 |
| OLD | NEW |