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 prefix co19 | 5 prefix co19 |
6 | 6 |
7 | 7 |
8 # | 8 # |
9 # Problems specific to running on Mac OS X | 9 # Problems specific to running on Mac OS X |
10 # | 10 # |
(...skipping 15 matching lines...) Expand all Loading... |
26 LangGuideTest/02_Language_Constructs/02_11_Exceptions/A09/t04: Fail # Issue 219 | 26 LangGuideTest/02_Language_Constructs/02_11_Exceptions/A09/t04: Fail # Issue 219 |
27 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t09: Fail # Issue
202 | 27 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t09: Fail # Issue
202 |
28 LibTest/core/List/List/List/A01/t04: Fail # Issue 218 | 28 LibTest/core/List/List/List/A01/t04: Fail # Issue 218 |
29 LibTest/core/List/sort/List/sort/A01/t06: Skip # Out of memor
y. | 29 LibTest/core/List/sort/List/sort/A01/t06: Skip # Out of memor
y. |
30 LibTest/core/Math/parseInt/Math/parseInt/A01/t01: Fail | 30 LibTest/core/Math/parseInt/Math/parseInt/A01/t01: Fail |
31 LibTest/core/Queue/Queue.from/Queue/Queue.from/A01/t02: Fail # Issue 218 | 31 LibTest/core/Queue/Queue.from/Queue/Queue.from/A01/t02: Fail # Issue 218 |
32 LibTest/core/Set/add/Set/add/A01/t05: Fail # Bug 5392511 | 32 LibTest/core/Set/add/Set/add/A01/t05: Fail # Bug 5392511 |
33 LibTest/core/Set/addAll/Set/addAll/A01/t05: Fail # Bug 5392511 | 33 LibTest/core/Set/addAll/Set/addAll/A01/t05: Fail # Bug 5392511 |
34 LibTest/core/Set/contains/Set/contains/A01/t04: Fail # Bug 5392511 | 34 LibTest/core/Set/contains/Set/contains/A01/t04: Fail # Bug 5392511 |
35 LibTest/core/Set/containsAll/Set/containsAll/A01/t04: Fail # Bug 5392511 | 35 LibTest/core/Set/containsAll/Set/containsAll/A01/t04: Fail # Bug 5392511 |
| 36 LibTest/core/String/contains/String/contains/A03/t01: Fail # Issue 1317 |
36 LibTest/core/int/operator-/int/operator-/A01/t01: Fail | 37 LibTest/core/int/operator-/int/operator-/A01/t01: Fail |
37 LibTest/core/int/operator_div/int/operator/div/A01/t01: Fail | 38 LibTest/core/int/operator_div/int/operator/div/A01/t01: Fail |
38 LibTest/core/int/operator_~div/int/operator/~div/A01/t01: Fail | 39 LibTest/core/int/operator_~div/int/operator/~div/A01/t01: Fail |
39 LibTest/core/int/toInt/int/toInt/A01/t01: Fail | 40 LibTest/core/int/toInt/int/toInt/A01/t01: Fail |
40 | 41 |
41 # | 42 # |
42 # Tests that pass in release mode but fail in debug mode | 43 # Tests that pass in release mode but fail in debug mode |
43 # | 44 # |
44 [ $component == dartc && $mode == debug ] | 45 [ $component == dartc && $mode == debug ] |
45 | 46 |
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
368 | 369 |
369 [ $component == dartium ] | 370 [ $component == dartium ] |
370 *: Skip | 371 *: Skip |
371 | 372 |
372 | 373 |
373 [ $component == chromium ] | 374 [ $component == chromium ] |
374 *: Skip | 375 *: Skip |
375 | 376 |
376 [ $component == frogium ] | 377 [ $component == frogium ] |
377 *: Skip | 378 *: Skip |
OLD | NEW |