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

Unified Diff: tests/language/language_dart2js.status

Issue 1240253002: dart2js cps: Update test expectations. (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/isolate/isolate.status ('k') | tests/lib/lib.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language_dart2js.status
diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
index 72d0d0ade1639455166a7d8115167b3c0d39d4c4..77761098a7a417d222eb81614330f3b35145c439 100644
--- a/tests/language/language_dart2js.status
+++ b/tests/language/language_dart2js.status
@@ -345,53 +345,55 @@ await_not_started_immediately_test: Crash # (foo()async{x++ ;await 1;x++ ;}): ca
await_postfix_expr_test: Crash # (test()async{Expect.... cannot handle async/sync*/async* functions
await_regression_test: Crash # (main()async{testNes... cannot handle async/sync*/async* functions
await_test: Crash # (others()async{var a... cannot handle async/sync*/async* functions
-cha_deopt1_test: RuntimeError # V.loadLibrary is not a function
-cha_deopt2_test: RuntimeError # R.loadLibrary is not a function
-cha_deopt3_test: RuntimeError # K.loadLibrary is not a function
+cha_deopt1_test: Crash # (d.make_u()): deferred access is not implemented
+cha_deopt2_test: Crash # (d.make_u()): deferred access is not implemented
+cha_deopt3_test: Crash # (d.make_u()): deferred access is not implemented
closure_in_constructor_test: Crash # Invalid argument(s)
closure_type_variables_test: Crash # Invalid argument(s)
+const_evaluation_test/01: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
constructor12_test: RuntimeError # Please triage this failure.
crash_6725_test/01: Crash # The null object does not have a getter '_element'.
custom_await_stack_trace_test: Crash # (main()async{try {va... cannot handle async/sync*/async* functions
-deferred_closurize_load_library_test: RuntimeError # D.loadLibrary is not a function
-deferred_constant_list_test: RuntimeError # K.loadLibrary is not a function
-deferred_constraints_constants_test/none: RuntimeError # S.loadLibrary is not a function
-deferred_constraints_constants_test/reference_after_load: RuntimeError # G.loadLibrary is not a function
-deferred_constraints_type_annotation_test/as_operation: RuntimeError # Z.loadLibrary is not a function
-deferred_constraints_type_annotation_test/catch_check: Crash # The null object does not have a getter '_element'.
-deferred_constraints_type_annotation_test/is_check: RuntimeError # L.loadLibrary is not a function
-deferred_constraints_type_annotation_test/new: RuntimeError # R.loadLibrary is not a function
-deferred_constraints_type_annotation_test/new_before_load: RuntimeError # K.loadLibrary is not a function
-deferred_constraints_type_annotation_test/new_generic1: RuntimeError # R.loadLibrary is not a function
-deferred_constraints_type_annotation_test/new_generic2: RuntimeError # X.loadLibrary is not a function
-deferred_constraints_type_annotation_test/new_generic3: RuntimeError # K.loadLibrary is not a function
-deferred_constraints_type_annotation_test/none: RuntimeError # D.loadLibrary is not a function
-deferred_constraints_type_annotation_test/static_method: RuntimeError # F.loadLibrary is not a function
-deferred_constraints_type_annotation_test/type_annotation1: RuntimeError # K.loadLibrary is not a function
-deferred_constraints_type_annotation_test/type_annotation_generic1: RuntimeError # T.loadLibrary is not a function
-deferred_constraints_type_annotation_test/type_annotation_generic2: RuntimeError # Q.loadLibrary is not a function
-deferred_constraints_type_annotation_test/type_annotation_generic3: RuntimeError # Z.loadLibrary is not a function
-deferred_constraints_type_annotation_test/type_annotation_generic4: RuntimeError # Q.loadLibrary is not a function
-deferred_constraints_type_annotation_test/type_annotation_non_deferred: RuntimeError # R.loadLibrary is not a function
-deferred_constraints_type_annotation_test/type_annotation_null: RuntimeError # Z.loadLibrary is not a function
-deferred_constraints_type_annotation_test/type_annotation_top_level: RuntimeError # U.loadLibrary is not a function
-deferred_function_type_test: RuntimeError # N.loadLibrary is not a function
-deferred_global_test: RuntimeError # Y.loadLibrary is not a function
-deferred_inlined_test: RuntimeError # B.loadLibrary is not a function
-deferred_load_constants_test/none: RuntimeError # Please triage this failure.
-deferred_load_inval_code_test: RuntimeError # O.loadLibrary is not a function
+deferred_call_empty_before_load_test: Crash # (lib1.thefun()): deferred access is not implemented
+deferred_closurize_load_library_test: Crash # (lib.trueVar): deferred access is not implemented
+deferred_constant_list_test: Crash # (lib.finalConstList): deferred access is not implemented
+deferred_constraints_constants_test/none: Crash # (lib.constantInstance): deferred access is not implemented
+deferred_constraints_constants_test/reference_after_load: Crash # (lib.constantInstance): deferred access is not implemented
+deferred_constraints_type_annotation_test/as_operation: Crash # (lib.constantInstance): deferred access is not implemented
+deferred_constraints_type_annotation_test/catch_check: Crash # (lib.constantInstance): deferred access is not implemented
+deferred_constraints_type_annotation_test/is_check: Crash # (lib.constantInstance): deferred access is not implemented
+deferred_constraints_type_annotation_test/new: Crash # (lib.constantInstance): deferred access is not implemented
+deferred_constraints_type_annotation_test/new_before_load: Crash # (lib.constantInstance): deferred access is not implemented
+deferred_constraints_type_annotation_test/new_generic1: Crash # (lib.constantInstance): deferred access is not implemented
+deferred_constraints_type_annotation_test/new_generic2: Crash # (lib.constantInstance): deferred access is not implemented
+deferred_constraints_type_annotation_test/new_generic3: Crash # (lib.constantInstance): deferred access is not implemented
+deferred_constraints_type_annotation_test/none: Crash # (lib.constantInstance): deferred access is not implemented
+deferred_constraints_type_annotation_test/static_method: Crash # (lib.constantInstance): deferred access is not implemented
+deferred_constraints_type_annotation_test/type_annotation1: Crash # (lib.constantInstance): deferred access is not implemented
+deferred_constraints_type_annotation_test/type_annotation_generic1: Crash # (lib.constantInstance): deferred access is not implemented
+deferred_constraints_type_annotation_test/type_annotation_generic2: Crash # (lib.constantInstance): deferred access is not implemented
+deferred_constraints_type_annotation_test/type_annotation_generic3: Crash # (lib.constantInstance): deferred access is not implemented
+deferred_constraints_type_annotation_test/type_annotation_generic4: Crash # (lib.constantInstance): deferred access is not implemented
+deferred_constraints_type_annotation_test/type_annotation_non_deferred: Crash # (lib.constantInstance): deferred access is not implemented
+deferred_constraints_type_annotation_test/type_annotation_null: Crash # (lib.constantInstance): deferred access is not implemented
+deferred_constraints_type_annotation_test/type_annotation_top_level: Crash # (lib.constantInstance): deferred access is not implemented
+deferred_function_type_test: Crash # (lib.runTest()): deferred access is not implemented
+deferred_global_test: Crash # (lib.finalConstGlobal): deferred access is not implemented
+deferred_inlined_test: Crash # (lib.foo()): deferred access is not implemented
+deferred_load_constants_test/none: Crash # (foo.c): deferred access is not implemented
+deferred_load_inval_code_test: Crash # (d.foo()): deferred access is not implemented
deferred_load_library_wrong_args_test/none: RuntimeError # Y.loadLibrary is not a function
deferred_mixin_test: RuntimeError # X.loadLibrary is not a function
deferred_no_such_method_test: RuntimeError # D.loadLibrary is not a function
-deferred_not_loaded_check_test: RuntimeError # Please triage this failure.
-deferred_only_constant_test: RuntimeError # O.loadLibrary is not a function
-deferred_optimized_test: RuntimeError # Q.loadLibrary is not a function
+deferred_not_loaded_check_test: Crash # (lib.closure(sideEffect())): deferred access is not implemented
+deferred_only_constant_test: Crash # (lib.constant): deferred access is not implemented
+deferred_optimized_test: Crash # (lib.foo()): deferred access is not implemented
deferred_redirecting_factory_test: Crash # (test()async{await t... cannot handle async/sync*/async* functions
-deferred_regression_22995_test: RuntimeError # U.loadLibrary is not a function
-deferred_shadow_load_library_test: RuntimeError # Y.loadLibrary is not a function
-deferred_shared_and_unshared_classes_test: RuntimeError # U.loadLibrary is not a function
-deferred_static_seperate_test: RuntimeError # L.loadLibrary is not a function
-dynamic_prefix_core_test/01: Crash # The null object does not have a getter 'name'.
+deferred_regression_22995_test: Crash # (lib.foofoo()): deferred access is not implemented
+deferred_shadow_load_library_test: Crash # (lib.trueVar): deferred access is not implemented
+deferred_shared_and_unshared_classes_test: Crash # (lib2.foo()): deferred access is not implemented
+deferred_static_seperate_test: Crash # (lib1.x): deferred access is not implemented
+enum_mirror_test: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
final_super_field_set_test/01: RuntimeError # Please triage this failure.
flatten_test/01: Crash # (test()async{int x=await new Derived<int>();}): cannot handle async/sync*/async* functions
flatten_test/02: Crash # (test()async{Future<int> f()async=>new Derived<int>();}): cannot handle async/sync*/async* functions
@@ -423,8 +425,8 @@ if_null_assignment_static_test/36: RuntimeError # v0.get$a is not a function
if_null_assignment_static_test/38: RuntimeError # v0.get$a is not a function
if_null_assignment_static_test/39: RuntimeError # v0.get$b is not a function
if_null_assignment_static_test/40: RuntimeError # v0.get$a is not a function
-import_self_test/01: Crash # The null object does not have a getter 'name'.
infinite_switch_label_test: Crash # (switch (target){l0:... continue to a labeled switch case
+instance_creation_in_function_annotation_test: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
instanceof4_test/01: RuntimeError # Please triage this failure.
invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure.
invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet
@@ -438,10 +440,10 @@ mixin_type_parameters_super_extends_test: Crash # The null object does not have
mixin_type_parameters_super_test: Crash # The null object does not have a getter '_element'.
nested_switch_label_test: Crash # (switch (target){out... continue to a labeled switch case
no_such_method_test: RuntimeError # Please triage this failure.
+null_test/none: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
overridden_no_such_method_test: RuntimeError # Please triage this failure.
-prefix12_negative_test: Crash # The null object does not have a getter 'name'.
-prefix2_negative_test: Crash # The null object does not have a getter 'name'.
-private_access_test/02: Crash # The null object does not have a getter 'name'.
+redirecting_factory_reflection_test: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
+regress_18535_test: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
regress_22438_test: Crash # (main()async{var err... cannot handle async/sync*/async* functions
regress_22443_test: RuntimeError # M.loadLibrary is not a function
regress_22445_test: Crash # (main()async{var err... cannot handle async/sync*/async* functions
@@ -476,6 +478,7 @@ sync_generator2_test/10: Crash # (sync()sync*{yield sync;}): cannot handle async
sync_generator2_test/none: Crash # (sync()sync*{yield sync;}): cannot handle async/sync*/async* functions
sync_generator3_test/test1: Crash # (f()sync*{try {yield... cannot handle async/sync*/async* functions
sync_generator3_test/test2: Crash # (g()sync*{try {yield... cannot handle async/sync*/async* functions
+syncstar_less_than_test: Crash # (Iterable<int> foo()... cannot handle async/sync*/async* functions
syncstar_yield_test/copyParameters: Crash # (Iterable<int> foo3(... cannot handle async/sync*/async* functions
syncstar_yield_test/none: Crash # (Iterable<int> foo3(... cannot handle async/sync*/async* functions
syncstar_yieldstar_test: Crash # (main()async{Expect.... cannot handle async/sync*/async* functions
« no previous file with comments | « tests/isolate/isolate.status ('k') | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698