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 | 5 |
6 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) ] | 6 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] |
7 | 7 |
8 # Failures ok in tests below. VM moves super initializer to end of list. | 8 # Failures ok in tests below. VM moves super initializer to end of list. |
9 Language/Classes/Constructors/Generative_Constructors/execution_t03: Fail, OK | 9 Language/Classes/Constructors/Generative_Constructors/execution_t03: Fail, OK |
10 Language/Expressions/Instance_Creation/New/execution_t04: Fail, OK | 10 Language/Expressions/Instance_Creation/New/execution_t04: Fail, OK |
11 Language/Expressions/Instance_Creation/New/execution_t06: Fail, OK | 11 Language/Expressions/Instance_Creation/New/execution_t06: Fail, OK |
12 | 12 |
13 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # Issue 22200 | 13 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # Issue 22200 |
14 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Issue 22200 | 14 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Issue 22200 |
15 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Issue 22200 | 15 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Issue 22200 |
16 | 16 |
(...skipping 19 matching lines...) Expand all Loading... | |
36 LibTest/isolate/Isolate/spawnUri_A01_t03: Skip # Dart issue 15974 | 36 LibTest/isolate/Isolate/spawnUri_A01_t03: Skip # Dart issue 15974 |
37 LibTest/isolate/Isolate/spawnUri_A02_t01: RuntimeError # Dart issue 15617 | 37 LibTest/isolate/Isolate/spawnUri_A02_t01: RuntimeError # Dart issue 15617 |
38 LibTest/isolate/Isolate/spawnUri_A02_t02: Skip # Dart issue 15974 | 38 LibTest/isolate/Isolate/spawnUri_A02_t02: Skip # Dart issue 15974 |
39 LibTest/isolate/Isolate/spawnUri_A02_t03: Skip # Dart issue 15974 | 39 LibTest/isolate/Isolate/spawnUri_A02_t03: Skip # Dart issue 15974 |
40 LibTest/isolate/Isolate/spawnUri_A02_t04: Skip # Dart issue 15974 | 40 LibTest/isolate/Isolate/spawnUri_A02_t04: Skip # Dart issue 15974 |
41 LibTest/isolate/Isolate/spawn_A02_t02: RuntimeError # Dart issue 15617 | 41 LibTest/isolate/Isolate/spawn_A02_t02: RuntimeError # Dart issue 15617 |
42 | 42 |
43 LibTest/core/Symbol/Symbol_A01_t03: RuntimeError # Issue 13596 | 43 LibTest/core/Symbol/Symbol_A01_t03: RuntimeError # Issue 13596 |
44 LibTest/core/Symbol/Symbol_A01_t05: RuntimeError # Issue 13596 | 44 LibTest/core/Symbol/Symbol_A01_t05: RuntimeError # Issue 13596 |
45 | 45 |
46 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) ] | 46 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] |
47 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # co19 issue 599 | 47 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # co19 issue 599 |
48 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # co19 issue 599 | 48 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # co19 issue 599 |
49 Language/Expressions/Instance_Creation/Const/abstract_class_t01: MissingCompileT imeError # Issue 22007 | 49 Language/Expressions/Instance_Creation/Const/abstract_class_t01: MissingCompileT imeError # Issue 22007 |
50 Language/Expressions/Instance_Creation/Const/abstract_class_t03: MissingCompileT imeError # Issue 22007 | 50 Language/Expressions/Instance_Creation/Const/abstract_class_t03: MissingCompileT imeError # Issue 22007 |
51 # With asynchronous loading, the load errors in these tests are no longer recogn ized as compile errors: | 51 # With asynchronous loading, the load errors in these tests are no longer recogn ized as compile errors: |
52 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Fail | 52 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Fail |
53 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Fail | 53 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Fail |
54 Language/Libraries_and_Scripts/Parts/syntax_t06: Fail | 54 Language/Libraries_and_Scripts/Parts/syntax_t06: Fail |
55 | 55 |
56 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) & & $mode == debug ] | 56 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $m ode == debug ] |
57 LibTest/core/List/List_class_A01_t02: Pass, Slow | 57 LibTest/core/List/List_class_A01_t02: Pass, Slow |
58 | 58 |
59 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) & & ($arch != x64 && $arch != simarm64 && $arch != arm64) ] | 59 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && ($ arch != x64 && $arch != simarm64 && $arch != arm64) ] |
60 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 | 60 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 |
61 | 61 |
62 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) && ($arch == mips || $arch == arm64) ] | 62 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) && ($arch == mips || $arch == arm64) ] |
63 # These tests take too much memory (300 MB) for our 1 GB test machine. | 63 # These tests take too much memory (300 MB) for our 1 GB test machine. |
64 # co19 issue 673. http://code.google.com/p/co19/issues/detail?id=673 | 64 # co19 issue 673. http://code.google.com/p/co19/issues/detail?id=673 |
65 LibTest/core/List/List_class_A01_t02: Skip # co19 issue 673 | 65 LibTest/core/List/List_class_A01_t02: Skip # co19 issue 673 |
66 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # co19 issue 673 | 66 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # co19 issue 673 |
67 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # co19 issue 673 | 67 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # co19 issue 673 |
68 | 68 |
69 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) & & ($arch == simarm || $arch == simarmv6 || $arch == simarmv5te || $arch == simmi ps || $arch == simarm64) ] | 69 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && ($ arch == simarm || $arch == simarmv6 || $arch == simarmv5te || $arch == simmips | | $arch == simarm64) ] |
70 LibTest/core/Uri/Uri_A06_t03: Skip # Timeout | 70 LibTest/core/Uri/Uri_A06_t03: Skip # Timeout |
71 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Skip # Timeout | 71 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Skip # Timeout |
72 LibTest/collection/ListBase/ListBase_class_A01_t01: Skip # Timeout | 72 LibTest/collection/ListBase/ListBase_class_A01_t01: Skip # Timeout |
73 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # Timeout | 73 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # Timeout |
74 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # Timeout | 74 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # Timeout |
75 | 75 |
76 [ $system == windows ] | 76 [ $system == windows ] |
77 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Slow | 77 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Slow |
78 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Slow | 78 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Slow |
79 | 79 |
80 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) ] | 80 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] |
81 LibTest/isolate/Isolate/spawn_A02_t01: Skip # co19 issue 667 | 81 LibTest/isolate/Isolate/spawn_A02_t01: Skip # co19 issue 667 |
82 LibTest/html/*: SkipByDesign # dart:html not supported on VM. | 82 LibTest/html/*: SkipByDesign # dart:html not supported on VM. |
83 LayoutTests/fast/*: SkipByDesign # DOM not supported on VM. | 83 LayoutTests/fast/*: SkipByDesign # DOM not supported on VM. |
84 WebPlatformTest/*: SkipByDesign # dart:html not supported on VM. | 84 WebPlatformTest/*: SkipByDesign # dart:html not supported on VM. |
85 | 85 |
86 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) & & $mode == debug && $builder_tag == asan ] | 86 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $m ode == debug && $builder_tag == asan ] |
87 Language/Types/Interface_Types/subtype_t27: Skip # Issue 21174. | 87 Language/Types/Interface_Types/subtype_t27: Skip # Issue 21174. |
88 | 88 |
89 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) & & $arch == arm ] | 89 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $a rch == arm ] |
90 LibTest/typed_data/Float32x4/operator_multiplication_A01_t01: Fail # Dart issue 24416 | 90 LibTest/typed_data/Float32x4/operator_multiplication_A01_t01: Fail # Dart issue 24416 |
91 | 91 |
92 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) ] | 92 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] |
93 # co19 update Sep 29, 2015 (3ed795ea02e022ef19c77cf1b6095b7c8f5584d0) | 93 # co19 update Sep 29, 2015 (3ed795ea02e022ef19c77cf1b6095b7c8f5584d0) |
94 Language/Classes/Getters/type_object_t01: RuntimeError # Issue 23721 | 94 Language/Classes/Getters/type_object_t01: RuntimeError # Issue 23721 |
95 Language/Classes/Getters/type_object_t02: RuntimeError # Issue 23721 | 95 Language/Classes/Getters/type_object_t02: RuntimeError # Issue 23721 |
96 Language/Classes/Setters/syntax_t04: RuntimeError # co19 issue 38 | 96 Language/Classes/Setters/syntax_t04: RuntimeError # co19 issue 38 |
97 Language/Classes/Setters/type_object_t01: RuntimeError # Issue 23721 | 97 Language/Classes/Setters/type_object_t01: RuntimeError # Issue 23721 |
98 Language/Classes/Setters/type_object_t02: RuntimeError # Issue 23721 | 98 Language/Classes/Setters/type_object_t02: RuntimeError # Issue 23721 |
99 Language/Classes/Static_Methods/type_object_t01: RuntimeError # Issue 23721 | 99 Language/Classes/Static_Methods/type_object_t01: RuntimeError # Issue 23721 |
100 Language/Classes/Static_Methods/type_object_t02: RuntimeError # Issue 23721 | 100 Language/Classes/Static_Methods/type_object_t02: RuntimeError # Issue 23721 |
101 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t01: MissingCompileTimeError # Issue 24472 | 101 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t01: MissingCompileTimeError # Issue 24472 |
102 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t02: MissingCompileTimeError # Issue 24472 | 102 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t02: MissingCompileTimeError # Issue 24472 |
(...skipping 17 matching lines...) Expand all Loading... | |
120 Language/Libraries_and_Scripts/URIs/syntax_t09: RuntimeError # co19 issue 42 | 120 Language/Libraries_and_Scripts/URIs/syntax_t09: RuntimeError # co19 issue 42 |
121 Language/Libraries_and_Scripts/URIs/syntax_t10: RuntimeError # co19 issue 42 | 121 Language/Libraries_and_Scripts/URIs/syntax_t10: RuntimeError # co19 issue 42 |
122 Language/Libraries_and_Scripts/URIs/syntax_t14: RuntimeError # co19 issue 42 | 122 Language/Libraries_and_Scripts/URIs/syntax_t14: RuntimeError # co19 issue 42 |
123 Language/Libraries_and_Scripts/URIs/syntax_t15: RuntimeError # co19 issue 42 | 123 Language/Libraries_and_Scripts/URIs/syntax_t15: RuntimeError # co19 issue 42 |
124 Language/Mixins/Mixin_Application/error_t01: MissingCompileTimeError # co19 issu e 43 | 124 Language/Mixins/Mixin_Application/error_t01: MissingCompileTimeError # co19 issu e 43 |
125 Language/Mixins/Mixin_Application/error_t02: MissingCompileTimeError # co19 issu e 43 | 125 Language/Mixins/Mixin_Application/error_t02: MissingCompileTimeError # co19 issu e 43 |
126 Language/Mixins/declaring_constructor_t01: MissingCompileTimeError # co19 issue 43 | 126 Language/Mixins/declaring_constructor_t01: MissingCompileTimeError # co19 issue 43 |
127 Language/Mixins/not_object_superclass_t01: MissingCompileTimeError # co19 issue 43 and 44 | 127 Language/Mixins/not_object_superclass_t01: MissingCompileTimeError # co19 issue 43 and 44 |
128 Language/Mixins/reference_to_super_t01: MissingCompileTimeError # co19 issue 43 and 44 | 128 Language/Mixins/reference_to_super_t01: MissingCompileTimeError # co19 issue 43 and 44 |
129 | 129 |
130 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) & & $checked ] | 130 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $c hecked ] |
131 Language/Errors_and_Warnings/static_warning_t01: RuntimeError # co19 issue 45 | 131 Language/Errors_and_Warnings/static_warning_t01: RuntimeError # co19 issue 45 |
132 Language/Errors_and_Warnings/static_warning_t02: RuntimeError # co19 issue 45 | 132 Language/Errors_and_Warnings/static_warning_t02: RuntimeError # co19 issue 45 |
133 Language/Errors_and_Warnings/static_warning_t03: RuntimeError # co19 issue 45 | 133 Language/Errors_and_Warnings/static_warning_t03: RuntimeError # co19 issue 45 |
134 Language/Errors_and_Warnings/static_warning_t04: RuntimeError # co19 issue 45 | 134 Language/Errors_and_Warnings/static_warning_t04: RuntimeError # co19 issue 45 |
135 Language/Errors_and_Warnings/static_warning_t05: RuntimeError # co19 issue 45 | 135 Language/Errors_and_Warnings/static_warning_t05: RuntimeError # co19 issue 45 |
136 Language/Errors_and_Warnings/static_warning_t06: RuntimeError # co19 issue 45 | 136 Language/Errors_and_Warnings/static_warning_t06: RuntimeError # co19 issue 45 |
137 | 137 |
138 [ $noopt || $compiler == precompiler || $mode == product ] | 138 [ $noopt || $compiler == precompiler || $mode == product ] |
139 Language/Metadata/*: SkipByDesign # Uses dart:mirrors | 139 Language/Metadata/*: SkipByDesign # Uses dart:mirrors |
140 | 140 |
141 [ $runtime == dart_precompiled || $runtime == dart_product ] | 141 [ $runtime == dart_precompiled || $runtime == dart_app ] |
142 LibTest/isolate/Isolate/spawnUri*: Skip # Isolate.spawnUri | 142 LibTest/isolate/Isolate/spawnUri*: Skip # Isolate.spawnUri |
143 | 143 |
144 [ $noopt || $compiler == precompiler ] | 144 [ $noopt || $compiler == precompiler ] |
145 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout | 145 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout |
146 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout | 146 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout |
147 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout | 147 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout |
148 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout | 148 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout |
149 | |
150 [ $noopt || $compiler == precompiler || $compiler == dart2appjit ] | |
149 Language/Mixins/Mixin_Application/error_t01: Pass | 151 Language/Mixins/Mixin_Application/error_t01: Pass |
150 Language/Mixins/Mixin_Application/error_t02: Pass | 152 Language/Mixins/Mixin_Application/error_t02: Pass |
151 Language/Mixins/declaring_constructor_t01: Pass | 153 Language/Mixins/declaring_constructor_t01: Pass |
siva
2016/05/27 23:46:37
Not sure why we need this as it states the test sh
| |
152 | 154 |
153 [ ($arch == simdbc || $arch == simdbc64) && $mode == debug ] | 155 [ ($arch == simdbc || $arch == simdbc64) && $mode == debug ] |
154 # TODO(vegorov) These tests are very slow on unoptimized SIMDBC | 156 # TODO(vegorov) These tests are very slow on unoptimized SIMDBC |
155 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Timeout | 157 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Timeout |
156 LibTest/collection/ListBase/ListBase_class_A01_t02: Timeout | 158 LibTest/collection/ListBase/ListBase_class_A01_t02: Timeout |
157 | 159 |
158 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android ] | 160 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android ] |
159 LibTest/isolate/*: Skip # Issue #26373 | 161 LibTest/isolate/*: Skip # Issue #26373 |
160 Language/Expressions/Spawning_an_Isolate/new_isolate_t01: Skip # Issue #26373 | 162 Language/Expressions/Spawning_an_Isolate/new_isolate_t01: Skip # Issue #26373 |
161 | 163 |
162 LibTest/math/log_A01_t01: RuntimeError # Precision of Math.log (Issue #18998) | 164 LibTest/math/log_A01_t01: RuntimeError # Precision of Math.log (Issue #18998) |
163 Language/Expressions/Object_Identity/double_t02: RuntimeError # Issue #26374 | 165 Language/Expressions/Object_Identity/double_t02: RuntimeError # Issue #26374 |
OLD | NEW |