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 [ $runtime == vm ] | 5 [ $runtime == vm ] |
6 # These tests are timing dependent and should be non-flaky once the fix for | 6 # These tests are timing dependent and should be non-flaky once the fix for |
7 # https://github.com/dart-lang/co19/issues/86 is merged into master. | 7 # https://github.com/dart-lang/co19/issues/86 is merged into master. |
8 # (They are skipped on $runtime == pre_compiled below.) | 8 # (They are skipped on $runtime == pre_compiled below.) |
9 LibTest/isolate/Isolate/spawnUri_A01_t06: Pass, Fail # Issue 28269 | 9 LibTest/isolate/Isolate/spawnUri_A01_t06: Pass, Fail # Issue 28269 |
10 LibTest/isolate/Isolate/spawnUri_A01_t07: Pass, Fail # Issue 28269 | 10 LibTest/isolate/Isolate/spawnUri_A01_t07: Pass, Fail # Issue 28269 |
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
84 | 84 |
85 [ $runtime == vm || $runtime == dart_precompiled ] | 85 [ $runtime == vm || $runtime == dart_precompiled ] |
86 LibTest/isolate/Isolate/spawn_A02_t01: Skip # co19 issue 667 | 86 LibTest/isolate/Isolate/spawn_A02_t01: Skip # co19 issue 667 |
87 LibTest/html/*: SkipByDesign # dart:html not supported on VM. | 87 LibTest/html/*: SkipByDesign # dart:html not supported on VM. |
88 LayoutTests/fast/*: SkipByDesign # DOM not supported on VM. | 88 LayoutTests/fast/*: SkipByDesign # DOM not supported on VM. |
89 WebPlatformTest/*: SkipByDesign # dart:html not supported on VM. | 89 WebPlatformTest/*: SkipByDesign # dart:html not supported on VM. |
90 | 90 |
91 [ ($runtime == vm || $runtime == dart_precompiled) && $mode == debug && $builder
_tag == asan ] | 91 [ ($runtime == vm || $runtime == dart_precompiled) && $mode == debug && $builder
_tag == asan ] |
92 Language/Types/Interface_Types/subtype_t27: Skip # Issue 21174. | 92 Language/Types/Interface_Types/subtype_t27: Skip # Issue 21174. |
93 | 93 |
94 [ $runtime == vm || $runtime == dart_precompiled ] | 94 [ ($runtime == vm || $runtime == dart_precompiled) && $compiler != dartk && $com
piler != dartkp ] |
95 # co19 update Sep 29, 2015 (3ed795ea02e022ef19c77cf1b6095b7c8f5584d0) | 95 # co19 update Sep 29, 2015 (3ed795ea02e022ef19c77cf1b6095b7c8f5584d0) |
96 Language/Classes/Getters/type_object_t01: RuntimeError # Issue 23721 | 96 Language/Classes/Getters/type_object_t01: RuntimeError # Issue 23721 |
97 Language/Classes/Getters/type_object_t02: RuntimeError # Issue 23721 | 97 Language/Classes/Getters/type_object_t02: RuntimeError # Issue 23721 |
98 Language/Classes/Setters/type_object_t01: RuntimeError # Issue 23721 | 98 Language/Classes/Setters/type_object_t01: RuntimeError # Issue 23721 |
99 Language/Classes/Setters/type_object_t02: RuntimeError # Issue 23721 | 99 Language/Classes/Setters/type_object_t02: RuntimeError # Issue 23721 |
100 Language/Classes/Static_Methods/type_object_t01: RuntimeError # Issue 23721 | 100 Language/Classes/Static_Methods/type_object_t01: RuntimeError # Issue 23721 |
101 Language/Classes/Static_Methods/type_object_t02: RuntimeError # Issue 23721 | 101 Language/Classes/Static_Methods/type_object_t02: RuntimeError # Issue 23721 |
102 Language/Expressions/Identifier_Reference/built_in_identifier_t35: MissingCompil
eTimeError # Issue 25732 | 102 Language/Expressions/Identifier_Reference/built_in_identifier_t35: MissingCompil
eTimeError # Issue 25732 |
103 Language/Expressions/Identifier_Reference/built_in_identifier_t36: MissingCompil
eTimeError # Issue 25732 | 103 Language/Expressions/Identifier_Reference/built_in_identifier_t36: MissingCompil
eTimeError # Issue 25732 |
104 Language/Expressions/Identifier_Reference/built_in_identifier_t37: MissingCompil
eTimeError # Issue 25732 | 104 Language/Expressions/Identifier_Reference/built_in_identifier_t37: MissingCompil
eTimeError # Issue 25732 |
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
219 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout | 219 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout |
220 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout | 220 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout |
221 LibTest/isolate/Isolate/spawn_A01_t04: Pass, Timeout | 221 LibTest/isolate/Isolate/spawn_A01_t04: Pass, Timeout |
222 LibTest/isolate/ReceivePort/take_A01_t02: Skip # Issue 27773 | 222 LibTest/isolate/ReceivePort/take_A01_t02: Skip # Issue 27773 |
223 | 223 |
224 [ $runtime == vm && $mode == release && $system == linux && ($arch == x64 || $ar
ch == ia32)] | 224 [ $runtime == vm && $mode == release && $system == linux && ($arch == x64 || $ar
ch == ia32)] |
225 LibTest/isolate/Isolate/spawn_A04_t05: Pass, Slow | 225 LibTest/isolate/Isolate/spawn_A04_t05: Pass, Slow |
226 | 226 |
227 [ $runtime == vm && $mode == release && $system == linux && $arch == ia32] | 227 [ $runtime == vm && $mode == release && $system == linux && $arch == ia32] |
228 service/dev_fs_spawn_test: Pass, Fail # Issue 28411 | 228 service/dev_fs_spawn_test: Pass, Fail # Issue 28411 |
OLD | NEW |