| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 ] | 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: Pass, RuntimeErro
r # co19 issue 54 |
| 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 |
| 65 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # co19 issue 673 | 65 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # co19 issue 673 |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 187 # TODO(vegorov) These tests are very slow on unoptimized SIMDBC | 187 # TODO(vegorov) These tests are very slow on unoptimized SIMDBC |
| 188 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Timeout | 188 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Timeout |
| 189 LibTest/collection/ListBase/ListBase_class_A01_t02: Timeout | 189 LibTest/collection/ListBase/ListBase_class_A01_t02: Timeout |
| 190 | 190 |
| 191 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android
] | 191 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android
] |
| 192 LibTest/isolate/*: Skip # Issue #26373 | 192 LibTest/isolate/*: Skip # Issue #26373 |
| 193 Language/Expressions/Spawning_an_Isolate/new_isolate_t01: Skip # Issue #26373 | 193 Language/Expressions/Spawning_an_Isolate/new_isolate_t01: Skip # Issue #26373 |
| 194 | 194 |
| 195 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) |
| 196 Language/Expressions/Object_Identity/double_t02: RuntimeError # Issue #26374 | 196 Language/Expressions/Object_Identity/double_t02: RuntimeError # Issue #26374 |
| OLD | NEW |