| OLD | NEW |
| 1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2011, 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 # |
| 11 | 11 |
| 12 [ $component == dartc && $system == macos ] | 12 [ $component == dartc && $system == macos ] |
| 13 LibTest/core/Math/acos/Math/acos/A01/t01: Fail # Issue co19 - 44 | 13 LibTest/core/Math/acos/Math/acos/A01/t01: Fail # Issue co19 - 44 |
| 14 LibTest/core/Math/asin/Math/asin/A01/t01: Fail # Issue co19 - 44 | 14 LibTest/core/Math/asin/Math/asin/A01/t01: Fail # Issue co19 - 44 |
| 15 LibTest/core/Math/atan/Math/atan/A01/t01: Fail # Issue co19 - 44 | 15 LibTest/core/Math/atan/Math/atan/A01/t01: Fail # Issue co19 - 44 |
| 16 | 16 |
| 17 LibTest/core/String/toLowerCase/String/toLowerCase/A01/t04: Fail | 17 LibTest/core/String/toLowerCase/String/toLowerCase/A01/t04: Fail |
| 18 LibTest/core/String/toUpperCase/String/toUpperCase/A01/t04: Fail | 18 LibTest/core/String/toUpperCase/String/toUpperCase/A01/t04: Fail |
| 19 | 19 |
| 20 # | 20 # |
| 21 # Problems specific to compiler in release build (--optimize) | 21 # Problems specific to compiler in release build (--optimize) |
| 22 # | 22 # |
| 23 [ $component == dartc && $mode == release ] | 23 [ $component == dartc && $mode == release ] |
| 24 | 24 |
| 25 LangGuideTest/02_Language_Constructs/02_11_Exceptions/A09/t02: Fail # Issue 219 | 25 LangGuideTest/02_Language_Constructs/02_11_Exceptions/A09/t02: Fail # Issue 219 |
| 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 LangSpecTest/13_Types/13_4_Interface_Types/A11/t01: Pass, Crash # Issue 1097 |
| 27 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t09: Fail # Issue
202 | 28 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t09: Fail # Issue
202 |
| 28 LibTest/core/List/List/List/A01/t04: Fail # Issue 218 | 29 LibTest/core/List/List/List/A01/t04: Fail # Issue 218 |
| 29 LibTest/core/List/sort/List/sort/A01/t06: Skip # Out of memor
y. | 30 LibTest/core/List/sort/List/sort/A01/t06: Skip # Out of memor
y. |
| 30 LibTest/core/Math/parseInt/Math/parseInt/A01/t01: Fail | 31 LibTest/core/Math/parseInt/Math/parseInt/A01/t01: Fail |
| 31 LibTest/core/Queue/Queue.from/Queue/Queue.from/A01/t02: Fail # Issue 218 | 32 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 | 33 LibTest/core/Set/add/Set/add/A01/t05: Fail # Bug 5392511 |
| 33 LibTest/core/Set/addAll/Set/addAll/A01/t05: Fail # Bug 5392511 | 34 LibTest/core/Set/addAll/Set/addAll/A01/t05: Fail # Bug 5392511 |
| 34 LibTest/core/Set/contains/Set/contains/A01/t04: Fail # Bug 5392511 | 35 LibTest/core/Set/contains/Set/contains/A01/t04: Fail # Bug 5392511 |
| 35 LibTest/core/Set/containsAll/Set/containsAll/A01/t04: Fail # Bug 5392511 | 36 LibTest/core/Set/containsAll/Set/containsAll/A01/t04: Fail # Bug 5392511 |
| 36 LibTest/core/String/contains/String/contains/A03/t01: Fail | 37 LibTest/core/String/contains/String/contains/A03/t01: Fail |
| (...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 374 | 375 |
| 375 [ $component == dartium ] | 376 [ $component == dartium ] |
| 376 *: Skip | 377 *: Skip |
| 377 | 378 |
| 378 | 379 |
| 379 [ $component == chromium ] | 380 [ $component == chromium ] |
| 380 *: Skip | 381 *: Skip |
| 381 | 382 |
| 382 [ $component == frogium ] | 383 [ $component == frogium ] |
| 383 *: Skip | 384 *: Skip |
| OLD | NEW |