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

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

Issue 1244743003: Fix merge error in commit 0869c5ca4ab1dd1b1fcdffd8414d49de3c664daa. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Move section. Created 5 years, 5 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 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 [ $runtime == vm && $mode == debug && $arch == x64 && $system == windows ] 322 [ $runtime == vm && $mode == debug && $arch == x64 && $system == windows ]
323 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow 323 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow
324 324
325 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm && $arch != simarmv5te ] 325 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm && $arch != simarmv5te ]
326 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet implemented. 326 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet implemented.
327 327
328 [ $runtime == vm && $mode == debug && $builder_tag == asan ] 328 [ $runtime == vm && $mode == debug && $builder_tag == asan ]
329 mirrors/immutable_collections_test: SkipSlow # Timeout. 329 mirrors/immutable_collections_test: SkipSlow # Timeout.
330 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout. 330 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout.
331 331
332
333 [ $compiler == dart2js && $system == windows && $runtime == chrome ]
334 convert/line_splitter_test: RuntimeError
335
336 [ $compiler == dart2js && $system == windows && $runtime == ff ]
337 convert/line_splitter_test: RuntimeError
338
332 [ $compiler == dart2js && $cps_ir ] 339 [ $compiler == dart2js && $cps_ir ]
333 async/future_test/01: Crash # (()async=>new Future.value(value)): cannot handle async/sync*/async* functions 340 async/future_test/01: Crash # (()async=>new Future.value(value)): cannot handle async/sync*/async* functions
334 async/stream_empty_test: Crash # (Future runTest()asy... cannot handle async/sy nc*/async* functions 341 async/stream_empty_test: Crash # (Future runTest()asy... cannot handle async/sy nc*/async* functions
335 async/stream_iterator_test: Crash # (()async{var stream=... cannot handle async /sync*/async* functions 342 async/stream_iterator_test: Crash # (()async{var stream=... cannot handle async /sync*/async* functions
336 convert/ascii_test: RuntimeError # this.get$length is not a function 343 convert/ascii_test: RuntimeError # this.get$length is not a function
337 convert/json_pretty_test: Crash # (static Iterable<Str... cannot handle async/s ync*/async* functions 344 convert/json_pretty_test: Crash # (static Iterable<Str... cannot handle async/s ync*/async* functions
338 convert/latin1_test: RuntimeError # this.get$length is not a function 345 convert/latin1_test: RuntimeError # this.get$length is not a function
339 convert/line_splitter_test: Crash # (static Iterable<Str... cannot handle async /sync*/async* functions 346 convert/line_splitter_test: Crash # (static Iterable<Str... cannot handle async /sync*/async* functions
340 mirrors/abstract_class_test/00: Crash # (static Iterable<Str... cannot handle a sync/sync*/async* functions 347 mirrors/abstract_class_test/00: Crash # (static Iterable<Str... cannot handle a sync/sync*/async* functions
341 mirrors/abstract_class_test/none: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions 348 mirrors/abstract_class_test/none: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 mirrors/type_variable_owner_test/01: Crash # (static Iterable<Str... cannot han dle async/sync*/async* functions 559 mirrors/type_variable_owner_test/01: Crash # (static Iterable<Str... cannot han dle async/sync*/async* functions
553 mirrors/type_variable_owner_test/none: Crash # (static Iterable<Str... cannot h andle async/sync*/async* functions 560 mirrors/type_variable_owner_test/none: Crash # (static Iterable<Str... cannot h andle async/sync*/async* functions
554 mirrors/typearguments_mirror_test: Crash # (static Iterable<Str... cannot handl e async/sync*/async* functions 561 mirrors/typearguments_mirror_test: Crash # (static Iterable<Str... cannot handl e async/sync*/async* functions
555 mirrors/typedef_deferred_library_test: RuntimeError # G.loadLibrary is not a fun ction 562 mirrors/typedef_deferred_library_test: RuntimeError # G.loadLibrary is not a fun ction
556 mirrors/typedef_metadata_test: Crash # (static Iterable<Str... cannot handle as ync/sync*/async* functions 563 mirrors/typedef_metadata_test: Crash # (static Iterable<Str... cannot handle as ync/sync*/async* functions
557 mirrors/typedef_reflected_type_test/01: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions 564 mirrors/typedef_reflected_type_test/01: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
558 mirrors/typedef_reflected_type_test/none: Crash # (static Iterable<Str... canno t handle async/sync*/async* functions 565 mirrors/typedef_reflected_type_test/none: Crash # (static Iterable<Str... canno t handle async/sync*/async* functions
559 mirrors/unnamed_library_test: Crash # (static Iterable<Str... cannot handle asy nc/sync*/async* functions 566 mirrors/unnamed_library_test: Crash # (static Iterable<Str... cannot handle asy nc/sync*/async* functions
560 mirrors/variable_is_const_test/none: Crash # (static Iterable<Str... cannot han dle async/sync*/async* functions 567 mirrors/variable_is_const_test/none: Crash # (static Iterable<Str... cannot han dle async/sync*/async* functions
561 typed_data/typed_data_list_test: RuntimeError # this.get$length is not a functio n 568 typed_data/typed_data_list_test: RuntimeError # this.get$length is not a functio n
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