| 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 | 5 |
| 6 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] | 6 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] |
| 7 | 7 |
| 8 # Failures ok in tests below. VM moves super initializer to end of list. | 8 # Failures ok in tests below. VM moves super initializer to end of list. |
| 9 Language/Classes/Constructors/Generative_Constructors/execution_t03: Fail, OK | 9 Language/Classes/Constructors/Generative_Constructors/execution_t03: Fail, OK |
| 10 Language/Expressions/Instance_Creation/New/execution_t04: Fail, OK | 10 Language/Expressions/Instance_Creation/New/execution_t04: Fail, OK |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # co19 issue 599 | 44 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # co19 issue 599 |
| 45 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # co19 issue 599 | 45 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # co19 issue 599 |
| 46 # With asynchronous loading, the load errors in these tests are no longer recogn
ized as compile errors: | 46 # With asynchronous loading, the load errors in these tests are no longer recogn
ized as compile errors: |
| 47 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Fail | 47 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Fail |
| 48 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Fail | 48 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Fail |
| 49 Language/Libraries_and_Scripts/Parts/syntax_t06: Fail | 49 Language/Libraries_and_Scripts/Parts/syntax_t06: Fail |
| 50 | 50 |
| 51 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $m
ode == debug ] | 51 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $m
ode == debug ] |
| 52 LibTest/core/List/List_class_A01_t02: Pass, Slow | 52 LibTest/core/List/List_class_A01_t02: Pass, Slow |
| 53 | 53 |
| 54 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $s
ystem == windows && ($mode == release || $checked) ] | 54 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $s
ystem == windows ] |
| 55 Language/Expressions/Function_Invocation/async_invokation_t04: RuntimeError # Is
sue 26574 | 55 Language/Expressions/Function_Invocation/async_invokation_t04: RuntimeError # Is
sue 26574 |
| 56 | 56 |
| 57 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && ($
arch != x64 && $arch != simarm64 && $arch != arm64) ] | 57 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && ($
arch != x64 && $arch != simarm64 && $arch != arm64) ] |
| 58 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 | 58 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 |
| 59 | 59 |
| 60 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime
== dart_precompiled) && ($arch == mips || $arch == arm64) ] | 60 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime
== dart_precompiled) && ($arch == mips || $arch == arm64) ] |
| 61 # These tests take too much memory (300 MB) for our 1 GB test machine. | 61 # These tests take too much memory (300 MB) for our 1 GB test machine. |
| 62 # co19 issue 673. http://code.google.com/p/co19/issues/detail?id=673 | 62 # co19 issue 673. http://code.google.com/p/co19/issues/detail?id=673 |
| 63 LibTest/core/List/List_class_A01_t02: Skip # co19 issue 673 | 63 LibTest/core/List/List_class_A01_t02: Skip # co19 issue 673 |
| 64 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # co19 issue 673 | 64 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # co19 issue 673 |
| (...skipping 12 matching lines...) Expand all Loading... |
| 77 | 77 |
| 78 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] | 78 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] |
| 79 LibTest/isolate/Isolate/spawn_A02_t01: Skip # co19 issue 667 | 79 LibTest/isolate/Isolate/spawn_A02_t01: Skip # co19 issue 667 |
| 80 LibTest/html/*: SkipByDesign # dart:html not supported on VM. | 80 LibTest/html/*: SkipByDesign # dart:html not supported on VM. |
| 81 LayoutTests/fast/*: SkipByDesign # DOM not supported on VM. | 81 LayoutTests/fast/*: SkipByDesign # DOM not supported on VM. |
| 82 WebPlatformTest/*: SkipByDesign # dart:html not supported on VM. | 82 WebPlatformTest/*: SkipByDesign # dart:html not supported on VM. |
| 83 | 83 |
| 84 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $m
ode == debug && $builder_tag == asan ] | 84 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $m
ode == debug && $builder_tag == asan ] |
| 85 Language/Types/Interface_Types/subtype_t27: Skip # Issue 21174. | 85 Language/Types/Interface_Types/subtype_t27: Skip # Issue 21174. |
| 86 | 86 |
| 87 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $b
uilder_tag == asan ] |
| 88 Language/Statements/Continue/async_loops_t10: Fail # Issue 26133 |
| 89 |
| 87 [ ($runtime == vm || $runtime == dart_app) && $arch == arm ] | 90 [ ($runtime == vm || $runtime == dart_app) && $arch == arm ] |
| 88 LibTest/typed_data/Float32x4/operator_multiplication_A01_t01: Fail # Dart issue
24416 | 91 LibTest/typed_data/Float32x4/operator_multiplication_A01_t01: Fail # Dart issue
24416 |
| 89 | 92 |
| 90 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] | 93 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] |
| 91 # co19 update Sep 29, 2015 (3ed795ea02e022ef19c77cf1b6095b7c8f5584d0) | 94 # co19 update Sep 29, 2015 (3ed795ea02e022ef19c77cf1b6095b7c8f5584d0) |
| 92 Language/Classes/Getters/type_object_t01: RuntimeError # Issue 23721 | 95 Language/Classes/Getters/type_object_t01: RuntimeError # Issue 23721 |
| 93 Language/Classes/Getters/type_object_t02: RuntimeError # Issue 23721 | 96 Language/Classes/Getters/type_object_t02: RuntimeError # Issue 23721 |
| 94 Language/Classes/Setters/type_object_t01: RuntimeError # Issue 23721 | 97 Language/Classes/Setters/type_object_t01: RuntimeError # Issue 23721 |
| 95 Language/Classes/Setters/type_object_t02: RuntimeError # Issue 23721 | 98 Language/Classes/Setters/type_object_t02: RuntimeError # Issue 23721 |
| 96 Language/Classes/Static_Methods/type_object_t01: RuntimeError # Issue 23721 | 99 Language/Classes/Static_Methods/type_object_t01: RuntimeError # Issue 23721 |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 153 | 156 |
| 154 Language/Expressions/Property_Extraction/General_Super_Property_Extraction: Comp
ileTimeError # Issue 26287 | 157 Language/Expressions/Property_Extraction/General_Super_Property_Extraction: Comp
ileTimeError # Issue 26287 |
| 155 Language/Expressions/Property_Extraction/Super_Closurization: CompileTimeError #
Issue 26287 | 158 Language/Expressions/Property_Extraction/Super_Closurization: CompileTimeError #
Issue 26287 |
| 156 | 159 |
| 157 # co19 Roll May 30 2016 | 160 # co19 Roll May 30 2016 |
| 158 Language/Reference/Operator_Precedence/precedence_12_Shift_t02: RuntimeError # I
ssue 26573 | 161 Language/Reference/Operator_Precedence/precedence_12_Shift_t02: RuntimeError # I
ssue 26573 |
| 159 Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t04: RuntimeEr
ror # Issue 26573 | 162 Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t04: RuntimeEr
ror # Issue 26573 |
| 160 | 163 |
| 161 [ $noopt || $compiler == precompiler || $mode == product ] | 164 [ $noopt || $compiler == precompiler || $mode == product ] |
| 162 Language/Metadata/*: SkipByDesign # Uses dart:mirrors | 165 Language/Metadata/*: SkipByDesign # Uses dart:mirrors |
| 166 Language/Expressions/Null/instance_of_class_null_t01: Skip # Uses dart:mirrors |
| 163 | 167 |
| 164 [ $runtime == dart_precompiled || $runtime == dart_app ] | 168 [ $runtime == dart_precompiled || $runtime == dart_app ] |
| 165 LibTest/isolate/Isolate/spawnUri*: Skip # Isolate.spawnUri | 169 LibTest/isolate/Isolate/spawnUri*: Skip # Isolate.spawnUri |
| 170 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t01: CompileTimeErro
r # spawnUri |
| 171 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t02: RuntimeError #
spawnUri |
| 172 Language/Libraries_and_Scripts/Imports/deferred_import_t02: RuntimeError # Unsup
ported |
| 166 | 173 |
| 167 [ $noopt || $compiler == precompiler ] | 174 [ $noopt || $compiler == precompiler ] |
| 168 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout | 175 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout |
| 169 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout | 176 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout |
| 170 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout | 177 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout |
| 171 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout | 178 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout |
| 172 | 179 |
| 173 [ $noopt || $compiler == precompiler || $compiler == dart2appjit ] | 180 [ $noopt || $compiler == precompiler || $compiler == dart2appjit ] |
| 174 Language/Mixins/Mixin_Application/error_t01: Pass | 181 Language/Mixins/Mixin_Application/error_t01: Pass |
| 175 Language/Mixins/Mixin_Application/error_t02: Pass | 182 Language/Mixins/Mixin_Application/error_t02: Pass |
| 176 Language/Mixins/declaring_constructor_t01: Pass | 183 Language/Mixins/declaring_constructor_t01: Pass |
| 177 | 184 |
| 178 | 185 |
| 179 [ ($arch == simdbc || $arch == simdbc64) && $mode == debug ] | 186 [ ($arch == simdbc || $arch == simdbc64) && $mode == debug ] |
| 180 # TODO(vegorov) These tests are very slow on unoptimized SIMDBC | 187 # TODO(vegorov) These tests are very slow on unoptimized SIMDBC |
| 181 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Timeout | 188 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Timeout |
| 182 LibTest/collection/ListBase/ListBase_class_A01_t02: Timeout | 189 LibTest/collection/ListBase/ListBase_class_A01_t02: Timeout |
| 183 | 190 |
| 184 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android
] | 191 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android
] |
| 185 LibTest/isolate/*: Skip # Issue #26373 | 192 LibTest/isolate/*: Skip # Issue #26373 |
| 186 Language/Expressions/Spawning_an_Isolate/new_isolate_t01: Skip # Issue #26373 | 193 Language/Expressions/Spawning_an_Isolate/new_isolate_t01: Skip # Issue #26373 |
| 187 | 194 |
| 188 LibTest/math/log_A01_t01: RuntimeError # Precision of Math.log (Issue #18998) | 195 LibTest/math/log_A01_t01: RuntimeError # Precision of Math.log (Issue #18998) |
| 189 Language/Expressions/Object_Identity/double_t02: RuntimeError # Issue #26374 | 196 Language/Expressions/Object_Identity/double_t02: RuntimeError # Issue #26374 |
| OLD | NEW |