| 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 == drt ] | 5 [ $compiler == dart2js && $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: Fail, Pass, Timeout # Must be a bug in jsshell,
test sometimes times out. |
| 13 | 13 |
| 14 [ $compiler == dart2js && $checked && $runtime == ie9 ] | 14 [ $compiler == dart2js && $checked && $runtime == ie9 ] |
| 15 LibTest/isolate/isolate_api/spawnUri_A02_t03: Pass, Fail # Issue 8920 | 15 LibTest/isolate/isolate_api/spawnUri_A02_t03: Pass, Fail # Issue 8920 |
| 16 | 16 |
| 17 | 17 |
| 18 # Crashes first, please. Then untriaged bugs. There is a section below | 18 # Crashes first, please. Then untriaged bugs. There is a section below |
| 19 # for co19 bugs. | 19 # for co19 bugs. |
| 20 [ $compiler == dart2js ] | 20 [ $compiler == dart2js ] |
| 21 | 21 |
| 22 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai
lure. | 22 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai
lure. |
| (...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 587 LibTest/typed_data/Float32x4List/runtimeType_A01_t01: fail # co19-roll r559: Ple
ase triage this failure | 587 LibTest/typed_data/Float32x4List/runtimeType_A01_t01: fail # co19-roll r559: Ple
ase triage this failure |
| 588 LibTest/typed_data/Float64List/runtimeType_A01_t01: fail # co19-roll r559: Pleas
e triage this failure | 588 LibTest/typed_data/Float64List/runtimeType_A01_t01: fail # co19-roll r559: Pleas
e triage this failure |
| 589 LibTest/typed_data/Int16List/runtimeType_A01_t01: fail # co19-roll r559: Please
triage this failure | 589 LibTest/typed_data/Int16List/runtimeType_A01_t01: fail # co19-roll r559: Please
triage this failure |
| 590 LibTest/typed_data/Int32List/runtimeType_A01_t01: fail # co19-roll r559: Please
triage this failure | 590 LibTest/typed_data/Int32List/runtimeType_A01_t01: fail # co19-roll r559: Please
triage this failure |
| 591 LibTest/typed_data/Int8List/runtimeType_A01_t01: fail # co19-roll r559: Please t
riage this failure | 591 LibTest/typed_data/Int8List/runtimeType_A01_t01: fail # co19-roll r559: Please t
riage this failure |
| 592 LibTest/typed_data/Uint16List/runtimeType_A01_t01: fail # co19-roll r559: Please
triage this failure | 592 LibTest/typed_data/Uint16List/runtimeType_A01_t01: fail # co19-roll r559: Please
triage this failure |
| 593 LibTest/typed_data/Uint32List/runtimeType_A01_t01: fail # co19-roll r559: Please
triage this failure | 593 LibTest/typed_data/Uint32List/runtimeType_A01_t01: fail # co19-roll r559: Please
triage this failure |
| 594 LibTest/typed_data/Uint8ClampedList/runtimeType_A01_t01: fail # co19-roll r559:
Please triage this failure | 594 LibTest/typed_data/Uint8ClampedList/runtimeType_A01_t01: fail # co19-roll r559:
Please triage this failure |
| 595 LibTest/typed_data/Uint8List/runtimeType_A01_t01: fail # co19-roll r559: Please
triage this failure | 595 LibTest/typed_data/Uint8List/runtimeType_A01_t01: fail # co19-roll r559: Please
triage this failure |
| 596 | 596 |
| OLD | NEW |