d30d9ed839
Change-Id: Iccf97f1a6a2753321c5d60db5e9c2291eeeb159b Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/194400 Reviewed-by: Erik Ernst <eernst@google.com> Reviewed-by: Alexander Thomas <athom@google.com> Commit-Queue: Erik Ernst <eernst@google.com>
40 lines
2.7 KiB
Plaintext
40 lines
2.7 KiB
Plaintext
# Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
|
# for details. All rights reserved. Use of this source code is governed by a
|
|
# BSD-style license that can be found in the LICENSE file.
|
|
|
|
[ $compiler == dart2js ]
|
|
Language/Expressions/Null/instance_of_class_null_t01: SkipByDesign # dart:mirrors not supported https://github.com/dart-lang/co19/issues/522.
|
|
Language/Expressions/Numbers/syntax_t06: SkipByDesign # uses integer literal not representable as JavaScript number
|
|
Language/Expressions/Numbers/syntax_t09: SkipByDesign # uses integer literal not representable as JavaScript number
|
|
Language/Expressions/Spawning_an_Isolate/new_isolate_t01: SkipByDesign
|
|
Language/Functions/External_Functions/not_connected_to_a_body_t01: SkipByDesign # Non-JS-interop external members are not supported
|
|
Language/Libraries_and_Scripts/Scripts/top_level_syntax_t01: SkipByDesign # Non-JS-interop external members are not supported
|
|
Language/Libraries_and_Scripts/top_level_syntax_t01: SkipByDesign # Non-JS-interop external members are not supported
|
|
Language/Metadata/before*: SkipByDesign # dart:mirrors not supported https://github.com/dart-lang/co19/issues/523.
|
|
LibTest/io/*: SkipByDesign # dart:io not supported.
|
|
LibTest/isolate/*: SkipByDesign # dart:isolate not supported.
|
|
|
|
[ $compiler == dart2js && $runtime == d8 ]
|
|
LibTest/html/*: SkipByDesign # d8 is not a browser
|
|
|
|
[ $compiler == dart2js && $runtime == d8 && $host_checked ]
|
|
LibTest/collection/ListBase/ListBase_class_A01_t04: Slow, Pass
|
|
LibTest/collection/ListBase/ListBase_class_A01_t05: Slow, Pass
|
|
LibTest/collection/ListBase/ListBase_class_A01_t06: Slow, Pass
|
|
LibTest/collection/ListMixin/ListMixin_class_A01_t04: Slow, Pass
|
|
LibTest/collection/ListMixin/ListMixin_class_A01_t05: Slow, Pass
|
|
LibTest/collection/ListMixin/ListMixin_class_A01_t06: Slow, Pass
|
|
LibTest/core/List/List_class_A01_t05: Slow, Pass
|
|
LibTest/core/List/List_class_A01_t06: Slow, Pass
|
|
|
|
[ $compiler == dart2js && $runtime == ie11 ]
|
|
LibTest/collection/ListBase/ListBase_class_A01_t04: SkipSlow # slow babeljs transformation
|
|
LibTest/collection/ListBase/ListBase_class_A01_t05: SkipSlow # slow babeljs transformation
|
|
LibTest/collection/ListBase/ListBase_class_A01_t06: SkipSlow # slow babeljs transformation
|
|
LibTest/collection/ListMixin/ListMixin_class_A01_t04: SkipSlow # slow babeljs transformation
|
|
LibTest/collection/ListMixin/ListMixin_class_A01_t05: SkipSlow # slow babeljs transformation
|
|
LibTest/collection/ListMixin/ListMixin_class_A01_t06: SkipSlow # slow babeljs transformation
|
|
LibTest/core/List/List_class_A01_t04: SkipSlow # slow babeljs transformation
|
|
LibTest/core/List/List_class_A01_t05: SkipSlow # slow babeljs transformation
|
|
LibTest/core/List/List_class_A01_t06: SkipSlow # slow babeljs transformation
|