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 [ $strong ] | 8 [ $strong ] |
9 *: SkipByDesign # tests/language_strong has the strong mode versions of these te
sts. | 9 *: SkipByDesign # tests/language_strong has the strong mode versions of these te
sts. |
10 | 10 |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
89 closure_cycles_test: Pass, Slow | 89 closure_cycles_test: Pass, Slow |
90 | 90 |
91 [ $runtime == vm || $runtime == dart_precompiled ] | 91 [ $runtime == vm || $runtime == dart_precompiled ] |
92 vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Is
sue 22151 | 92 vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Is
sue 22151 |
93 vm/unaligned_float_access_literal_index_test: Pass, Crash # Unaligned offset. Is
sue 22151 | 93 vm/unaligned_float_access_literal_index_test: Pass, Crash # Unaligned offset. Is
sue 22151 |
94 vm/unaligned_float_access_literal_index_test: Pass, Crash # Unaligned offset. Is
sue 22151 | 94 vm/unaligned_float_access_literal_index_test: Pass, Crash # Unaligned offset. Is
sue 22151 |
95 | 95 |
96 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && (($
runtime == vm || $runtime == dart_precompiled)) && $arch == ia32 ] | 96 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && (($
runtime == vm || $runtime == dart_precompiled)) && $arch == ia32 ] |
97 vm/regress_24517_test: Pass, Fail # Issue 24517. | 97 vm/regress_24517_test: Pass, Fail # Issue 24517. |
98 | 98 |
| 99 [ $compiler == precompiler && $runtime == dart_precompiled ] |
99 vm/regress_27671_test: Skip # Unsupported | 100 vm/regress_27671_test: Skip # Unsupported |
100 export_double_same_main_test: Skip # Issue 29895 | 101 export_double_same_main_test: Skip # Issue 29895 |
101 export_ambiguous_main_negative_test: Skip # Issue 29895 | 102 export_ambiguous_main_negative_test: Skip # Issue 29895 |
102 vm/optimized_stacktrace_test: Skip # Issue 30198 | 103 vm/optimized_stacktrace_test: Skip # Issue 30198 |
103 | 104 |
104 [ $compiler == precompiler && $runtime == dart_precompiled && $mode == debug ] | 105 [ $compiler == precompiler && $runtime == dart_precompiled && $mode == debug ] |
105 regress_29025_test: Crash # Issue dartbug.com/29331 | 106 regress_29025_test: Crash # Issue dartbug.com/29331 |
106 | 107 |
107 [ $runtime == dart_precompiled ] | 108 [ $runtime == dart_precompiled ] |
108 # Imports dart:mirrors | 109 # Imports dart:mirrors |
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
490 | 491 |
491 # Look like bugs. | 492 # Look like bugs. |
492 config_import_test: RuntimeError # Flutter Issue 9110 | 493 config_import_test: RuntimeError # Flutter Issue 9110 |
493 vm/no_such_method_error_message_callable_vm_test: RuntimeError # Flutter Issue 9
110 | 494 vm/no_such_method_error_message_callable_vm_test: RuntimeError # Flutter Issue 9
110 |
494 vm/regress_27201_test: Fail # Flutter Issue 9110 | 495 vm/regress_27201_test: Fail # Flutter Issue 9110 |
495 asyncstar_yield_test: Skip # Flutter Issue 9110 | 496 asyncstar_yield_test: Skip # Flutter Issue 9110 |
496 await_for_test: Skip # Flutter Issue 9110 | 497 await_for_test: Skip # Flutter Issue 9110 |
497 await_for_cancel_test: Skip # Flutter Issue 9110 | 498 await_for_cancel_test: Skip # Flutter Issue 9110 |
498 | 499 |
499 | 500 |
OLD | NEW |