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

Side by Side Diff: tests/lib/lib.status

Issue 2995013002: Migrated test block 170 to Dart 2.0. (Closed)
Patch Set: Fixed issues caused by bug in package:test Created 3 years, 4 months 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
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 [ $strong ] 5 [ $strong ]
6 *: SkipByDesign # tests/lib_strong has the strong mode versions of these tests. 6 *: SkipByDesign # tests/lib_strong has the strong mode versions of these tests.
7 7
8 [ ! $checked ] 8 [ ! $checked ]
9 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s. 9 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s.
10 10
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 math/math2_test: RuntimeError 161 math/math2_test: RuntimeError
162 162
163 [ $compiler == dart2js && $runtime == jsshell ] 163 [ $compiler == dart2js && $runtime == jsshell ]
164 async/timer_regress22626_test: RuntimeError # Non-zero timers not supported; Iss ue 7728. 164 async/timer_regress22626_test: RuntimeError # Non-zero timers not supported; Iss ue 7728.
165 async/future_test: RuntimeError # Timer interface not supported; Issue 7728. 165 async/future_test: RuntimeError # Timer interface not supported; Issue 7728.
166 async/slow_consumer2_test: RuntimeError # Timer interface not supported; Issue 7 728. 166 async/slow_consumer2_test: RuntimeError # Timer interface not supported; Issue 7 728.
167 async/slow_consumer3_test: RuntimeError # Timer interface not supported; Issue 7 728. 167 async/slow_consumer3_test: RuntimeError # Timer interface not supported; Issue 7 728.
168 async/slow_consumer_test: RuntimeError # Timer interface not supported; Issue 77 28. 168 async/slow_consumer_test: RuntimeError # Timer interface not supported; Issue 77 28.
169 async/stream_from_iterable_test: RuntimeError # Timer interface not supported; I ssue 7728. 169 async/stream_from_iterable_test: RuntimeError # Timer interface not supported; I ssue 7728.
170 async/stream_state_nonzero_timer_test: RuntimeError # Timer interface not suppor ted; Issue 7728. 170 async/stream_state_nonzero_timer_test: RuntimeError # Timer interface not suppor ted; Issue 7728.
171 async/multiple_timer_test: RuntimeError,OK # Needs Timer to run.
172 async/timer_cancel_test: RuntimeError,OK # Needs Timer to run. 171 async/timer_cancel_test: RuntimeError,OK # Needs Timer to run.
173 async/timer_cancel1_test: RuntimeError,OK # Needs Timer to run. 172 async/timer_cancel1_test: RuntimeError,OK # Needs Timer to run.
174 async/timer_cancel2_test: RuntimeError,OK # Needs Timer to run. 173 async/timer_cancel2_test: RuntimeError,OK # Needs Timer to run.
175 async/timer_repeat_test: RuntimeError,OK # Needs Timer to run. 174 async/timer_repeat_test: RuntimeError,OK # Needs Timer to run.
176 async/timer_test: RuntimeError,OK # Needs Timer to run. 175 async/timer_test: RuntimeError,OK # Needs Timer to run.
177 async/stream_controller_async_test: RuntimeError # Timer interface not supported ; Issue 7728. 176 async/stream_controller_async_test: RuntimeError # Timer interface not supported ; Issue 7728.
178 async/stream_periodic_test: RuntimeError # Timer interface not supported; Issue 7728. 177 async/stream_periodic_test: RuntimeError # Timer interface not supported; Issue 7728.
179 async/stream_periodic2_test: RuntimeError # Timer interface not supported; Issue 7728. 178 async/stream_periodic2_test: RuntimeError # Timer interface not supported; Issue 7728.
180 async/stream_periodic3_test: RuntimeError # Timer interface not supported; Issue 7728. 179 async/stream_periodic3_test: RuntimeError # Timer interface not supported; Issue 7728.
181 async/stream_periodic4_test: RuntimeError # Timer interface not supported; Issue 7728. 180 async/stream_periodic4_test: RuntimeError # Timer interface not supported; Issue 7728.
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 # a browser environment. 227 # a browser environment.
229 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ] 228 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ]
230 js/*: Skip 229 js/*: Skip
231 230
232 [ $compiler == app_jit ] 231 [ $compiler == app_jit ]
233 mirrors/*: Skip # Issue 27929: Triage 232 mirrors/*: Skip # Issue 27929: Triage
234 233
235 [ $runtime == flutter ] 234 [ $runtime == flutter ]
236 mirrors/*: Skip # Flutter does not support mirrors. 235 mirrors/*: Skip # Flutter does not support mirrors.
237 async/catch_errors11_test: Skip # Flutter Issue 9113 236 async/catch_errors11_test: Skip # Flutter Issue 9113
238 async/intercept_schedule_microtask2_test: Skip # Flutter Issue 9113
239 async/run_zoned6_test/01: Skip # Flutter Issue 9113 237 async/run_zoned6_test/01: Skip # Flutter Issue 9113
240 async/schedule_microtask_test: Skip # Flutter Issue 9113 238 async/schedule_microtask_test: Skip # Flutter Issue 9113
241 async/intercept_schedule_microtask6_test: Skip # Flutter Issue 9113
242 async/stream_empty_test: Skip # Flutter Issue 9113 239 async/stream_empty_test: Skip # Flutter Issue 9113
243 async/run_zoned9_test/01: Skip # Flutter Issue 9113 240 async/run_zoned9_test/01: Skip # Flutter Issue 9113
244 async/intercept_schedule_microtask5_test: Skip # Flutter Issue 9113
245 async/stream_event_transformed_test: Skip # Flutter Issue 9113 241 async/stream_event_transformed_test: Skip # Flutter Issue 9113
246 math/random_secure_test: RuntimeError # Flutter Issue 9113 242 math/random_secure_test: RuntimeError # Flutter Issue 9113
247 243
248 [ $compiler == dart2js && $minified ] 244 [ $compiler == dart2js && $minified ]
249 mirrors/mirrors_used_get_name_test: RuntimeError 245 mirrors/mirrors_used_get_name_test: RuntimeError
250 mirrors/mirrors_used_get_name2_test: RuntimeError 246 mirrors/mirrors_used_get_name2_test: RuntimeError
251 247
252 [ $runtime == ff ] 248 [ $runtime == ff ]
253 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291 386 249 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291 386
254 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029 250 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 mirrors/symbol_validation_test: RuntimeError # Issue 13596 288 mirrors/symbol_validation_test: RuntimeError # Issue 13596
293 289
294 mirrors/mirrors_used*: SkipByDesign # Invalid tests. MirrorsUsed does not have a specification, and dart:mirrors is not required to hide declarations that are n ot covered by any MirrorsUsed annotation. 290 mirrors/mirrors_used*: SkipByDesign # Invalid tests. MirrorsUsed does not have a specification, and dart:mirrors is not required to hide declarations that are n ot covered by any MirrorsUsed annotation.
295 291
296 async/future_or_strong_test: RuntimeError, OK 292 async/future_or_strong_test: RuntimeError, OK
297 293
298 [ $runtime == vm && $system == fuchsia ] 294 [ $runtime == vm && $system == fuchsia ]
299 # These use package:unittest 295 # These use package:unittest
300 async/first_regression_test: RuntimeError 296 async/first_regression_test: RuntimeError
301 async/future_timeout_test: RuntimeError 297 async/future_timeout_test: RuntimeError
302 async/multiple_timer_test: RuntimeError
303 async/schedule_microtask2_test: RuntimeError 298 async/schedule_microtask2_test: RuntimeError
304 async/schedule_microtask3_test: RuntimeError 299 async/schedule_microtask3_test: RuntimeError
305 async/schedule_microtask5_test: RuntimeError 300 async/schedule_microtask5_test: RuntimeError
306 async/stream_controller_async_test: RuntimeError 301 async/stream_controller_async_test: RuntimeError
307 async/stream_first_where_test: RuntimeError 302 async/stream_first_where_test: RuntimeError
308 async/stream_from_iterable_test: RuntimeError 303 async/stream_from_iterable_test: RuntimeError
309 async/stream_iterator_test: RuntimeError 304 async/stream_iterator_test: RuntimeError
310 async/stream_join_test: RuntimeError 305 async/stream_join_test: RuntimeError
311 async/stream_last_where_test: RuntimeError 306 async/stream_last_where_test: RuntimeError
312 async/stream_periodic2_test: RuntimeError 307 async/stream_periodic2_test: RuntimeError
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 [ $compiler == none && $mode == product ] 424 [ $compiler == none && $mode == product ]
430 mirrors/load_library_test: RuntimeError,OK # Deferred loaded eagerly 425 mirrors/load_library_test: RuntimeError,OK # Deferred loaded eagerly
431 mirrors/library_import_deferred_loading_test: RuntimeError,OK # Deferred loaded eagerly 426 mirrors/library_import_deferred_loading_test: RuntimeError,OK # Deferred loaded eagerly
432 mirrors/library_enumeration_deferred_loading_test: RuntimeError,OK # Deferred lo aded eagerly 427 mirrors/library_enumeration_deferred_loading_test: RuntimeError,OK # Deferred lo aded eagerly
433 428
434 [ $compiler == precompiler ] 429 [ $compiler == precompiler ]
435 convert/chunked_conversion_utf88_test: Pass, Timeout 430 convert/chunked_conversion_utf88_test: Pass, Timeout
436 convert/utf85_test: Pass, Timeout 431 convert/utf85_test: Pass, Timeout
437 432
438 [ $hot_reload || $hot_reload_rollback ] 433 [ $hot_reload || $hot_reload_rollback ]
439 async/multiple_timer_test: Pass, Fail # Timing related
440 async/stream_transformer_test: Pass, Fail # Closure identity 434 async/stream_transformer_test: Pass, Fail # Closure identity
441 mirrors/closurization_equivalence_test: SkipByDesign # Method equality 435 mirrors/closurization_equivalence_test: SkipByDesign # Method equality
442 mirrors/fake_function_with_call_test: SkipByDesign # Method equality 436 mirrors/fake_function_with_call_test: SkipByDesign # Method equality
443 437
444 mirrors/library_enumeration_deferred_loading_test: Crash # Deferred loading 438 mirrors/library_enumeration_deferred_loading_test: Crash # Deferred loading
445 mirrors/library_imports_deferred_test: Crash # Deferred loading 439 mirrors/library_imports_deferred_test: Crash # Deferred loading
446 mirrors/library_import_deferred_loading_test: Crash # Deferred loading 440 mirrors/library_import_deferred_loading_test: Crash # Deferred loading
447 mirrors/typedef_deferred_library_test: Crash # Deferred loading 441 mirrors/typedef_deferred_library_test: Crash # Deferred loading
448 mirrors/deferred_mirrors_update_test: Crash # Deferred loading 442 mirrors/deferred_mirrors_update_test: Crash # Deferred loading
449 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading 443 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
584 [ $compiler == dartk || $compiler == dartkp ] 578 [ $compiler == dartk || $compiler == dartkp ]
585 mirrors/deferred_mirrors_metadata_test: CompileTimeError # Deferred loading kern el issue 28335. 579 mirrors/deferred_mirrors_metadata_test: CompileTimeError # Deferred loading kern el issue 28335.
586 mirrors/deferred_mirrors_metatarget_test: CompileTimeError # Deferred loading ke rnel issue 28335. 580 mirrors/deferred_mirrors_metatarget_test: CompileTimeError # Deferred loading ke rnel issue 28335.
587 mirrors/deferred_mirrors_update_test: CompileTimeError # Deferred loading kernel issue 28335. 581 mirrors/deferred_mirrors_update_test: CompileTimeError # Deferred loading kernel issue 28335.
588 mirrors/library_enumeration_deferred_loading_test: CompileTimeError # Deferred l oading kernel issue 28335. 582 mirrors/library_enumeration_deferred_loading_test: CompileTimeError # Deferred l oading kernel issue 28335.
589 mirrors/library_import_deferred_loading_test: CompileTimeError # Deferred loadin g kernel issue 28335. 583 mirrors/library_import_deferred_loading_test: CompileTimeError # Deferred loadin g kernel issue 28335.
590 mirrors/typedef_deferred_library_test: CompileTimeError # Deferred loading kerne l issue 28335. 584 mirrors/typedef_deferred_library_test: CompileTimeError # Deferred loading kerne l issue 28335.
591 585
592 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ] 586 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ]
593 mirrors/invocation_fuzz_test: Skip # Because it times out, issue 29439. 587 mirrors/invocation_fuzz_test: Skip # Because it times out, issue 29439.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698