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

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

Issue 1411763002: dart2js cps: Ensure parameter default values are emitted. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Remove empty section from status file Created 5 years, 2 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 | « pkg/compiler/lib/src/js_backend/codegen/glue.dart ('k') | tests/standalone/standalone.status » ('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
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 await_postfix_expr_test: RuntimeError # Please triage this failure. 284 await_postfix_expr_test: RuntimeError # Please triage this failure.
285 await_regression_test: RuntimeError # "Obelix".then$1 is not a function 285 await_regression_test: RuntimeError # "Obelix".then$1 is not a function
286 await_test: RuntimeError # Cannot read property '$add' of undefined 286 await_test: RuntimeError # Cannot read property '$add' of undefined
287 cha_deopt1_test: Crash # (d.make_u()): deferred access is not implemented 287 cha_deopt1_test: Crash # (d.make_u()): deferred access is not implemented
288 cha_deopt2_test: Crash # (d.make_u()): deferred access is not implemented 288 cha_deopt2_test: Crash # (d.make_u()): deferred access is not implemented
289 cha_deopt3_test: Crash # (d.make_u()): deferred access is not implemented 289 cha_deopt3_test: Crash # (d.make_u()): deferred access is not implemented
290 closure_in_constructor_test: RuntimeError # Please triage this failure. 290 closure_in_constructor_test: RuntimeError # Please triage this failure.
291 closures_initializer_test: RuntimeError # Please triage this failure. 291 closures_initializer_test: RuntimeError # Please triage this failure.
292 constructor12_test: RuntimeError # Please triage this failure. 292 constructor12_test: RuntimeError # Please triage this failure.
293 crash_6725_test/01: Crash # unsupported operation on erroneous element 293 crash_6725_test/01: Crash # unsupported operation on erroneous element
294 cyclic_default_values_test: RuntimeError # Z.cyclic_default_values_test__foo$clo sure is not a function
295 deferred_call_empty_before_load_test: Crash # (lib1.thefun()): deferred access i s not implemented 294 deferred_call_empty_before_load_test: Crash # (lib1.thefun()): deferred access i s not implemented
296 deferred_closurize_load_library_test: RuntimeError # D.loadLibrary is not a func tion 295 deferred_closurize_load_library_test: RuntimeError # D.loadLibrary is not a func tion
297 deferred_constant_list_test: RuntimeError # K.loadLibrary is not a function 296 deferred_constant_list_test: RuntimeError # K.loadLibrary is not a function
298 deferred_constraints_constants_test/none: RuntimeError # S.loadLibrary is not a function 297 deferred_constraints_constants_test/none: RuntimeError # S.loadLibrary is not a function
299 deferred_constraints_constants_test/reference_after_load: RuntimeError # G.loadL ibrary is not a function 298 deferred_constraints_constants_test/reference_after_load: RuntimeError # G.loadL ibrary is not a function
300 deferred_constraints_type_annotation_test/as_operation: RuntimeError # Z.loadLib rary is not a function 299 deferred_constraints_type_annotation_test/as_operation: RuntimeError # Z.loadLib rary is not a function
301 deferred_constraints_type_annotation_test/catch_check: RuntimeError # D.loadLibr ary is not a function 300 deferred_constraints_type_annotation_test/catch_check: RuntimeError # D.loadLibr ary is not a function
302 deferred_constraints_type_annotation_test/is_check: RuntimeError # L.loadLibrary is not a function 301 deferred_constraints_type_annotation_test/is_check: RuntimeError # L.loadLibrary is not a function
303 deferred_constraints_type_annotation_test/new: RuntimeError # R.loadLibrary is n ot a function 302 deferred_constraints_type_annotation_test/new: RuntimeError # R.loadLibrary is n ot a function
304 deferred_constraints_type_annotation_test/new_before_load: RuntimeError # K.load Library is not a function 303 deferred_constraints_type_annotation_test/new_before_load: RuntimeError # K.load Library is not a function
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure. 383 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure.
385 type_variable_field_initializer_test: RuntimeError # Please triage this failure. 384 type_variable_field_initializer_test: RuntimeError # Please triage this failure.
386 type_variable_nested_test: RuntimeError # Please triage this failure. 385 type_variable_nested_test: RuntimeError # Please triage this failure.
387 386
388 [ $compiler == dart2js && $cps_ir && $host_checked ] 387 [ $compiler == dart2js && $cps_ir && $host_checked ]
389 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 388 async_throw_in_catch_test/forceAwait: Crash # Issue 24485
390 async_throw_in_catch_test/none: Crash # Issue 24485 389 async_throw_in_catch_test/none: Crash # Issue 24485
391 execute_finally9_test: Crash # Issue 24485 390 execute_finally9_test: Crash # Issue 24485
392 regress_21795_test: Crash # Issue 24485 391 regress_21795_test: Crash # Issue 24485
393 regress_23537_test: Crash # Issue 24485 392 regress_23537_test: Crash # Issue 24485
OLDNEW
« no previous file with comments | « pkg/compiler/lib/src/js_backend/codegen/glue.dart ('k') | tests/standalone/standalone.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698