Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(170)

Side by Side Diff: tests/co19/co19-runtime.status

Issue 2541533004: Remove runtime 'dart_app' as it became identical to 'vm'. (Closed)
Patch Set: sync Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tests/co19/co19-co19.status ('k') | tests/corelib/corelib.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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_app) ] 6 [ $runtime == vm || $runtime == dart_precompiled ]
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 14 matching lines...) Expand all
31 LibTest/isolate/Isolate/spawn_A03_t02: Skip # Issue 15974 31 LibTest/isolate/Isolate/spawn_A03_t02: Skip # Issue 15974
32 LibTest/isolate/Isolate/spawn_A04_t01: Skip # Issue 15974 32 LibTest/isolate/Isolate/spawn_A04_t01: Skip # Issue 15974
33 LibTest/isolate/Isolate/spawn_A04_t04: Skip # Issue 15974 33 LibTest/isolate/Isolate/spawn_A04_t04: Skip # Issue 15974
34 LibTest/isolate/Isolate/spawn_A06_t03: Skip # Issue 15974 34 LibTest/isolate/Isolate/spawn_A06_t03: Skip # Issue 15974
35 LibTest/isolate/Isolate/spawn_A06_t05: Skip # Issue 15974 35 LibTest/isolate/Isolate/spawn_A06_t05: Skip # Issue 15974
36 LibTest/isolate/Isolate/spawn_A04_t03: Skip # Flaky, Issue 15974 36 LibTest/isolate/Isolate/spawn_A04_t03: Skip # Flaky, Issue 15974
37 37
38 LibTest/core/Symbol/Symbol_A01_t03: RuntimeError # Issue 13596 38 LibTest/core/Symbol/Symbol_A01_t03: RuntimeError # Issue 13596
39 LibTest/core/Symbol/Symbol_A01_t05: RuntimeError # Issue 13596 39 LibTest/core/Symbol/Symbol_A01_t05: RuntimeError # Issue 13596
40 40
41 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] 41 [ $runtime == vm || $runtime == dart_precompiled ]
42 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # co19 issue 599 42 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # co19 issue 599
43 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # co19 issue 599 43 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # co19 issue 599
44 # With asynchronous loading, the load errors in these tests are no longer recogn ized as compile errors: 44 # With asynchronous loading, the load errors in these tests are no longer recogn ized as compile errors:
45 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Fail 45 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Fail
46 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Fail 46 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Fail
47 Language/Libraries_and_Scripts/Parts/syntax_t06: Fail 47 Language/Libraries_and_Scripts/Parts/syntax_t06: Fail
48 48
49 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $m ode == debug ] 49 [ ($runtime == vm || $runtime == dart_precompiled ) && $mode == debug ]
50 LibTest/core/List/List_class_A01_t02: Pass, Slow 50 LibTest/core/List/List_class_A01_t02: Pass, Slow
51 51
52 [ ($runtime == dart_precompiled || $runtime == dart_app) && $mode == debug ] 52 [ ($runtime == dart_precompiled || $runtime == dart_app) && $mode == debug ]
53 Language/Libraries_and_Scripts/Imports/deferred_import_t02: Crash # Issue 27201 53 Language/Libraries_and_Scripts/Imports/deferred_import_t02: Crash # Issue 27201
54 54
55 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && ($ arch != x64 && $arch != simarm64 && $arch != arm64 && $arch != simdbc64 && $arch != simdbc) ] 55 [ ($runtime == vm || $runtime == dart_precompiled) && ($arch != x64 && $arch != simarm64 && $arch != arm64 && $arch != simdbc64 && $arch != simdbc) ]
56 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 56 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
57 57
58 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) && ($arch == mips || $arch == arm64) ] 58 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) && ($arch == mips || $arch == arm64) ]
59 # These tests take too much memory (300 MB) for our 1 GB test machine. 59 # These tests take too much memory (300 MB) for our 1 GB test machine.
60 # co19 issue 673. http://code.google.com/p/co19/issues/detail?id=673 60 # co19 issue 673. http://code.google.com/p/co19/issues/detail?id=673
61 LibTest/core/List/List_class_A01_t02: Skip # co19 issue 673 61 LibTest/core/List/List_class_A01_t02: Skip # co19 issue 673
62 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # co19 issue 673 62 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # co19 issue 673
63 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # co19 issue 673 63 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # co19 issue 673
64 64
65 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && ($ arch == simarm || $arch == simarmv6 || $arch == simarmv5te || $arch == simmips | | $arch == simarm64 || $arch == simdbc || $arch == simdbc64) ] 65 [ ($runtime == vm || $runtime == dart_precompiled) && ($arch == simarm || $arch == simarmv6 || $arch == simarmv5te || $arch == simmips || $arch == simarm64 || $ arch == simdbc || $arch == simdbc64) ]
66 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Skip # Ti meout 66 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Skip # Ti meout
67 LibTest/collection/IterableBase/IterableBase_class_A01_t02: Skip # Timeout 67 LibTest/collection/IterableBase/IterableBase_class_A01_t02: Skip # Timeout
68 LibTest/collection/IterableMixin/IterableMixin_class_A02_t01: Skip # Timeout 68 LibTest/collection/IterableMixin/IterableMixin_class_A02_t01: Skip # Timeout
69 LibTest/collection/ListBase/ListBase_class_A01_t01: Skip # Timeout 69 LibTest/collection/ListBase/ListBase_class_A01_t01: Skip # Timeout
70 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # Timeout 70 LibTest/collection/ListBase/ListBase_class_A01_t02: 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/ListMixin/ListMixin_class_A01_t02: Skip # Timeout 72 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # Timeout
73 LibTest/core/Uri/Uri_A06_t03: Skip # Timeout 73 LibTest/core/Uri/Uri_A06_t03: Skip # Timeout
74 74
75 [ $system == windows ] 75 [ $system == windows ]
76 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Slow 76 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Slow
77 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Slow 77 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Slow
78 78
79 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] 79 [ $runtime == vm || $runtime == dart_precompiled ]
80 LibTest/isolate/Isolate/spawn_A02_t01: Skip # co19 issue 667 80 LibTest/isolate/Isolate/spawn_A02_t01: Skip # co19 issue 667
81 LibTest/html/*: SkipByDesign # dart:html not supported on VM. 81 LibTest/html/*: SkipByDesign # dart:html not supported on VM.
82 LayoutTests/fast/*: SkipByDesign # DOM not supported on VM. 82 LayoutTests/fast/*: SkipByDesign # DOM not supported on VM.
83 WebPlatformTest/*: SkipByDesign # dart:html not supported on VM. 83 WebPlatformTest/*: SkipByDesign # dart:html not supported on VM.
84 84
85 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $m ode == debug && $builder_tag == asan ] 85 [ ($runtime == vm || $runtime == dart_precompiled) && $mode == debug && $builder _tag == asan ]
86 Language/Types/Interface_Types/subtype_t27: Skip # Issue 21174. 86 Language/Types/Interface_Types/subtype_t27: Skip # Issue 21174.
87 87
88 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] 88 [ $runtime == vm || $runtime == dart_precompiled ]
89 # co19 update Sep 29, 2015 (3ed795ea02e022ef19c77cf1b6095b7c8f5584d0) 89 # co19 update Sep 29, 2015 (3ed795ea02e022ef19c77cf1b6095b7c8f5584d0)
90 Language/Classes/Getters/type_object_t01: RuntimeError # Issue 23721 90 Language/Classes/Getters/type_object_t01: RuntimeError # Issue 23721
91 Language/Classes/Getters/type_object_t02: RuntimeError # Issue 23721 91 Language/Classes/Getters/type_object_t02: RuntimeError # Issue 23721
92 Language/Classes/Setters/type_object_t01: RuntimeError # Issue 23721 92 Language/Classes/Setters/type_object_t01: RuntimeError # Issue 23721
93 Language/Classes/Setters/type_object_t02: RuntimeError # Issue 23721 93 Language/Classes/Setters/type_object_t02: RuntimeError # Issue 23721
94 Language/Classes/Static_Methods/type_object_t01: RuntimeError # Issue 23721 94 Language/Classes/Static_Methods/type_object_t01: RuntimeError # Issue 23721
95 Language/Classes/Static_Methods/type_object_t02: RuntimeError # Issue 23721 95 Language/Classes/Static_Methods/type_object_t02: RuntimeError # Issue 23721
96 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t01: MissingCompileTimeError # Issue 24472 96 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t01: MissingCompileTimeError # Issue 24472
97 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t02: MissingCompileTimeError # Issue 24472 97 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t02: MissingCompileTimeError # Issue 24472
98 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t03: MissingCompileTimeError # Issue 24472 98 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t03: MissingCompileTimeError # Issue 24472
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t03: MissingCompile TimeError # Issue 25495 148 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t03: MissingCompile TimeError # Issue 25495
149 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t05: MissingCompile TimeError # Issue 25495 149 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t05: MissingCompile TimeError # Issue 25495
150 150
151 Language/Expressions/Property_Extraction/General_Super_Property_Extraction: Comp ileTimeError # Issue 26287 151 Language/Expressions/Property_Extraction/General_Super_Property_Extraction: Comp ileTimeError # Issue 26287
152 Language/Expressions/Property_Extraction/Super_Closurization: CompileTimeError # Issue 26287 152 Language/Expressions/Property_Extraction/Super_Closurization: CompileTimeError # Issue 26287
153 153
154 [ $noopt || $compiler == precompiler || $mode == product ] 154 [ $noopt || $compiler == precompiler || $mode == product ]
155 Language/Metadata/*: SkipByDesign # Uses dart:mirrors 155 Language/Metadata/*: SkipByDesign # Uses dart:mirrors
156 Language/Expressions/Null/instance_of_class_null_t01: Skip # Uses dart:mirrors 156 Language/Expressions/Null/instance_of_class_null_t01: Skip # Uses dart:mirrors
157 157
158 [ $noopt || $compiler == precompiler || $compiler == dart2app || $compiler == da rt2appjit || $mode == product ] 158 [ $noopt || $compiler == precompiler || $compiler == app_jit || $mode == product ]
159 Language/Libraries_and_Scripts/Imports/deferred_import_t01: Skip # Eager loading 159 Language/Libraries_and_Scripts/Imports/deferred_import_t01: Skip # Eager loading
160 Language/Libraries_and_Scripts/Imports/deferred_import_t02: Skip # Eager loading 160 Language/Libraries_and_Scripts/Imports/deferred_import_t02: Skip # Eager loading
161 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t01: Skip # Eager lo ading 161 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t01: Skip # Eager lo ading
162 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t02: Skip # Eager lo ading 162 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t02: Skip # Eager lo ading
163 163
164 [ $runtime == dart_precompiled || $runtime == dart_app ] 164 [ $runtime == dart_precompiled || $compiler == app_jit ]
165 LibTest/isolate/Isolate/spawnUri*: SkipByDesign # Isolate.spawnUri 165 LibTest/isolate/Isolate/spawnUri*: SkipByDesign # Isolate.spawnUri
166 166
167 [ $noopt || $compiler == precompiler ] 167 [ $noopt || $compiler == precompiler ]
168 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout 168 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout
169 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout 169 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout
170 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout 170 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout
171 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout 171 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout
172 172
173 [ $noopt || $compiler == precompiler || $compiler == dart2app || $compiler == da rt2appjit ] 173 [ $noopt || $compiler == precompiler || $compiler == app_jit ]
174 Language/Mixins/Mixin_Application/error_t01: Pass 174 Language/Mixins/Mixin_Application/error_t01: Pass
175 Language/Mixins/Mixin_Application/error_t02: Pass 175 Language/Mixins/Mixin_Application/error_t02: Pass
176 Language/Mixins/declaring_constructor_t01: Pass 176 Language/Mixins/declaring_constructor_t01: Pass
177 177
178 [ ($arch == simdbc || $arch == simdbc64) && $mode == debug ] 178 [ ($arch == simdbc || $arch == simdbc64) && $mode == debug ]
179 # TODO(vegorov) These tests are very slow on unoptimized SIMDBC 179 # TODO(vegorov) These tests are very slow on unoptimized SIMDBC
180 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Timeout 180 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Timeout
181 LibTest/collection/ListBase/ListBase_class_A01_t02: Timeout 181 LibTest/collection/ListBase/ListBase_class_A01_t02: Timeout
182 182
183 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android ] 183 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android ]
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout 224 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout
225 LibTest/core/List/List_class_A01_t01: Pass, Timeout 225 LibTest/core/List/List_class_A01_t01: Pass, Timeout
226 LibTest/core/List/List_class_A01_t02: Pass, Timeout 226 LibTest/core/List/List_class_A01_t02: Pass, Timeout
227 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout 227 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout
228 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout 228 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout
229 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout 229 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout
230 LibTest/isolate/Isolate/spawn_A01_t04: Pass, Timeout 230 LibTest/isolate/Isolate/spawn_A01_t04: Pass, Timeout
231 LibTest/isolate/Isolate/spawnUri_A01_t06: Pass, Fail # Timing dependent 231 LibTest/isolate/Isolate/spawnUri_A01_t06: Pass, Fail # Timing dependent
232 LibTest/isolate/Isolate/spawnUri_A01_t07: Pass, Fail # Timing dependent 232 LibTest/isolate/Isolate/spawnUri_A01_t07: Pass, Fail # Timing dependent
233 LibTest/isolate/ReceivePort/take_A01_t02: Skip # Issue 27773 233 LibTest/isolate/ReceivePort/take_A01_t02: Skip # Issue 27773
OLDNEW
« no previous file with comments | « tests/co19/co19-co19.status ('k') | tests/corelib/corelib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698