| 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 # This directory contains tests that are intended to show the | 5 # This directory contains tests that are intended to show the | 
| 6 # current state of the language. | 6 # current state of the language. | 
| 7 | 7 | 
| 8 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $co
     mpiler == dart2appjit) ] | 8 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $co
     mpiler == dart2appjit) ] | 
| 9 tearoff_constructor_basic_test: Skip # Crashes in checked mode -- hausner invest
     igating | 9 tearoff_constructor_basic_test: Skip # Crashes in checked mode -- hausner invest
     igating | 
| 10 | 10 | 
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 48 generic_methods_test: CompiletimeError # Issue 25869 | 48 generic_methods_test: CompiletimeError # Issue 25869 | 
| 49 generic_functions_test: CompiletimeError # Issue 25869 | 49 generic_functions_test: CompiletimeError # Issue 25869 | 
| 50 generic_local_functions_test: CompiletimeError # Issue 25869 | 50 generic_local_functions_test: CompiletimeError # Issue 25869 | 
| 51 generic_sends_test: CompiletimeError # Issue 25869 | 51 generic_sends_test: CompiletimeError # Issue 25869 | 
| 52 generic_methods_new_test: CompiletimeError # Issue 25869 | 52 generic_methods_new_test: CompiletimeError # Issue 25869 | 
| 53 generic_methods_function_type_test: CompiletimeError # Issue 25869 | 53 generic_methods_function_type_test: CompiletimeError # Issue 25869 | 
| 54 generic_methods_type_expression_test: CompiletimeError # Issue 25869 | 54 generic_methods_type_expression_test: CompiletimeError # Issue 25869 | 
| 55 | 55 | 
| 56 # Experimental feature: Use initializing formals in initializers and constructor
      body. | 56 # Experimental feature: Use initializing formals in initializers and constructor
      body. | 
| 57 initializing_formal_access_test: CompiletimeError # TODO(eernst): Create a suita
     ble sdk issue. | 57 initializing_formal_access_test: CompiletimeError # TODO(eernst): Create a suita
     ble sdk issue. | 
|  | 58 initializing_formal_capture_test: CompiletimeError # TODO(eernst): Create a suit
     able sdk issue. | 
|  | 59 initializing_formal_final_test: CompiletimeError # TODO(eernst): Create a suitab
     le sdk issue. | 
|  | 60 initializing_formal_type_test: CompiletimeError # TODO(eernst): Create a suitabl
     e sdk issue. | 
| 58 | 61 | 
| 59 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $co
     mpiler == dart2appjit) && ($runtime == vm || $runtime == dart_precompiled || $ru
     ntime == dart_app) ] | 62 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $co
     mpiler == dart2appjit) && ($runtime == vm || $runtime == dart_precompiled || $ru
     ntime == dart_app) ] | 
| 60 | 63 | 
| 61 class_keyword_test/02: MissingCompileTimeError # Issue 13627 | 64 class_keyword_test/02: MissingCompileTimeError # Issue 13627 | 
| 62 unicode_bom_test: Fail # Issue 16067 | 65 unicode_bom_test: Fail # Issue 16067 | 
| 63 vm/debug_break_enabled_vm_test/01: Crash, OK # Expected to hit breakpoint. | 66 vm/debug_break_enabled_vm_test/01: Crash, OK # Expected to hit breakpoint. | 
| 64 try_catch_optimized1_test: Skip # Srdjan investigating | 67 try_catch_optimized1_test: Skip # Srdjan investigating | 
| 65 | 68 | 
| 66 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $co
     mpiler == dart2appjit) && $checked ] | 69 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $co
     mpiler == dart2appjit) && $checked ] | 
| 67 type_variable_bounds4_test/01: Fail # Issue 14006 | 70 type_variable_bounds4_test/01: Fail # Issue 14006 | 
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 100 generic_methods_test: RuntimeError # Issue 25869 | 103 generic_methods_test: RuntimeError # Issue 25869 | 
| 101 generic_functions_test: RuntimeError # Issue 25869 | 104 generic_functions_test: RuntimeError # Issue 25869 | 
| 102 generic_local_functions_test: RuntimeError # Issue 25869 | 105 generic_local_functions_test: RuntimeError # Issue 25869 | 
| 103 generic_sends_test: RuntimeError # Issue 25869 | 106 generic_sends_test: RuntimeError # Issue 25869 | 
| 104 generic_methods_new_test: RuntimeError # Issue 25869 | 107 generic_methods_new_test: RuntimeError # Issue 25869 | 
| 105 generic_methods_function_type_test: RuntimeError # Issue 25869 | 108 generic_methods_function_type_test: RuntimeError # Issue 25869 | 
| 106 generic_methods_type_expression_test: RuntimeError # Issue 25869 | 109 generic_methods_type_expression_test: RuntimeError # Issue 25869 | 
| 107 | 110 | 
| 108 # Experimental feature: Use initializing formals in initializers and constructor
      body. | 111 # Experimental feature: Use initializing formals in initializers and constructor
      body. | 
| 109 initializing_formal_access_test: RuntimeError # TODO(eernst): create a suitable 
     sdk issue. | 112 initializing_formal_access_test: RuntimeError # TODO(eernst): create a suitable 
     sdk issue. | 
|  | 113 initializing_formal_capture_test: RuntimeError # TODO(eernst): create a suitable
      sdk issue. | 
|  | 114 initializing_formal_final_test: RuntimeError # TODO(eernst): create a suitable s
     dk issue. | 
|  | 115 initializing_formal_type_test: RuntimeError # TODO(eernst): create a suitable sd
     k issue. | 
| 110 | 116 | 
| 111 config_import_test: Skip  # Issue 26250 | 117 config_import_test: Skip  # Issue 26250 | 
| 112 | 118 | 
| 113 [ $compiler == none && $runtime == dartium && $system == linux && $arch != x64 ] | 119 [ $compiler == none && $runtime == dartium && $system == linux && $arch != x64 ] | 
| 114 issue_22780_test/01: Pass, Timeout # Issue 24473 | 120 issue_22780_test/01: Pass, Timeout # Issue 24473 | 
| 115 | 121 | 
| 116 [ $compiler == none && $runtime == dartium && $system == linux && $arch == x64 ] | 122 [ $compiler == none && $runtime == dartium && $system == linux && $arch == x64 ] | 
| 117 async_await_test: Skip # Issue 26198 | 123 async_await_test: Skip # Issue 26198 | 
| 118 | 124 | 
| 119 [ $compiler == none && $runtime == drt ] | 125 [ $compiler == none && $runtime == drt ] | 
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 231 # TODO(vegorov) StopInstr is unimplemented. | 237 # TODO(vegorov) StopInstr is unimplemented. | 
| 232 vm/debug_break_enabled_vm_test/none: Skip | 238 vm/debug_break_enabled_vm_test/none: Skip | 
| 233 | 239 | 
| 234 # TODO(vegorov) Encoding limitation: StoreField bytecode only supports 256 | 240 # TODO(vegorov) Encoding limitation: StoreField bytecode only supports 256 | 
| 235 # fields in an object. | 241 # fields in an object. | 
| 236 large_class_declaration_test: Skip | 242 large_class_declaration_test: Skip | 
| 237 | 243 | 
| 238 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android
      ] | 244 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android
      ] | 
| 239 vm/optimized_guarded_field_isolates_test: Skip # Issue #26373 | 245 vm/optimized_guarded_field_isolates_test: Skip # Issue #26373 | 
| 240 issue23244_test: Skip # Issue #26373 | 246 issue23244_test: Skip # Issue #26373 | 
| OLD | NEW | 
|---|