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

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

Issue 2535083002: Fix dartium test expectations (Closed)
Patch Set: 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 | « no previous file | no next file » | 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 [ $unchecked ] 5 [ $unchecked ]
6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s. 6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s.
7 7
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. Issue 5958 9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. Issue 5958
10 10
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 mirrors/initializing_formals_test/01: Fail # initializing formals are implicitly final as of Dart 1.21 262 mirrors/initializing_formals_test/01: Fail # initializing formals are implicitly final as of Dart 1.21
263 263
264 [ $compiler == none || $compiler == precompiler || $compiler == dart2app || $com piler == dart2appjit ] 264 [ $compiler == none || $compiler == precompiler || $compiler == dart2app || $com piler == dart2appjit ]
265 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8) 265 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)
266 266
267 mirrors/symbol_validation_test: RuntimeError # Issue 13596 267 mirrors/symbol_validation_test: RuntimeError # Issue 13596
268 268
269 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. 269 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.
270 270
271 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 271 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
272 mirrors/initializing_formals_test/01: Fail # initializing formals are implicitly final as of Dart 1.21
272 async/schedule_microtask6_test: Fail # Issue 10910 273 async/schedule_microtask6_test: Fail # Issue 10910
273 async/timer_test: Fail, Pass # Issue 15487 274 async/timer_test: Fail, Pass # Issue 15487
274 async/multiple_timer_test: Fail, Pass # Issue 15487 275 async/multiple_timer_test: Fail, Pass # Issue 15487
275 async/stream_periodic3_test: Fail, Pass # Issue 15487 276 async/stream_periodic3_test: Fail, Pass # Issue 15487
276 async/timer_isActive_test: Fail, Pass # Issue 22352 277 async/timer_isActive_test: Fail, Pass # Issue 22352
277 mirrors/immutable_collections_test: SkipSlow # Dartium debug uses -O0, so this w ill just timeout and waste bot cycles. 278 mirrors/immutable_collections_test: SkipSlow # Dartium debug uses -O0, so this w ill just timeout and waste bot cycles.
278 mirrors/mirrors_reader_test: SkipSlow # Dartium debug uses -O0, so this will jus t timeout and waste bot cycles. 279 mirrors/mirrors_reader_test: SkipSlow # Dartium debug uses -O0, so this will jus t timeout and waste bot cycles.
279 mirrors/library_uri_io_test: SkipByDesign # Uses dart:io. 280 mirrors/library_uri_io_test: SkipByDesign # Uses dart:io.
280 mirrors/spawn_function_root_library_test: SkipByDesign # Uses spawnFunction. 281 mirrors/spawn_function_root_library_test: SkipByDesign # Uses spawnFunction.
281 mirrors/local_isolate_test: RuntimeError # Issue 12188 282 mirrors/local_isolate_test: RuntimeError # Issue 12188
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 mirrors/deferred_mirrors_update_test: Crash # Deferred loading 410 mirrors/deferred_mirrors_update_test: Crash # Deferred loading
410 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading 411 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading
411 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading 412 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading
412 mirrors/load_library_test: Crash # Deferred loading 413 mirrors/load_library_test: Crash # Deferred loading
413 414
414 [ $hot_reload ] 415 [ $hot_reload ]
415 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869 416 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869
416 mirrors/typedef_reflected_type_test/01: Fail # Type equality - Issue 26869 417 mirrors/typedef_reflected_type_test/01: Fail # Type equality - Issue 26869
417 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue 26869 418 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue 26869
418 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent. 419 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698