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

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

Issue 1136633003: Temporarily suppress mirrors_reader_test crash. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 7 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
« 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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 224
225 [ $runtime == vm ] 225 [ $runtime == vm ]
226 async/timer_not_available_test: Fail, OK 226 async/timer_not_available_test: Fail, OK
227 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. 227 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser.
228 mirrors/deferred_type_test: CompileTimeError, OK # Don't have a multitest marker for dynamic compile time errors. 228 mirrors/deferred_type_test: CompileTimeError, OK # Don't have a multitest marker for dynamic compile time errors.
229 229
230 [ $compiler == none ] 230 [ $compiler == none ]
231 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8) 231 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)
232 232
233 mirrors/symbol_validation_test: RuntimeError # Issue 13596 233 mirrors/symbol_validation_test: RuntimeError # Issue 13596
234 mirrors/mirrors_reader_test: Crash #Issue 23483
234 235
235 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. 236 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.
236 237
237 [ $compiler == none && ( $runtime == drt || $runtime == dartium || $runtime == C ontentShellOnAndroid) ] 238 [ $compiler == none && ( $runtime == drt || $runtime == dartium || $runtime == C ontentShellOnAndroid) ]
238 async/schedule_microtask6_test: Fail # Issue 10910 239 async/schedule_microtask6_test: Fail # Issue 10910
239 async/timer_test: Fail, Pass # Issue 15487 240 async/timer_test: Fail, Pass # Issue 15487
240 async/multiple_timer_test: Fail, Pass # Issue 15487 241 async/multiple_timer_test: Fail, Pass # Issue 15487
241 async/stream_periodic3_test: Fail, Pass # Issue 15487 242 async/stream_periodic3_test: Fail, Pass # Issue 15487
242 async/timer_isActive_test: Fail, Pass # Issue 22352 243 async/timer_isActive_test: Fail, Pass # Issue 22352
243 mirrors/immutable_collections_test: SkipSlow # Dartium debug uses -O0, so this w ill just timeout and waste bot cycles. 244 mirrors/immutable_collections_test: SkipSlow # Dartium debug uses -O0, so this w ill just timeout and waste bot cycles.
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
660 typed_data/float32x4_list_test: Crash # Instance of 'TypeOperator': type check u nimplemented for List<Float32x4>. 661 typed_data/float32x4_list_test: Crash # Instance of 'TypeOperator': type check u nimplemented for List<Float32x4>.
661 typed_data/float32x4_shuffle_test: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary. 662 typed_data/float32x4_shuffle_test: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
662 typed_data/float32x4_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 663 typed_data/float32x4_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
663 typed_data/int32x4_list_test: Crash # Instance of 'TypeOperator': type check uni mplemented for List<Int32x4>. 664 typed_data/int32x4_list_test: Crash # Instance of 'TypeOperator': type check uni mplemented for List<Int32x4>.
664 typed_data/int32x4_test: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary. 665 typed_data/int32x4_test: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary.
665 typed_data/typed_data_hierarchy_int64_test: Crash # Instance of 'TypeOperator': type check unimplemented for List<int>. 666 typed_data/typed_data_hierarchy_int64_test: Crash # Instance of 'TypeOperator': type check unimplemented for List<int>.
666 typed_data/typed_data_hierarchy_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for List<double>. 667 typed_data/typed_data_hierarchy_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for List<double>.
667 typed_data/typed_data_list_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 668 typed_data/typed_data_list_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
668 typed_data/typed_data_sublist_type_test: Crash # Instance of 'TypeOperator': typ e check unimplemented for T. 669 typed_data/typed_data_sublist_type_test: Crash # Instance of 'TypeOperator': typ e check unimplemented for T.
669 typed_data/typed_list_iterable_test: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary. 670 typed_data/typed_list_iterable_test: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
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