| 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 [ $component == vm ] | 9 [ $component == vm ] |
| 10 | 10 |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 LibTest/core/int/toStringAsExponential_A01_t01: Fail, Crash # Issue 460 | 62 LibTest/core/int/toStringAsExponential_A01_t01: Fail, Crash # Issue 460 |
| 63 LibTest/core/int/toStringAsFixed_A01_t01: Fail # Issue 460 | 63 LibTest/core/int/toStringAsFixed_A01_t01: Fail # Issue 460 |
| 64 LibTest/core/int/toStringAsPrecision_A01_t01: Fail, Crash # Issue 460 | 64 LibTest/core/int/toStringAsPrecision_A01_t01: Fail, Crash # Issue 460 |
| 65 | 65 |
| 66 [ $component == vm && $system == macos ] | 66 [ $component == vm && $system == macos ] |
| 67 LibTest/core/Math/acos_A01_t01: Fail # Issue co19 - 44 | 67 LibTest/core/Math/acos_A01_t01: Fail # Issue co19 - 44 |
| 68 LibTest/core/Math/asin_A01_t01: Fail # Issue co19 - 44 | 68 LibTest/core/Math/asin_A01_t01: Fail # Issue co19 - 44 |
| 69 LibTest/core/Math/atan_A01_t01: Fail # Issue co19 - 44 | 69 LibTest/core/Math/atan_A01_t01: Fail # Issue co19 - 44 |
| 70 LibTest/core/Math/cos_A01_t01: Fail # Issue co19 - 44 | 70 LibTest/core/Math/cos_A01_t01: Fail # Issue co19 - 44 |
| 71 LibTest/core/Math/exp_A01_t01: Fail # Issue co19 - 44 | 71 LibTest/core/Math/exp_A01_t01: Fail # Issue co19 - 44 |
| 72 LibTest/core/Math/pow_A18_t01: Fail # Isses 449 | |
| 73 LibTest/core/Math/sin_A01_t01: Fail # Issue co19 - 44 | 72 LibTest/core/Math/sin_A01_t01: Fail # Issue co19 - 44 |
| 74 LibTest/core/Math/tan_A01_t01: Fail # Issue co19 - 44 | 73 LibTest/core/Math/tan_A01_t01: Fail # Issue co19 - 44 |
| 75 | 74 |
| 76 [ $component == vm && $system == linux ] | 75 [ $component == vm && $system == linux ] |
| 77 LibTest/core/Math/exp_A01_t01: Fail | 76 LibTest/core/Math/exp_A01_t01: Fail |
| 78 LibTest/core/Math/pow_A18_t01: Fail | |
| 79 | 77 |
| 80 [ $component == vm && $system == linux && $arch == ia32 ] | 78 [ $component == vm && $system == linux && $arch == ia32 ] |
| 81 LibTest/core/Math/sin_A01_t01: Fail | 79 LibTest/core/Math/sin_A01_t01: Fail |
| 82 LibTest/core/Math/tan_A01_t01: Fail | 80 LibTest/core/Math/tan_A01_t01: Fail |
| 83 | 81 |
| 84 [ $component == vm && $arch == x64 && $mode == debug ] | 82 [ $component == vm && $arch == x64 && $mode == debug ] |
| 85 LibTest/core/Map/Map_class_A01_t04: Skip # Timeout | 83 LibTest/core/Map/Map_class_A01_t04: Skip # Timeout |
| 86 LibTest/core/List/add_A01_t01: Skip # Timeout | 84 LibTest/core/List/add_A01_t01: Skip # Timeout |
| 87 LibTest/core/List/sort_A01_t06: Skip # Timeout | 85 LibTest/core/List/sort_A01_t06: Skip # Timeout |
| 88 LibTest/core/Queue/iterator_hasNext_A01_t01: Skip # Timeout | 86 LibTest/core/Queue/iterator_hasNext_A01_t01: Skip # Timeout |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 Language/13_Types/8_Parameterized_Types_A01_t03: Fail | 197 Language/13_Types/8_Parameterized_Types_A01_t03: Fail |
| 200 Language/13_Types/8_Parameterized_Types_A01_t04: Fail | 198 Language/13_Types/8_Parameterized_Types_A01_t04: Fail |
| 201 | 199 |
| 202 | 200 |
| 203 [ $arch == simarm ] | 201 [ $arch == simarm ] |
| 204 *: Skip | 202 *: Skip |
| 205 | 203 |
| 206 | 204 |
| 207 [ $arch == arm ] | 205 [ $arch == arm ] |
| 208 *: Skip | 206 *: Skip |
| OLD | NEW |