| 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 11 matching lines...) Expand all Loading... |
| 22 Language/Libraries_and_Scripts/Exports/reexport_t02: fail # Dart issue 12916 | 22 Language/Libraries_and_Scripts/Exports/reexport_t02: fail # Dart issue 12916 |
| 23 | 23 |
| 24 Language/Statements/Assert/execution_t02: skip # co19 issue 734 | 24 Language/Statements/Assert/execution_t02: skip # co19 issue 734 |
| 25 Language/Statements/Assert/execution_t03: skip # co19 issue 734 | 25 Language/Statements/Assert/execution_t03: skip # co19 issue 734 |
| 26 Language/Statements/Assert/type_t02: skip # co19 issue 734 | 26 Language/Statements/Assert/type_t02: skip # co19 issue 734 |
| 27 Language/Statements/Assert/type_t05: skip # co19 issue 734 | 27 Language/Statements/Assert/type_t05: skip # co19 issue 734 |
| 28 | 28 |
| 29 | 29 |
| 30 LibTest/core/DateTime/DateTime.now_A01_t02: Pass, Fail # co19 issue 709 | 30 LibTest/core/DateTime/DateTime.now_A01_t02: Pass, Fail # co19 issue 709 |
| 31 | 31 |
| 32 LibTest/isolate/Isolate/spawnUri_A01_t02: Skip # Issue 15974 | 32 LibTest/isolate/Isolate/spawnUri_A01_t02: Skip # Dart issue 15974 |
| 33 LibTest/isolate/Isolate/spawnUri_A01_t03: Skip # Issue 15974 | 33 LibTest/isolate/Isolate/spawnUri_A01_t03: Skip # Dart issue 15974 |
| 34 LibTest/isolate/Isolate/spawnUri_A02_t02: Skip # Issue 15974 | 34 LibTest/isolate/Isolate/spawnUri_A02_t01: RuntimeError # Dart issue 15617 |
| 35 LibTest/isolate/Isolate/spawnUri_A02_t03: Skip # Issue 15974 | 35 LibTest/isolate/Isolate/spawnUri_A02_t02: Skip # Dart issue 15974 |
| 36 LibTest/isolate/Isolate/spawnUri_A02_t04: Skip # Issue 15974 | 36 LibTest/isolate/Isolate/spawnUri_A02_t03: Skip # Dart issue 15974 |
| 37 LibTest/isolate/Isolate/spawn_A03_t02: Skip # Issue 15974 | 37 LibTest/isolate/Isolate/spawnUri_A02_t04: Skip # Dart issue 15974 |
| 38 LibTest/isolate/Isolate/spawn_A04_t01: Skip # Issue 15974 | 38 LibTest/isolate/Isolate/spawn_A02_t02: RuntimeError # Dart issue 15617 |
| 39 LibTest/isolate/Isolate/spawn_A04_t04: Skip # Issue 15974 | |
| 40 LibTest/isolate/Isolate/spawn_A06_t03: Skip # Issue 15974 | |
| 41 LibTest/isolate/Isolate/spawn_A06_t05: Skip # Issue 15974 | |
| 42 LibTest/isolate/Isolate/spawn_A04_t03: Pass, RuntimeError # Issue 27202 | |
| 43 | 39 |
| 44 LibTest/core/Symbol/Symbol_A01_t03: RuntimeError # Issue 13596 | 40 LibTest/core/Symbol/Symbol_A01_t03: RuntimeError # Issue 13596 |
| 45 LibTest/core/Symbol/Symbol_A01_t05: RuntimeError # Issue 13596 | 41 LibTest/core/Symbol/Symbol_A01_t05: RuntimeError # Issue 13596 |
| 46 | 42 |
| 47 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] | 43 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] |
| 48 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 |
| 49 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 |
| 50 # 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: |
| 51 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Fail | 47 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Fail |
| 52 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Fail | 48 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Fail |
| 53 Language/Libraries_and_Scripts/Parts/syntax_t06: Fail | 49 Language/Libraries_and_Scripts/Parts/syntax_t06: Fail |
| 54 | 50 |
| 55 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $m
ode == debug ] | 51 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $m
ode == debug ] |
| 56 LibTest/core/List/List_class_A01_t02: Pass, Slow | 52 LibTest/core/List/List_class_A01_t02: Pass, Slow |
| 57 Language/Libraries_and_Scripts/Imports/deferred_import_t02: Crash # Issue 27201 | |
| 58 | 53 |
| 59 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $s
ystem == windows ] | 54 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $s
ystem == windows ] |
| 60 Language/Expressions/Function_Invocation/async_invokation_t04: Pass, RuntimeErro
r # co19 issue 54 | 55 Language/Expressions/Function_Invocation/async_invokation_t04: Pass, RuntimeErro
r # co19 issue 54 |
| 61 | 56 |
| 62 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $c
hecked == false ] | |
| 63 LibTest/isolate/Isolate/spawn_A02_t04: RuntimeError # Issue 27185 | |
| 64 LibTest/isolate/Isolate/spawn_A02_t05: RuntimeError, Crash # Issue 27185 | |
| 65 | |
| 66 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && ($
arch != x64 && $arch != simarm64 && $arch != arm64 && $arch != simdbc && $arch !
= simdbc64) ] | 57 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && ($
arch != x64 && $arch != simarm64 && $arch != arm64 && $arch != simdbc && $arch !
= simdbc64) ] |
| 67 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 |
| 68 | 59 |
| 69 [ ($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) ] |
| 70 # 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. |
| 71 # 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 |
| 72 LibTest/core/List/List_class_A01_t02: Skip # co19 issue 673 | 63 LibTest/core/List/List_class_A01_t02: Skip # co19 issue 673 |
| 73 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # co19 issue 673 | 64 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # co19 issue 673 |
| 74 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # co19 issue 673 | 65 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # co19 issue 673 |
| 75 | 66 |
| 76 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && ($
arch == simarm || $arch == simarmv6 || $arch == simarmv5te || $arch == simmips |
| $arch == simarm64 || $arch == simdbc || $arch == simdbc64) ] | 67 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && ($
arch == simarm || $arch == simarmv6 || $arch == simarmv5te || $arch == simmips |
| $arch == simarm64 || $arch == simdbc || $arch == simdbc64) ] |
| 77 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Skip # Ti
meout | 68 LibTest/core/Uri/Uri_A06_t03: Skip # Timeout |
| 78 LibTest/collection/IterableBase/IterableBase_class_A01_t02: Skip # Timeout | 69 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Skip # Timeout |
| 79 LibTest/collection/IterableMixin/IterableMixin_class_A02_t01: Skip # Timeout | |
| 80 LibTest/collection/ListBase/ListBase_class_A01_t01: Skip # Timeout | 70 LibTest/collection/ListBase/ListBase_class_A01_t01: Skip # Timeout |
| 71 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # Timeout |
| 81 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # Timeout | 72 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # Timeout |
| 82 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Skip # Timeout | |
| 83 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # Timeout | |
| 84 LibTest/core/Uri/Uri_A06_t03: Skip # Timeout | |
| 85 | 73 |
| 86 [ $system == windows ] | 74 [ $system == windows ] |
| 87 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Slow | 75 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Slow |
| 88 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Slow | 76 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Slow |
| 89 | 77 |
| 90 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] | 78 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] |
| 91 LibTest/isolate/Isolate/spawn_A02_t01: Skip # co19 issue 667 | 79 LibTest/isolate/Isolate/spawn_A02_t01: Skip # co19 issue 667 |
| 92 LibTest/html/*: SkipByDesign # dart:html not supported on VM. | 80 LibTest/html/*: SkipByDesign # dart:html not supported on VM. |
| 93 LayoutTests/fast/*: SkipByDesign # DOM not supported on VM. | 81 LayoutTests/fast/*: SkipByDesign # DOM not supported on VM. |
| 94 WebPlatformTest/*: SkipByDesign # dart:html not supported on VM. | 82 WebPlatformTest/*: SkipByDesign # dart:html not supported on VM. |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t09: Runtime
Error # Issue 25748 | 143 Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t09: Runtime
Error # Issue 25748 |
| 156 Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t10: Runtime
Error # Issue 25748 | 144 Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t10: Runtime
Error # Issue 25748 |
| 157 Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_sync_t05: RuntimeE
rror # Issue 25662,25634 | 145 Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_sync_t05: RuntimeE
rror # Issue 25662,25634 |
| 158 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t01: MissingCompile
TimeError # Issue 25495 | 146 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t01: MissingCompile
TimeError # Issue 25495 |
| 159 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t03: MissingCompile
TimeError # Issue 25495 | 147 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t03: MissingCompile
TimeError # Issue 25495 |
| 160 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t05: MissingCompile
TimeError # Issue 25495 | 148 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t05: MissingCompile
TimeError # Issue 25495 |
| 161 | 149 |
| 162 Language/Expressions/Property_Extraction/General_Super_Property_Extraction: Comp
ileTimeError # Issue 26287 | 150 Language/Expressions/Property_Extraction/General_Super_Property_Extraction: Comp
ileTimeError # Issue 26287 |
| 163 Language/Expressions/Property_Extraction/Super_Closurization: CompileTimeError #
Issue 26287 | 151 Language/Expressions/Property_Extraction/Super_Closurization: CompileTimeError #
Issue 26287 |
| 164 | 152 |
| 153 # co19 Roll May 30 2016 |
| 154 Language/Reference/Operator_Precedence/precedence_12_Shift_t02: RuntimeError # I
ssue 26573 |
| 155 Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t04: RuntimeEr
ror # Issue 26573 |
| 156 |
| 165 [ $noopt || $compiler == precompiler || $mode == product ] | 157 [ $noopt || $compiler == precompiler || $mode == product ] |
| 166 Language/Metadata/*: SkipByDesign # Uses dart:mirrors | 158 Language/Metadata/*: SkipByDesign # Uses dart:mirrors |
| 167 Language/Expressions/Null/instance_of_class_null_t01: Skip # Uses dart:mirrors | 159 Language/Expressions/Null/instance_of_class_null_t01: Skip # Uses dart:mirrors |
| 168 | 160 |
| 169 [ $noopt || $compiler == precompiler || $compiler == dart2appjit || $mode == pro
duct ] | 161 [ $noopt || $compiler == precompiler || $compiler == dart2appjit || $mode == pro
duct ] |
| 170 Language/Libraries_and_Scripts/Imports/deferred_import_t01: Skip # Eager loading | |
| 171 Language/Libraries_and_Scripts/Imports/deferred_import_t02: Skip # Eager loading | 162 Language/Libraries_and_Scripts/Imports/deferred_import_t02: Skip # Eager loading |
| 172 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t01: Skip # Eager lo
ading | 163 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t01: Skip # Eager lo
ading |
| 173 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t02: Skip # Eager lo
ading | 164 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t02: Skip # Eager lo
ading |
| 174 | 165 |
| 175 [ $runtime == dart_precompiled || $runtime == dart_app ] | 166 [ $runtime == dart_precompiled || $runtime == dart_app ] |
| 176 LibTest/isolate/Isolate/spawnUri*: Skip # Isolate.spawnUri | 167 LibTest/isolate/Isolate/spawnUri*: Skip # Isolate.spawnUri |
| 177 | 168 |
| 178 [ $noopt || $compiler == precompiler ] | 169 [ $noopt || $compiler == precompiler ] |
| 179 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout | 170 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout |
| 180 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout | 171 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 231 LibTest/collection/ListBase/ListBase_class_A01_t01: Pass, Timeout | 222 LibTest/collection/ListBase/ListBase_class_A01_t01: Pass, Timeout |
| 232 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout | 223 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout |
| 233 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Pass, Timeout | 224 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Pass, Timeout |
| 234 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout | 225 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout |
| 235 LibTest/core/List/List_class_A01_t02: Pass, Timeout | 226 LibTest/core/List/List_class_A01_t02: Pass, Timeout |
| 236 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout | 227 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout |
| 237 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout | 228 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout |
| 238 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout | 229 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout |
| 239 LibTest/isolate/Isolate/spawn_A01_t04: Pass, Timeout | 230 LibTest/isolate/Isolate/spawn_A01_t04: Pass, Timeout |
| 240 | 231 |
| OLD | NEW |