| 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Fail | 52 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Fail |
| 53 Language/Libraries_and_Scripts/Parts/syntax_t06: Fail | 53 Language/Libraries_and_Scripts/Parts/syntax_t06: Fail |
| 54 | 54 |
| 55 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $m
ode == debug ] | 55 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $m
ode == debug ] |
| 56 LibTest/core/List/List_class_A01_t02: Pass, Slow | 56 LibTest/core/List/List_class_A01_t02: Pass, Slow |
| 57 Language/Libraries_and_Scripts/Imports/deferred_import_t02: Crash # Issue 27201 | 57 Language/Libraries_and_Scripts/Imports/deferred_import_t02: Crash # Issue 27201 |
| 58 | 58 |
| 59 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $s
ystem == windows ] | 59 [ ($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 | 60 Language/Expressions/Function_Invocation/async_invokation_t04: Pass, RuntimeErro
r # co19 issue 54 |
| 61 | 61 |
| 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 != simdbc64) ] | 62 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && ($
arch != x64 && $arch != simarm64 && $arch != arm64 && $arch != simdbc64) ] |
| 67 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 | 63 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 |
| 68 | 64 |
| 69 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime
== dart_precompiled) && ($arch == mips || $arch == arm64) ] | 65 [ ($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. | 66 # 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 | 67 # 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 | 68 LibTest/core/List/List_class_A01_t02: Skip # co19 issue 673 |
| 73 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # co19 issue 673 | 69 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # co19 issue 673 |
| 74 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # co19 issue 673 | 70 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # co19 issue 673 |
| 75 | 71 |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 237 LibTest/collection/ListBase/ListBase_class_A01_t01: Pass, Timeout | 233 LibTest/collection/ListBase/ListBase_class_A01_t01: Pass, Timeout |
| 238 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout | 234 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout |
| 239 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Pass, Timeout | 235 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Pass, Timeout |
| 240 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout | 236 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout |
| 241 LibTest/core/List/List_class_A01_t02: Pass, Timeout | 237 LibTest/core/List/List_class_A01_t02: Pass, Timeout |
| 242 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout | 238 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout |
| 243 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout | 239 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout |
| 244 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout | 240 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout |
| 245 LibTest/isolate/Isolate/spawn_A01_t04: Pass, Timeout | 241 LibTest/isolate/Isolate/spawn_A01_t04: Pass, Timeout |
| 246 | 242 |
| OLD | NEW |