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

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

Issue 2336333002: Update dart2js status file for recently added test. (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | 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 setter4_test: CompileTimeError # issue 13639 8 setter4_test: CompileTimeError # issue 13639
9 9
10 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 10 async_star_cancel_while_paused_test: RuntimeError # Issue 22853
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 redirecting_factory_reflection_test: Fail # mirrors not supported 58 redirecting_factory_reflection_test: Fail # mirrors not supported
59 regress_13462_0_test: Fail # mirrors not supported 59 regress_13462_0_test: Fail # mirrors not supported
60 regress_13462_1_test: Fail # mirrors not supported 60 regress_13462_1_test: Fail # mirrors not supported
61 regress_18535_test: Fail # mirrors not supported 61 regress_18535_test: Fail # mirrors not supported
62 super_call4_test: Fail # mirrors not supported 62 super_call4_test: Fail # mirrors not supported
63 super_getter_setter_test: Fail # mirrors not supported 63 super_getter_setter_test: Fail # mirrors not supported
64 vm/reflect_core_vm_test: Fail # mirrors not supported 64 vm/reflect_core_vm_test: Fail # mirrors not supported
65 65
66 [ $compiler == dart2js && $fast_startup && $checked ] 66 [ $compiler == dart2js && $fast_startup && $checked ]
67 generic_local_functions_test: Fail # reified type for generic function not gener ated correctly 67 generic_local_functions_test: Fail # reified type for generic function not gener ated correctly
68 generic_methods_generic_function_parameter_test: Fail # reified type for generic function not generated correctly
68 69
69 [ $compiler == dart2js && $runtime == jsshell ] 70 [ $compiler == dart2js && $runtime == jsshell ]
70 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728 71 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728
71 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue 7728 72 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue 7728
72 regress_23996_test: RuntimeError # Jsshell does not provide non-zero timers, Iss ue 7728 73 regress_23996_test: RuntimeError # Jsshell does not provide non-zero timers, Iss ue 7728
73 async_star_no_cancel_test: RuntimeError # Need triage 74 async_star_no_cancel_test: RuntimeError # Need triage
74 async_star_no_cancel2_test: RuntimeError # Need triage 75 async_star_no_cancel2_test: RuntimeError # Need triage
75 76
76 [ $compiler == dart2js && $browser ] 77 [ $compiler == dart2js && $browser ]
77 config_import_test: Fail # Test flag is not passed to the compiler. 78 config_import_test: Fail # Test flag is not passed to the compiler.
78 79
79 # Experimental feature: Syntactic support for generic methods. 80 # Experimental feature: Syntactic support for generic methods.
80 generic_functions_test: CompileTimeError # DartOptions not passed to compiler. 81 generic_functions_test: CompileTimeError # DartOptions not passed to compiler.
81 generic_local_functions_test: CompileTimeError # DartOptions not passed to compi ler. 82 generic_local_functions_test: CompileTimeError # DartOptions not passed to compi ler.
82 generic_methods_test: CompileTimeError # DartOptions not passed to compiler. 83 generic_methods_test: CompileTimeError # DartOptions not passed to compiler.
83 generic_sends_test: CompileTimeError # DartOptions not passed to compiler. 84 generic_sends_test: CompileTimeError # DartOptions not passed to compiler.
84 generic_methods_new_test: CompiletimeError # DartOptions not passed to compiler. 85 generic_methods_new_test: CompiletimeError # DartOptions not passed to compiler.
85 generic_methods_function_type_test: CompiletimeError # DartOptions not passed to compiler. 86 generic_methods_function_type_test: CompiletimeError # DartOptions not passed to compiler.
86 generic_methods_type_expression_test: CompiletimeError # DartOptions not passed to compiler. 87 generic_methods_type_expression_test: CompiletimeError # DartOptions not passed to compiler.
88 generic_methods_generic_function_parameter_test: CompiletimeError # DartOptions not passed to compiler.
87 89
88 # Experimental feature: Use initializing formals in initializers and constructor body. 90 # Experimental feature: Use initializing formals in initializers and constructor body.
89 initializing_formal_access_test: CompiletimeError # DartOptions not passed to co mpiler. 91 initializing_formal_access_test: CompiletimeError # DartOptions not passed to co mpiler.
90 initializing_formal_capture_test: CompiletimeError # DartOptions not passed to c ompiler. 92 initializing_formal_capture_test: CompiletimeError # DartOptions not passed to c ompiler.
91 initializing_formal_final_test: CompiletimeError # DartOptions not passed to com piler. 93 initializing_formal_final_test: CompiletimeError # DartOptions not passed to com piler.
92 initializing_formal_type_test: CompiletimeError # DartOptions not passed to comp iler. 94 initializing_formal_type_test: CompiletimeError # DartOptions not passed to comp iler.
93 95
94 [ $compiler == dart2js ] 96 [ $compiler == dart2js ]
95 invocation_mirror_empty_arguments_test: Fail # Issue 24331 97 invocation_mirror_empty_arguments_test: Fail # Issue 24331
96 nan_identical_test: Fail # Issue 11551 98 nan_identical_test: Fail # Issue 11551
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 try_finally_regress_25333_test: Crash # Issue 24485 356 try_finally_regress_25333_test: Crash # Issue 24485
355 357
356 [ $compiler == dart2js && $cps_ir && $checked ] 358 [ $compiler == dart2js && $cps_ir && $checked ]
357 *: Skip # `assert` not implemented 359 *: Skip # `assert` not implemented
358 360
359 [ $compiler == dart2js && $host_checked ] 361 [ $compiler == dart2js && $host_checked ]
360 regress_26855_test/1: Crash # Issue 26867 362 regress_26855_test/1: Crash # Issue 26867
361 regress_26855_test/2: Crash # Issue 26867 363 regress_26855_test/2: Crash # Issue 26867
362 regress_26855_test/3: Crash # Issue 26867 364 regress_26855_test/3: Crash # Issue 26867
363 regress_26855_test/4: Crash # Issue 26867 365 regress_26855_test/4: Crash # Issue 26867
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698