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

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

Issue 2042293002: Adds status entries for initializing_formal tests. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 years, 6 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') | 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 getter_setter_in_lib_test: Fail # Issue 23288 6 getter_setter_in_lib_test: Fail # Issue 23288
7 method_name_test: Fail # issue 25574 7 method_name_test: Fail # issue 25574
8 8
9 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 9 async_star_cancel_while_paused_test: RuntimeError # Issue 22853
10 tearoff_basic_test: Skip # Tear-off not supported 10 tearoff_basic_test: Skip # Tear-off not supported
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 generic_functions_test: CompileTimeError # DartOptions not passed to compiler. 49 generic_functions_test: CompileTimeError # DartOptions not passed to compiler.
50 generic_local_functions_test: CompileTimeError # DartOptions not passed to compi ler. 50 generic_local_functions_test: CompileTimeError # DartOptions not passed to compi ler.
51 generic_methods_test: CompileTimeError # DartOptions not passed to compiler. 51 generic_methods_test: CompileTimeError # DartOptions not passed to compiler.
52 generic_sends_test: CompileTimeError # DartOptions not passed to compiler. 52 generic_sends_test: CompileTimeError # DartOptions not passed to compiler.
53 generic_methods_new_test: CompiletimeError # DartOptions not passed to compiler. 53 generic_methods_new_test: CompiletimeError # DartOptions not passed to compiler.
54 generic_methods_function_type_test: CompiletimeError # DartOptions not passed to compiler. 54 generic_methods_function_type_test: CompiletimeError # DartOptions not passed to compiler.
55 generic_methods_type_expression_test: CompiletimeError # DartOptions not passed to compiler. 55 generic_methods_type_expression_test: CompiletimeError # DartOptions not passed to compiler.
56 56
57 # Experimental feature: Use initializing formals in initializers and constructor body. 57 # Experimental feature: Use initializing formals in initializers and constructor body.
58 initializing_formal_access_test: CompiletimeError # DartOptions not passed to co mpiler. 58 initializing_formal_access_test: CompiletimeError # DartOptions not passed to co mpiler.
59 initializing_formal_capture_test: CompiletimeError # DartOptions not passed to c ompiler.
60 initializing_formal_final_test: CompiletimeError # DartOptions not passed to com piler.
61 initializing_formal_type_test: CompiletimeError # DartOptions not passed to comp iler.
59 62
60 [ $compiler == dart2js ] 63 [ $compiler == dart2js ]
61 invocation_mirror_empty_arguments_test: Fail # Issue 24331 64 invocation_mirror_empty_arguments_test: Fail # Issue 24331
62 nan_identical_test: Fail # Issue 11551 65 nan_identical_test: Fail # Issue 11551
63 symbol_literal_test/*: Fail # Issue 21825 66 symbol_literal_test/*: Fail # Issue 21825
64 constructor_duplicate_final_test/01: Fail # Issue 13363 67 constructor_duplicate_final_test/01: Fail # Issue 13363
65 constructor_duplicate_final_test/02: Fail # Issue 13363 68 constructor_duplicate_final_test/02: Fail # Issue 13363
66 override_inheritance_mixed_test/08: Fail # Issue 18124 69 override_inheritance_mixed_test/08: Fail # Issue 18124
67 override_inheritance_mixed_test/09: Fail # Issue 18124 70 override_inheritance_mixed_test/09: Fail # Issue 18124
68 bad_constructor_test/05: CompileTimeError # Issue 13669 71 bad_constructor_test/05: CompileTimeError # Issue 13669
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 accessor_conflict_export_test: Crash # Duplicate export of 'x' 325 accessor_conflict_export_test: Crash # Duplicate export of 'x'
323 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 326 async_throw_in_catch_test/forceAwait: Crash # Issue 24485
324 async_throw_in_catch_test/none: Crash # Issue 24485 327 async_throw_in_catch_test/none: Crash # Issue 24485
325 execute_finally9_test: Crash # Issue 24485 328 execute_finally9_test: Crash # Issue 24485
326 regress_21795_test: Crash # Issue 24485 329 regress_21795_test: Crash # Issue 24485
327 regress_23537_test: Crash # Issue 24485 330 regress_23537_test: Crash # Issue 24485
328 try_finally_regress_25333_test: Crash # Issue 24485 331 try_finally_regress_25333_test: Crash # Issue 24485
329 332
330 [ $compiler == dart2js && $cps_ir && $checked ] 333 [ $compiler == dart2js && $cps_ir && $checked ]
331 *: Skip # `assert` not implemented 334 *: Skip # `assert` not implemented
OLDNEW
« no previous file with comments | « tests/language/language_analyzer2.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698