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

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

Issue 1234883005: Implement tear-off closure operator # (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Address review comments 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/language/language_analyzer2.status ('k') | tests/language/tearoff_basic_lib.dart » ('j') | 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
11 async_star_test/02: RuntimeError # 22853 11 async_star_test/02: RuntimeError # 22853
12 async_star_test/05: RuntimeError, Timeout 12 async_star_test/05: RuntimeError, Timeout
13 tearoff_basic_test: Skip # Tear-off not supported
13 14
14 try_catch_on_syntax_test/10: Fail # Issue 19823 15 try_catch_on_syntax_test/10: Fail # Issue 19823
15 try_catch_on_syntax_test/11: Fail # Issue 19823 16 try_catch_on_syntax_test/11: Fail # Issue 19823
16 17
17 call_function_apply_test: RuntimeError # Issue 23873 18 call_function_apply_test: RuntimeError # Issue 23873
18 19
19 [ $compiler == dart2js && $runtime == jsshell ] 20 [ $compiler == dart2js && $runtime == jsshell ]
20 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728 21 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728
21 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue 7728 22 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue 7728
22 23
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 type_parameter_test/03: Crash # Invalid argument(s) 512 type_parameter_test/03: Crash # Invalid argument(s)
512 type_parameter_test/04: Crash # Invalid argument(s) 513 type_parameter_test/04: Crash # Invalid argument(s)
513 type_parameter_test/05: Crash # Invalid argument(s) 514 type_parameter_test/05: Crash # Invalid argument(s)
514 type_parameter_test/06: Crash # Invalid argument(s) 515 type_parameter_test/06: Crash # Invalid argument(s)
515 type_parameter_test/none: Crash # Invalid argument(s) 516 type_parameter_test/none: Crash # Invalid argument(s)
516 type_variable_closure2_test: RuntimeError # Please triage this failure. 517 type_variable_closure2_test: RuntimeError # Please triage this failure.
517 type_variable_closure_test: Crash # Invalid argument(s) 518 type_variable_closure_test: Crash # Invalid argument(s)
518 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure. 519 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure.
519 type_variable_field_initializer_test: RuntimeError # Please triage this failure. 520 type_variable_field_initializer_test: RuntimeError # Please triage this failure.
520 type_variable_nested_test: RuntimeError # Please triage this failure. 521 type_variable_nested_test: RuntimeError # Please triage this failure.
OLDNEW
« no previous file with comments | « tests/language/language_analyzer2.status ('k') | tests/language/tearoff_basic_lib.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698