| 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 |
| 8 # |
| 9 # Problems specific to running on Mac OS X |
| 10 # |
| 11 |
| 12 [ $component == dartc && $system == macos ] |
| 13 LangSpecTest/13_Types/13_4_Interface_Types/A11/t01: Crash # Out of memory |
| 14 LangSpecTest/13_Types/13_4_Interface_Types/A11/t02: Crash # Out of memory |
| 15 |
| 16 LibTest/core/Math/acos/Math/acos/A01/t01: Fail # Issue co19 - 44 |
| 17 LibTest/core/Math/asin/Math/asin/A01/t01: Fail # Issue co19 - 44 |
| 18 LibTest/core/Math/atan/Math/atan/A01/t01: Fail # Issue co19 - 44 |
| 19 |
| 20 LibTest/core/String/toLowerCase/String/toLowerCase/A01/t04: Fail |
| 21 LibTest/core/String/toUpperCase/String/toUpperCase/A01/t04: Fail |
| 22 |
| 7 # | 23 # |
| 8 # Problems specific to compiler in release build (--optimize) | 24 # Problems specific to compiler in release build (--optimize) |
| 9 # | 25 # |
| 10 [ $component == dartc && $mode == release ] | 26 [ $component == dartc && $mode == release ] |
| 11 | 27 |
| 12 LangGuideTest/02_Language_Constructs/02_11_Exceptions/A09/t02: Fail # Issue 219 | 28 LangGuideTest/02_Language_Constructs/02_11_Exceptions/A09/t02: Fail # Issue 219 |
| 13 LangGuideTest/02_Language_Constructs/02_11_Exceptions/A09/t04: Fail # Issue 219 | 29 LangGuideTest/02_Language_Constructs/02_11_Exceptions/A09/t04: Fail # Issue 219 |
| 14 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t09: Fail # Issue
202 | 30 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t09: Fail # Issue
202 |
| 15 LibTest/core/List/List/List/A01/t04: Fail # Issue 218 | 31 LibTest/core/List/List/List/A01/t04: Fail # Issue 218 |
| 16 LibTest/core/List/sort/List/sort/A01/t06: Skip # Out of memor
y. | 32 LibTest/core/List/sort/List/sort/A01/t06: Skip # Out of memor
y. |
| (...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 402 | 418 |
| 403 [ $component == dartium ] | 419 [ $component == dartium ] |
| 404 *: Skip | 420 *: Skip |
| 405 | 421 |
| 406 | 422 |
| 407 [ $component == chromium ] | 423 [ $component == chromium ] |
| 408 *: Skip | 424 *: Skip |
| 409 | 425 |
| 410 [ $component == frogium ] | 426 [ $component == frogium ] |
| 411 *: Skip | 427 *: Skip |
| OLD | NEW |