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 # Failing on vm-linux-release-optcounter-threshold-be only. There seems to | |
6 # be no way to disable only that configuration though. | |
7 [ $runtime == vm && $system == linux && $mode == release ] | |
8 LibTest/core/Duration/operator_lt_A01_t01: Skip # Issue 20875 | |
9 LibTest/core/Duration/operator_lte_A01_t01: Skip # Issue 20875 | |
10 LibTest/core/Duration/operator_gte_A01_t01: Skip # Issue 20875 | |
11 LibTest/core/Duration/operator_mult_A01_t01: Skip # Issue 20875 | |
12 LibTest/core/Duration/operator_gt_A01_t01: Skip # Issue 20875 | |
13 LibTest/core/Duration/operator_plus_A01_t01: Skip # Issue 20875 | |
14 LibTest/core/Duration/operator_eq_A01_t01: Skip # Issue 20875 | |
15 LibTest/core/Duration/operator_minus_A01_t01: Skip # Issue 20875 | |
16 LibTest/core/Duration/operator_div_A01_t01: Skip # Issue 20875 | |
17 | |
18 | 5 |
19 [ $compiler == none && ($runtime == vm || $runtime == dartium || $runtime == Con
tentShellOnAndroid) ] | 6 [ $compiler == none && ($runtime == vm || $runtime == dartium || $runtime == Con
tentShellOnAndroid) ] |
20 | 7 |
21 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail # Issue 1250
8 | 8 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail # Issue 1250
8 |
22 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail # Issue 1250
8 | 9 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail # Issue 1250
8 |
23 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # I
ssue 12508 | 10 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # I
ssue 12508 |
24 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F
ail # Issue 12508 | 11 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F
ail # Issue 12508 |
25 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa
il # Issue 12508 | 12 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa
il # Issue 12508 |
26 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail #
Issue 12508 | 13 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail #
Issue 12508 |
27 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa
il # Issue 12508 | 14 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa
il # Issue 12508 |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
89 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Skip # Timeout | 76 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Skip # Timeout |
90 LibTest/collection/ListBase/ListBase_class_A01_t01: Skip # Timeout | 77 LibTest/collection/ListBase/ListBase_class_A01_t01: Skip # Timeout |
91 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # Timeout | 78 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # Timeout |
92 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # Timeout | 79 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # Timeout |
93 | 80 |
94 [ $runtime == vm ] | 81 [ $runtime == vm ] |
95 LibTest/isolate/Isolate/spawn_A02_t01: Skip # co19 issue 667 | 82 LibTest/isolate/Isolate/spawn_A02_t01: Skip # co19 issue 667 |
96 LibTest/html/*: SkipByDesign # dart:html not supported on VM. | 83 LibTest/html/*: SkipByDesign # dart:html not supported on VM. |
97 LayoutTests/fast/*: SkipByDesign # DOM not supported on VM. | 84 LayoutTests/fast/*: SkipByDesign # DOM not supported on VM. |
98 WebPlatformTest/*: SkipByDesign # dart:html not supported on VM. | 85 WebPlatformTest/*: SkipByDesign # dart:html not supported on VM. |
OLD | NEW |