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 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
286 [ $runtime == dart_precompiled || $mode == product ] | 286 [ $runtime == dart_precompiled || $mode == product ] |
287 Language/Metadata/*: SkipByDesign # Uses dart:mirrors | 287 Language/Metadata/*: SkipByDesign # Uses dart:mirrors |
288 Language/Expressions/Null/instance_of_class_null_t01: Skip # Uses dart:mirrors | 288 Language/Expressions/Null/instance_of_class_null_t01: Skip # Uses dart:mirrors |
289 | 289 |
290 [ $compiler == precompiler || $compiler == app_jit || $mode == product ] | 290 [ $compiler == precompiler || $compiler == app_jit || $mode == product ] |
291 Language/Libraries_and_Scripts/Imports/deferred_import_t01: Skip # Eager loading | 291 Language/Libraries_and_Scripts/Imports/deferred_import_t01: Skip # Eager loading |
292 Language/Libraries_and_Scripts/Imports/deferred_import_t02: Skip # Eager loading | 292 Language/Libraries_and_Scripts/Imports/deferred_import_t02: Skip # Eager loading |
293 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t01: Skip # Eager lo
ading | 293 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t01: Skip # Eager lo
ading |
294 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t02: Skip # Eager lo
ading | 294 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t02: Skip # Eager lo
ading |
295 | 295 |
296 [ $runtime == dart_precompiled ] | 296 [ $runtime == dart_precompiled || $compiler == app_jit ] |
297 LibTest/isolate/Isolate/spawnUri*: SkipByDesign # Isolate.spawnUri | 297 LibTest/isolate/Isolate/spawnUri*: SkipByDesign # Isolate.spawnUri |
298 | 298 |
299 [ $compiler == precompiler ] | 299 [ $compiler == precompiler ] |
300 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout | 300 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout |
301 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout | 301 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout |
302 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout | 302 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout |
303 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout | 303 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout |
304 | 304 |
305 [ $compiler == precompiler || $compiler == app_jit ] | 305 [ $compiler == precompiler || $compiler == app_jit ] |
306 Language/Mixins/Mixin_Application/error_t01: Pass | 306 Language/Mixins/Mixin_Application/error_t01: Pass |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
356 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout | 356 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout |
357 LibTest/core/List/List_class_A01_t01: Pass, Timeout | 357 LibTest/core/List/List_class_A01_t01: Pass, Timeout |
358 LibTest/core/List/List_class_A01_t02: Pass, Timeout | 358 LibTest/core/List/List_class_A01_t02: Pass, Timeout |
359 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout | 359 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout |
360 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout | 360 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout |
361 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout | 361 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout |
362 LibTest/isolate/Isolate/spawn_A01_t04: Pass, Timeout | 362 LibTest/isolate/Isolate/spawn_A01_t04: Pass, Timeout |
363 LibTest/isolate/Isolate/spawnUri_A01_t06: Pass, Fail # Timing dependent | 363 LibTest/isolate/Isolate/spawnUri_A01_t06: Pass, Fail # Timing dependent |
364 LibTest/isolate/Isolate/spawnUri_A01_t07: Pass, Fail # Timing dependent | 364 LibTest/isolate/Isolate/spawnUri_A01_t07: Pass, Fail # Timing dependent |
365 LibTest/isolate/ReceivePort/take_A01_t02: Skip # Issue 27773 | 365 LibTest/isolate/ReceivePort/take_A01_t02: Skip # Issue 27773 |
OLD | NEW |