OLD | NEW |
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 deferred_not_loaded_check_test: Fail # Issue 27577 | 6 deferred_not_loaded_check_test: Fail # Issue 27577 |
7 getter_setter_in_lib_test: Fail # Issue 23288 | 7 getter_setter_in_lib_test: Fail # Issue 23288 |
8 method_name_test: Fail # issue 25574 | 8 method_name_test: Fail # issue 25574 |
9 setter4_test: CompileTimeError # issue 13639 | 9 setter4_test: CompileTimeError # issue 13639 |
10 | 10 |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
73 [ $compiler == dart2js && $runtime == jsshell ] | 73 [ $compiler == dart2js && $runtime == jsshell ] |
74 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728 | 74 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728 |
75 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue
7728 | 75 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue
7728 |
76 regress_23996_test: RuntimeError # Jsshell does not provide non-zero timers, Iss
ue 7728 | 76 regress_23996_test: RuntimeError # Jsshell does not provide non-zero timers, Iss
ue 7728 |
77 async_star_no_cancel_test: RuntimeError # Need triage | 77 async_star_no_cancel_test: RuntimeError # Need triage |
78 async_star_no_cancel2_test: RuntimeError # Need triage | 78 async_star_no_cancel2_test: RuntimeError # Need triage |
79 | 79 |
80 [ $compiler == dart2js && $browser ] | 80 [ $compiler == dart2js && $browser ] |
81 config_import_test: Fail # Test flag is not passed to the compiler. | 81 config_import_test: Fail # Test flag is not passed to the compiler. |
82 | 82 |
83 # Experimental feature: Syntactic support for generic methods. | |
84 generic_functions_test: CompileTimeError # DartOptions not passed to compiler. | |
85 generic_local_functions_test: CompileTimeError # DartOptions not passed to compi
ler. | |
86 generic_methods_test: CompileTimeError # DartOptions not passed to compiler. | |
87 generic_sends_test: CompileTimeError # DartOptions not passed to compiler. | |
88 generic_methods_new_test: CompileTimeError # DartOptions not passed to compiler. | |
89 generic_methods_function_type_test: CompileTimeError # DartOptions not passed to
compiler. | |
90 generic_methods_type_expression_test: CompileTimeError # DartOptions not passed
to compiler. | |
91 generic_methods_generic_function_parameter_test: CompileTimeError # DartOptions
not passed to compiler. | |
92 | |
93 # Experimental feature: Use initializing formals in initializers and constructor
body. | 83 # Experimental feature: Use initializing formals in initializers and constructor
body. |
94 initializing_formal_access_test: CompileTimeError # DartOptions not passed to co
mpiler. | 84 initializing_formal_access_test: CompileTimeError # DartOptions not passed to co
mpiler. |
95 initializing_formal_capture_test: CompileTimeError # DartOptions not passed to c
ompiler. | 85 initializing_formal_capture_test: CompileTimeError # DartOptions not passed to c
ompiler. |
96 initializing_formal_final_test: CompileTimeError # DartOptions not passed to com
piler. | 86 initializing_formal_final_test: CompileTimeError # DartOptions not passed to com
piler. |
97 initializing_formal_promotion_test: CompileTimeError # DartOptions not passed to
compiler. | 87 initializing_formal_promotion_test: CompileTimeError # DartOptions not passed to
compiler. |
98 initializing_formal_type_test: CompileTimeError # DartOptions not passed to comp
iler. | 88 initializing_formal_type_test: CompileTimeError # DartOptions not passed to comp
iler. |
99 | 89 |
100 library_env_test/has_no_io_support: Pass # Issue 27398 | 90 library_env_test/has_no_io_support: Pass # Issue 27398 |
101 library_env_test/has_io_support: RuntimeError # Issue 27398 | 91 library_env_test/has_io_support: RuntimeError # Issue 27398 |
102 | 92 |
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
367 *: Skip # `assert` not implemented | 357 *: Skip # `assert` not implemented |
368 | 358 |
369 [ $compiler == dart2js && $host_checked ] | 359 [ $compiler == dart2js && $host_checked ] |
370 regress_26855_test/1: Crash # Issue 26867 | 360 regress_26855_test/1: Crash # Issue 26867 |
371 regress_26855_test/2: Crash # Issue 26867 | 361 regress_26855_test/2: Crash # Issue 26867 |
372 regress_26855_test/3: Crash # Issue 26867 | 362 regress_26855_test/3: Crash # Issue 26867 |
373 regress_26855_test/4: Crash # Issue 26867 | 363 regress_26855_test/4: Crash # Issue 26867 |
374 | 364 |
375 [ $compiler != dart2analyzer] | 365 [ $compiler != dart2analyzer] |
376 switch_case_warn_test: SKIP # Analyzer only, see language_analyzer2.status | 366 switch_case_warn_test: SKIP # Analyzer only, see language_analyzer2.status |
OLD | NEW |