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

Side by Side Diff: tests/language/language_dart2js.status

Issue 1244373002: dart2js cps: mark deferred_type_dependency_tests as failing. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: 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 [ $compiler == dart2js ] 5 [ $compiler == dart2js ]
6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324
7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324
8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324
9 getter_setter_in_lib_test: Fail # Issue 23288 9 getter_setter_in_lib_test: Fail # Issue 23288
10 10
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 deferred_mixin_test: RuntimeError # X.loadLibrary is not a function 391 deferred_mixin_test: RuntimeError # X.loadLibrary is not a function
392 deferred_no_such_method_test: RuntimeError # D.loadLibrary is not a function 392 deferred_no_such_method_test: RuntimeError # D.loadLibrary is not a function
393 deferred_not_loaded_check_test: Crash # (lib.closure(sideEffect())): deferred ac cess is not implemented 393 deferred_not_loaded_check_test: Crash # (lib.closure(sideEffect())): deferred ac cess is not implemented
394 deferred_only_constant_test: Crash # (lib.constant): deferred access is not impl emented 394 deferred_only_constant_test: Crash # (lib.constant): deferred access is not impl emented
395 deferred_optimized_test: Crash # (lib.foo()): deferred access is not implemented 395 deferred_optimized_test: Crash # (lib.foo()): deferred access is not implemented
396 deferred_redirecting_factory_test: Crash # (test()async{await t... cannot handl e async/sync*/async* functions 396 deferred_redirecting_factory_test: Crash # (test()async{await t... cannot handl e async/sync*/async* functions
397 deferred_regression_22995_test: Crash # (lib.foofoo()): deferred access is not i mplemented 397 deferred_regression_22995_test: Crash # (lib.foofoo()): deferred access is not i mplemented
398 deferred_shadow_load_library_test: Crash # (lib.trueVar): deferred access is not implemented 398 deferred_shadow_load_library_test: Crash # (lib.trueVar): deferred access is not implemented
399 deferred_shared_and_unshared_classes_test: Crash # (lib2.foo()): deferred access is not implemented 399 deferred_shared_and_unshared_classes_test: Crash # (lib2.foo()): deferred access is not implemented
400 deferred_static_seperate_test: Crash # (lib1.x): deferred access is not implemen ted 400 deferred_static_seperate_test: Crash # (lib1.x): deferred access is not implemen ted
401 deferred_type_dependency_test/as: Crash # (main()async{await l... cannot handle async/sync*/async* functions
402 deferred_type_dependency_test/is: Crash # (main()async{await l... cannot handle async/sync*/async* functions
403 deferred_type_dependency_test/none: Crash # (main()async{await l... cannot hand le async/sync*/async* functions
404 deferred_type_dependency_test/type_annotation: Crash # (main()async{await l... cannot handle async/sync*/async* functions
401 enum_mirror_test: Crash # (static Iterable<Str... cannot handle async/sync*/asy nc* functions 405 enum_mirror_test: Crash # (static Iterable<Str... cannot handle async/sync*/asy nc* functions
402 final_super_field_set_test/01: RuntimeError # Please triage this failure. 406 final_super_field_set_test/01: RuntimeError # Please triage this failure.
403 flatten_test/01: Crash # (test()async{int x=await new Derived<int>();}): cannot handle async/sync*/async* functions 407 flatten_test/01: Crash # (test()async{int x=await new Derived<int>();}): cannot handle async/sync*/async* functions
404 flatten_test/02: Crash # (test()async{Future<int> f()async=>new Derived<int>();} ): cannot handle async/sync*/async* functions 408 flatten_test/02: Crash # (test()async{Future<int> f()async=>new Derived<int>();} ): cannot handle async/sync*/async* functions
405 flatten_test/03: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 409 flatten_test/03: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
406 flatten_test/04: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 410 flatten_test/04: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
407 flatten_test/05: Crash # (test()async{FixedPo... cannot handle async/sync*/asyn c* functions 411 flatten_test/05: Crash # (test()async{FixedPo... cannot handle async/sync*/asyn c* functions
408 flatten_test/06: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 412 flatten_test/06: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
409 flatten_test/07: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 413 flatten_test/07: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
410 flatten_test/08: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 414 flatten_test/08: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 try_catch_test/none: Crash # The null object does not have a getter '_element'. 494 try_catch_test/none: Crash # The null object does not have a getter '_element'.
491 type_parameter_test/01: Crash # Invalid argument(s) 495 type_parameter_test/01: Crash # Invalid argument(s)
492 type_parameter_test/02: Crash # Invalid argument(s) 496 type_parameter_test/02: Crash # Invalid argument(s)
493 type_parameter_test/03: Crash # Invalid argument(s) 497 type_parameter_test/03: Crash # Invalid argument(s)
494 type_parameter_test/04: Crash # Invalid argument(s) 498 type_parameter_test/04: Crash # Invalid argument(s)
495 type_parameter_test/05: Crash # Invalid argument(s) 499 type_parameter_test/05: Crash # Invalid argument(s)
496 type_parameter_test/06: Crash # Invalid argument(s) 500 type_parameter_test/06: Crash # Invalid argument(s)
497 type_parameter_test/none: Crash # Invalid argument(s) 501 type_parameter_test/none: Crash # Invalid argument(s)
498 type_variable_closure2_test: RuntimeError # Please triage this failure. 502 type_variable_closure2_test: RuntimeError # Please triage this failure.
499 type_variable_closure_test: Crash # Invalid argument(s) 503 type_variable_closure_test: Crash # Invalid argument(s)
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