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

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

Issue 1248963002: dart2js cps: Update test expectations after addition of new test. (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 | « tests/compiler/dart2js_native/dart2js_native.status ('k') | 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 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 await_for_use_local_test: Crash # (test()async{var cou... cannot handle async/s ync*/async* functions 345 await_for_use_local_test: Crash # (test()async{var cou... cannot handle async/s ync*/async* functions
346 await_future_test: Crash # (test()async{var res... cannot handle async/sync*/as ync* functions 346 await_future_test: Crash # (test()async{var res... cannot handle async/sync*/as ync* functions
347 await_nonfuture_test: Crash # (foo()async{Expect.equals(X,10);return await 5;}): cannot handle async/sync*/async* functions 347 await_nonfuture_test: Crash # (foo()async{Expect.equals(X,10);return await 5;}): cannot handle async/sync*/async* functions
348 await_not_started_immediately_test: Crash # (foo()async{x++ ;await 1;x++ ;}): ca nnot handle async/sync*/async* functions 348 await_not_started_immediately_test: Crash # (foo()async{x++ ;await 1;x++ ;}): ca nnot handle async/sync*/async* functions
349 await_postfix_expr_test: Crash # (test()async{Expect.... cannot handle async/sy nc*/async* functions 349 await_postfix_expr_test: Crash # (test()async{Expect.... cannot handle async/sy nc*/async* functions
350 await_regression_test: Crash # (main()async{testNes... cannot handle async/sync */async* functions 350 await_regression_test: Crash # (main()async{testNes... cannot handle async/sync */async* functions
351 await_test: Crash # (others()async{var a... cannot handle async/sync*/async* fu nctions 351 await_test: Crash # (others()async{var a... cannot handle async/sync*/async* fu nctions
352 cha_deopt1_test: Crash # (d.make_u()): deferred access is not implemented 352 cha_deopt1_test: Crash # (d.make_u()): deferred access is not implemented
353 cha_deopt2_test: Crash # (d.make_u()): deferred access is not implemented 353 cha_deopt2_test: Crash # (d.make_u()): deferred access is not implemented
354 cha_deopt3_test: Crash # (d.make_u()): deferred access is not implemented 354 cha_deopt3_test: Crash # (d.make_u()): deferred access is not implemented
355 classes_static_method_clash_test: Crash # Stack Overflow
355 closure_in_constructor_test: Crash # Invalid argument(s) 356 closure_in_constructor_test: Crash # Invalid argument(s)
356 closure_type_variables_test: Crash # Invalid argument(s) 357 closure_type_variables_test: Crash # Invalid argument(s)
357 const_evaluation_test/01: Crash # (static Iterable<Str... cannot handle async/s ync*/async* functions 358 const_evaluation_test/01: Crash # (static Iterable<Str... cannot handle async/s ync*/async* functions
358 constructor12_test: RuntimeError # Please triage this failure. 359 constructor12_test: RuntimeError # Please triage this failure.
359 crash_6725_test/01: Crash # The null object does not have a getter '_element'. 360 crash_6725_test/01: Crash # The null object does not have a getter '_element'.
360 custom_await_stack_trace_test: Crash # (main()async{try {va... cannot handle as ync/sync*/async* functions 361 custom_await_stack_trace_test: Crash # (main()async{try {va... cannot handle as ync/sync*/async* functions
361 deferred_call_empty_before_load_test: Crash # (lib1.thefun()): deferred access i s not implemented 362 deferred_call_empty_before_load_test: Crash # (lib1.thefun()): deferred access i s not implemented
362 deferred_closurize_load_library_test: Crash # (lib.trueVar): deferred access is not implemented 363 deferred_closurize_load_library_test: Crash # (lib.trueVar): deferred access is not implemented
363 deferred_constant_list_test: Crash # (lib.finalConstList): deferred access is no t implemented 364 deferred_constant_list_test: Crash # (lib.finalConstList): deferred access is no t implemented
364 deferred_constraints_constants_test/none: Crash # (lib.constantInstance): deferr ed access is not implemented 365 deferred_constraints_constants_test/none: Crash # (lib.constantInstance): deferr ed access is not implemented
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 try_catch_test/none: Crash # The null object does not have a getter '_element'. 490 try_catch_test/none: Crash # The null object does not have a getter '_element'.
490 type_parameter_test/01: Crash # Invalid argument(s) 491 type_parameter_test/01: Crash # Invalid argument(s)
491 type_parameter_test/02: Crash # Invalid argument(s) 492 type_parameter_test/02: Crash # Invalid argument(s)
492 type_parameter_test/03: Crash # Invalid argument(s) 493 type_parameter_test/03: Crash # Invalid argument(s)
493 type_parameter_test/04: Crash # Invalid argument(s) 494 type_parameter_test/04: Crash # Invalid argument(s)
494 type_parameter_test/05: Crash # Invalid argument(s) 495 type_parameter_test/05: Crash # Invalid argument(s)
495 type_parameter_test/06: Crash # Invalid argument(s) 496 type_parameter_test/06: Crash # Invalid argument(s)
496 type_parameter_test/none: Crash # Invalid argument(s) 497 type_parameter_test/none: Crash # Invalid argument(s)
497 type_variable_closure2_test: RuntimeError # Please triage this failure. 498 type_variable_closure2_test: RuntimeError # Please triage this failure.
498 type_variable_closure_test: Crash # Invalid argument(s) 499 type_variable_closure_test: Crash # Invalid argument(s)
OLDNEW
« no previous file with comments | « tests/compiler/dart2js_native/dart2js_native.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698