Chromium Code Reviews| 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) ] | 8 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app) ] |
| 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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 163 deopt_inlined_function_lazy_test: Pass, Crash # Incompatible flag: --deoptimize- alot | 163 deopt_inlined_function_lazy_test: Pass, Crash # Incompatible flag: --deoptimize- alot |
| 164 | 164 |
| 165 [ $runtime == dart_product ] | 165 [ $runtime == dart_product ] |
| 166 # Deferred loading happens eagerly (not sure why this works on precompiled code) . | 166 # Deferred loading happens eagerly (not sure why this works on precompiled code) . |
| 167 deferred_static_seperate_test: Skip | 167 deferred_static_seperate_test: Skip |
| 168 deferred_constraints_type_annotation_test/new_before_load: Skip | 168 deferred_constraints_type_annotation_test/new_before_load: Skip |
| 169 regress_22443_test: Skip | 169 regress_22443_test: Skip |
| 170 | 170 |
| 171 [ $runtime == vm && $mode == product ] | 171 [ $runtime == vm && $mode == product ] |
| 172 vm/type_vm_test: Fail,OK # Expects exact type name. | 172 vm/type_vm_test: Fail,OK # Expects exact type name. |
| 173 | |
| 174 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app) ] | |
|
floitsch
2016/02/22 12:45:20
Don't add a new section if it already exists. (sam
eernst
2016/02/22 18:02:51
Done.
The 'language_analyzer2.status' file contai
| |
| 175 # Experimental feature: Generic methods. | |
| 176 generic_methods_test: CompiletimeError # Not yet implemented. | |
|
floitsch
2016/02/22 12:45:20
Failing tests should have an issue number. If it d
eernst
2016/02/22 18:02:51
Done, #25835.
eernst
2016/02/23 12:40:45
Oops, that was in 'language_dart2js.status'; in 'l
| |
| 177 generic_functions_test: CompiletimeError # Not yet implemented. | |
| OLD | NEW |