Skip to content

Commit 585794a

Browse files
committed
Fix status file line.
Change-Id: Idf62118cda425ea0e56439dd78515a1e9de4d2bb Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/107940 Auto-Submit: Siva Annamalai <asiva@google.com> Reviewed-by: Siva Annamalai <asiva@google.com> Commit-Queue: Siva Annamalai <asiva@google.com>
1 parent 4a69ef4 commit 585794a

1 file changed

Lines changed: 28 additions & 28 deletions

File tree

tests/lib_2/lib_2.status

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,38 @@ isolate/vm_rehash_test: SkipByDesign
154154
[ !$preview_dart_2 && ($runtime == dart_precompiled || $runtime == vm) ]
155155
*: SkipByDesign # Deprecating all Dart1 modes of execution
156156

157+
[ $arch == simarm || $arch == simarmv5te || $arch == simarmv6 ]
158+
convert/utf85_test: Skip # Pass, Slow Issue 12644.
159+
160+
[ $arch != x64 || $compiler == dartkb || $runtime != vm ]
161+
isolate/int32_length_overflow_test: SkipSlow
162+
163+
[ $compiler != none || $runtime != vm ]
164+
isolate/package_config_test: SkipByDesign # Uses Isolate.packageConfig
165+
isolate/package_resolve_test: SkipByDesign # Uses Isolate.resolvePackageUri
166+
isolate/package_root_test: SkipByDesign # Uses Isolate.packageRoot
167+
isolate/scenarios/*: SkipByDesign # Use automatic package resolution, spawnFunction and .dart URIs.
168+
isolate/spawn_uri_fail_test: SkipByDesign # Uses dart:io.
169+
170+
[ $mode == product || $runtime != vm ]
171+
isolate/checked_test: Skip # Unsupported.
172+
173+
[ $runtime == chrome || $runtime == chromeOnAndroid ]
174+
html/webgl_1_test: Pass, Fail # Issue 8219
175+
176+
[ $runtime == chrome || $runtime == ff ]
177+
async/slow_consumer2_test: SkipSlow # Times out. Issue 22050
178+
async/stream_timeout_test: SkipSlow # Times out. Issue 22050
179+
180+
[ $runtime == dart_precompiled || $runtime == vm ]
181+
isolate/isolate_stress_test: Skip # Issue 12588: Uses dart:html. This should be able to pass when we have wrapper-less tests.
182+
isolate/stacktrace_message_test: RuntimeError # Fails to send stacktrace object.
183+
157184
# It makes no sense to run any test that uses spawnURI under the simulator
158185
# as that would involve running CFE (the front end) in simulator mode
159186
# to compile the URI file specified in spawnURI code.
160187
# These Isolate tests that use spawnURI are hence skipped on purpose.
161-
[ ($arch == simarm || $arch == simarm64 || $arch == simdbc64) && ($runtime == dart_precompiled || $runtime == vm) ]
188+
[ $runtime == dart_precompiled || $runtime == vm && ($arch == simarm || $arch == simarm64 || $arch == simdbc64) ]
162189
isolate/count_test: Skip # Isolate.spawnUri
163190
isolate/cross_isolate_message_test: Skip # Isolate.spawnUri
164191
isolate/deferred_in_isolate2_test: Skip # Isolate.spawnUri
@@ -194,33 +221,6 @@ isolate/stacktrace_message_test: Skip # Isolate.spawnUri
194221
isolate/static_function_test: Skip # Isolate.spawnUri
195222
isolate/unresolved_ports_test: Skip # Isolate.spawnUri
196223

197-
[ $arch == simarm || $arch == simarmv5te || $arch == simarmv6 ]
198-
convert/utf85_test: Skip # Pass, Slow Issue 12644.
199-
200-
[ $arch != x64 || $compiler == dartkb || $runtime != vm ]
201-
isolate/int32_length_overflow_test: SkipSlow
202-
203-
[ $compiler != none || $runtime != vm ]
204-
isolate/package_config_test: SkipByDesign # Uses Isolate.packageConfig
205-
isolate/package_resolve_test: SkipByDesign # Uses Isolate.resolvePackageUri
206-
isolate/package_root_test: SkipByDesign # Uses Isolate.packageRoot
207-
isolate/scenarios/*: SkipByDesign # Use automatic package resolution, spawnFunction and .dart URIs.
208-
isolate/spawn_uri_fail_test: SkipByDesign # Uses dart:io.
209-
210-
[ $mode == product || $runtime != vm ]
211-
isolate/checked_test: Skip # Unsupported.
212-
213-
[ $runtime == chrome || $runtime == chromeOnAndroid ]
214-
html/webgl_1_test: Pass, Fail # Issue 8219
215-
216-
[ $runtime == chrome || $runtime == ff ]
217-
async/slow_consumer2_test: SkipSlow # Times out. Issue 22050
218-
async/stream_timeout_test: SkipSlow # Times out. Issue 22050
219-
220-
[ $runtime == dart_precompiled || $runtime == vm ]
221-
isolate/isolate_stress_test: Skip # Issue 12588: Uses dart:html. This should be able to pass when we have wrapper-less tests.
222-
isolate/stacktrace_message_test: RuntimeError # Fails to send stacktrace object.
223-
224224
[ $hot_reload || $hot_reload_rollback ]
225225
async/stream_transformer_test: Pass, Fail # Closure identity
226226
convert/chunked_conversion_utf88_test: SkipSlow

0 commit comments

Comments
 (0)