Skip to content

Commit 8c834ef

Browse files
nshahancommit-bot@chromium.org
authored andcommitted
[dartdevc] Skip all tests on DDC for extension methods
We expect to turn down DDC in favor of DDK before shipping extension methods so they will never be implemented. Change-Id: I4f4ddfbf37ccec965d53b21eac9223e75b87d93c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/112420 Reviewed-by: Vijay Menon <vsm@google.com> Commit-Queue: Nicholas Shahan <nshahan@google.com>
1 parent 6893885 commit 8c834ef

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/co19_2/co19_2-dart2js.status

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
# for details. All rights reserved. Use of this source code is governed by a
33
# BSD-style license that can be found in the LICENSE file.
44

5+
[ $compiler == dartdevc ]
6+
LanguageFeatures/Extension-methods/*: SkipByDesign # Analyzer DDC is expected to be turned down before releasing extension methods.
7+
58
[ $compiler == dart2js && $runtime == d8 ]
69
LayoutTests/*: SkipByDesign # d8 is not a browser
710
LibTest/html/*: SkipByDesign # d8 is not a browser

tests/language_2/language_2_dartdevc.status

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ enum_syntax_test/06: MissingCompileTimeError
4040
execute_finally6_test: RuntimeError # Issue 29920
4141
expect_test: RuntimeError # Issue 29920
4242
export_private_test/01: MissingCompileTimeError # Issue 29920
43+
extension_methods/*: SkipByDesign # Analyzer DDC is expected to be turned down before releasing extension methods.
4344
f_bounded_quantification2_test: CompileTimeError # Issue 34583
4445
f_bounded_quantification3_test: RuntimeError # Issue 29920
4546
f_bounded_quantification4_test: CompileTimeError # Issue 34583

0 commit comments

Comments
 (0)