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 # Tests that use the name#field tear offs syntax which has been deprecated. | 6 # Tests that use the name#field tear offs syntax which has been deprecated. |
7 ########################################################################### | 7 ########################################################################### |
8 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_
closurization_t12: CompileTimeError | 8 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_
closurization_t12: CompileTimeError |
9 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_
closurization_list_assignment_t01: CompileTimeError | 9 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_
closurization_list_assignment_t01: CompileTimeError |
10 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/getter_cl
osurization_t02: CompileTimeError | 10 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/getter_cl
osurization_t02: CompileTimeError |
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
182 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # co19 issue 599 | 182 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # co19 issue 599 |
183 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # co19 issue 599 | 183 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # co19 issue 599 |
184 # With asynchronous loading, the load errors in these tests are no longer recogn
ized as compile errors: | 184 # With asynchronous loading, the load errors in these tests are no longer recogn
ized as compile errors: |
185 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Fail | 185 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Fail |
186 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Fail | 186 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Fail |
187 Language/Libraries_and_Scripts/Parts/syntax_t06: Fail | 187 Language/Libraries_and_Scripts/Parts/syntax_t06: Fail |
188 | 188 |
189 [ ($runtime == vm || $runtime == dart_precompiled ) && $mode == debug ] | 189 [ ($runtime == vm || $runtime == dart_precompiled ) && $mode == debug ] |
190 LibTest/core/List/List_class_A01_t02: Pass, Slow | 190 LibTest/core/List/List_class_A01_t02: Pass, Slow |
191 LibTest/isolate/Isolate/spawn_A04_t01: Pass, Fail # Issue 28269 | 191 LibTest/isolate/Isolate/spawn_A04_t01: Pass, Fail # Issue 28269 |
| 192 Language/Types/Interface_Types/subtype_t28: Pass, Slow |
| 193 Language/Types/Interface_Types/subtype_t27: Pass, Slow |
| 194 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Slow |
192 | 195 |
193 [ ($runtime == dart_precompiled || $runtime == dart_app) && $mode == debug ] | 196 [ ($runtime == dart_precompiled || $runtime == dart_app) && $mode == debug ] |
194 Language/Libraries_and_Scripts/Imports/deferred_import_t02: Crash # Issue 27201 | 197 Language/Libraries_and_Scripts/Imports/deferred_import_t02: Crash # Issue 27201 |
195 | 198 |
196 [ ($runtime == vm || $runtime == dart_precompiled) && ($arch != x64 && $arch !=
simarm64 && $arch != arm64 && $arch != simdbc64 && $arch != simdbc) ] | 199 [ ($runtime == vm || $runtime == dart_precompiled) && ($arch != x64 && $arch !=
simarm64 && $arch != arm64 && $arch != simdbc64 && $arch != simdbc) ] |
197 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 | 200 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 |
198 | 201 |
199 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime
== dart_precompiled) && ($arch == mips || $arch == arm64) ] | 202 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime
== dart_precompiled) && ($arch == mips || $arch == arm64) ] |
200 # These tests take too much memory (300 MB) for our 1 GB test machine. | 203 # These tests take too much memory (300 MB) for our 1 GB test machine. |
201 # co19 issue 673. http://code.google.com/p/co19/issues/detail?id=673 | 204 # co19 issue 673. http://code.google.com/p/co19/issues/detail?id=673 |
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
359 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout | 362 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout |
360 LibTest/core/List/List_class_A01_t01: Pass, Timeout | 363 LibTest/core/List/List_class_A01_t01: Pass, Timeout |
361 LibTest/core/List/List_class_A01_t02: Pass, Timeout | 364 LibTest/core/List/List_class_A01_t02: Pass, Timeout |
362 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout | 365 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout |
363 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout | 366 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout |
364 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout | 367 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout |
365 LibTest/isolate/Isolate/spawn_A01_t04: Pass, Timeout | 368 LibTest/isolate/Isolate/spawn_A01_t04: Pass, Timeout |
366 LibTest/isolate/Isolate/spawnUri_A01_t06: Pass, Fail # Timing dependent | 369 LibTest/isolate/Isolate/spawnUri_A01_t06: Pass, Fail # Timing dependent |
367 LibTest/isolate/Isolate/spawnUri_A01_t07: Pass, Fail # Timing dependent | 370 LibTest/isolate/Isolate/spawnUri_A01_t07: Pass, Fail # Timing dependent |
368 LibTest/isolate/ReceivePort/take_A01_t02: Skip # Issue 27773 | 371 LibTest/isolate/ReceivePort/take_A01_t02: Skip # Issue 27773 |
OLD | NEW |