| 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 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 | 13 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 | 14 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 | 15 LibTest/core/Math/atan/Math/atan/A01/t01: Fail # Issue co19 - 44 |
| 19 | 16 |
| 20 LibTest/core/String/toLowerCase/String/toLowerCase/A01/t04: Fail | 17 LibTest/core/String/toLowerCase/String/toLowerCase/A01/t04: Fail |
| 21 LibTest/core/String/toUpperCase/String/toUpperCase/A01/t04: Fail | 18 LibTest/core/String/toUpperCase/String/toUpperCase/A01/t04: Fail |
| 22 | 19 |
| 23 # | 20 # |
| 24 # Problems specific to compiler in release build (--optimize) | 21 # Problems specific to compiler in release build (--optimize) |
| 25 # | 22 # |
| (...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 417 | 414 |
| 418 [ $component == dartium ] | 415 [ $component == dartium ] |
| 419 *: Skip | 416 *: Skip |
| 420 | 417 |
| 421 | 418 |
| 422 [ $component == chromium ] | 419 [ $component == chromium ] |
| 423 *: Skip | 420 *: Skip |
| 424 | 421 |
| 425 [ $component == frogium ] | 422 [ $component == frogium ] |
| 426 *: Skip | 423 *: Skip |
| OLD | NEW |