| 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 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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 async_star_no_cancel2_test: RuntimeError # Need triage | 77 async_star_no_cancel2_test: RuntimeError # Need triage |
| 78 | 78 |
| 79 [ $compiler == dart2js && $browser ] | 79 [ $compiler == dart2js && $browser ] |
| 80 config_import_test: Fail # Test flag is not passed to the compiler. | 80 config_import_test: Fail # Test flag is not passed to the compiler. |
| 81 | 81 |
| 82 # Experimental feature: Syntactic support for generic methods. | 82 # Experimental feature: Syntactic support for generic methods. |
| 83 generic_functions_test: CompileTimeError # DartOptions not passed to compiler. | 83 generic_functions_test: CompileTimeError # DartOptions not passed to compiler. |
| 84 generic_local_functions_test: CompileTimeError # DartOptions not passed to compi
ler. | 84 generic_local_functions_test: CompileTimeError # DartOptions not passed to compi
ler. |
| 85 generic_methods_test: CompileTimeError # DartOptions not passed to compiler. | 85 generic_methods_test: CompileTimeError # DartOptions not passed to compiler. |
| 86 generic_sends_test: CompileTimeError # DartOptions not passed to compiler. | 86 generic_sends_test: CompileTimeError # DartOptions not passed to compiler. |
| 87 generic_methods_new_test: CompiletimeError # DartOptions not passed to compiler. | 87 generic_methods_new_test: CompileTimeError # DartOptions not passed to compiler. |
| 88 generic_methods_function_type_test: CompiletimeError # DartOptions not passed to
compiler. | 88 generic_methods_function_type_test: CompileTimeError # DartOptions not passed to
compiler. |
| 89 generic_methods_type_expression_test: CompiletimeError # DartOptions not passed
to compiler. | 89 generic_methods_type_expression_test: CompileTimeError # DartOptions not passed
to compiler. |
| 90 generic_methods_generic_function_parameter_test: CompiletimeError # DartOptions
not passed to compiler. | 90 generic_methods_generic_function_parameter_test: CompileTimeError # DartOptions
not passed to compiler. |
| 91 | 91 |
| 92 # Experimental feature: Use initializing formals in initializers and constructor
body. | 92 # Experimental feature: Use initializing formals in initializers and constructor
body. |
| 93 initializing_formal_access_test: CompiletimeError # DartOptions not passed to co
mpiler. | 93 initializing_formal_access_test: CompileTimeError # DartOptions not passed to co
mpiler. |
| 94 initializing_formal_capture_test: CompiletimeError # DartOptions not passed to c
ompiler. | 94 initializing_formal_capture_test: CompileTimeError # DartOptions not passed to c
ompiler. |
| 95 initializing_formal_final_test: CompiletimeError # DartOptions not passed to com
piler. | 95 initializing_formal_final_test: CompileTimeError # DartOptions not passed to com
piler. |
| 96 initializing_formal_type_test: CompiletimeError # DartOptions not passed to comp
iler. | 96 initializing_formal_promotion_test: CompileTimeError # DartOptions not passed to
compiler. |
| 97 initializing_formal_type_test: CompileTimeError # DartOptions not passed to comp
iler. |
| 97 | 98 |
| 98 library_env_test/has_no_io_support: Pass # Issue 27398 | 99 library_env_test/has_no_io_support: Pass # Issue 27398 |
| 99 library_env_test/has_io_support: RuntimeError # Issue 27398 | 100 library_env_test/has_io_support: RuntimeError # Issue 27398 |
| 100 | 101 |
| 101 [ $compiler == dart2js ] | 102 [ $compiler == dart2js ] |
| 102 invocation_mirror_empty_arguments_test: Fail # Issue 24331 | 103 invocation_mirror_empty_arguments_test: Fail # Issue 24331 |
| 103 nan_identical_test: Fail # Issue 11551 | 104 nan_identical_test: Fail # Issue 11551 |
| 104 symbol_literal_test/*: Fail # Issue 21825 | 105 symbol_literal_test/*: Fail # Issue 21825 |
| 105 constructor_duplicate_final_test/01: Fail # Issue 13363 | 106 constructor_duplicate_final_test/01: Fail # Issue 13363 |
| 106 constructor_duplicate_final_test/02: Fail # Issue 13363 | 107 constructor_duplicate_final_test/02: Fail # Issue 13363 |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 | 259 |
| 259 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] | 260 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] |
| 260 round_test: Fail, OK # Common JavaScript engine Math.round bug. | 261 round_test: Fail, OK # Common JavaScript engine Math.round bug. |
| 261 | 262 |
| 262 [ $compiler == dart2js && $runtime == ff ] | 263 [ $compiler == dart2js && $runtime == ff ] |
| 263 round_test: Pass, Fail, OK # Fixed in ff 35. Common JavaScript engine Math.round
bug. | 264 round_test: Pass, Fail, OK # Fixed in ff 35. Common JavaScript engine Math.round
bug. |
| 264 | 265 |
| 265 [ $compiler == dart2js && $runtime == chrome && $system == macos ] | 266 [ $compiler == dart2js && $runtime == chrome && $system == macos ] |
| 266 await_future_test: Pass, Timeout # Issue 26735 | 267 await_future_test: Pass, Timeout # Issue 26735 |
| 267 | 268 |
| 269 [ $compiler == dart2js && $runtime == chrome && $system == windows ] |
| 270 string_literals_test: RuntimeError # Issue 27533 |
| 271 |
| 268 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] | 272 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] |
| 269 # Safari codegen bug, fixed on some versions of Safari 7.1 (Version 7.1 (9537.85
.10.17.1)) | 273 # Safari codegen bug, fixed on some versions of Safari 7.1 (Version 7.1 (9537.85
.10.17.1)) |
| 270 call_through_getter_test: Fail, OK | 274 call_through_getter_test: Fail, OK |
| 271 | 275 |
| 272 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 276 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 273 override_field_test/02: Pass, Slow # TODO(kasperl): Please triage. | 277 override_field_test/02: Pass, Slow # TODO(kasperl): Please triage. |
| 274 | 278 |
| 275 [ $minified ] | 279 [ $minified ] |
| 276 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 280 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 277 regress_21795_test: RuntimeError # Issue 12605 | 281 regress_21795_test: RuntimeError # Issue 12605 |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 361 try_finally_regress_25333_test: Crash # Issue 24485 | 365 try_finally_regress_25333_test: Crash # Issue 24485 |
| 362 | 366 |
| 363 [ $compiler == dart2js && $cps_ir && $checked ] | 367 [ $compiler == dart2js && $cps_ir && $checked ] |
| 364 *: Skip # `assert` not implemented | 368 *: Skip # `assert` not implemented |
| 365 | 369 |
| 366 [ $compiler == dart2js && $host_checked ] | 370 [ $compiler == dart2js && $host_checked ] |
| 367 regress_26855_test/1: Crash # Issue 26867 | 371 regress_26855_test/1: Crash # Issue 26867 |
| 368 regress_26855_test/2: Crash # Issue 26867 | 372 regress_26855_test/2: Crash # Issue 26867 |
| 369 regress_26855_test/3: Crash # Issue 26867 | 373 regress_26855_test/3: Crash # Issue 26867 |
| 370 regress_26855_test/4: Crash # Issue 26867 | 374 regress_26855_test/4: Crash # Issue 26867 |
| OLD | NEW |