mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
4b2faf37ec
This takes the compile-time errors from dartk strong mode, and provisionally puts them in a $fasta section, and puts the run-time errors into a $compiler == dartk && $strong section. None of them are triaged, many of them may be errors in the tests, not in fasta. Change-Id: I71f0cf46584754e9f72005b1d8a2f6b7b3553026 Reviewed-on: https://dart-review.googlesource.com/38122 Reviewed-by: Peter von der Ahé <ahe@google.com>
8 lines
475 B
Text
8 lines
475 B
Text
# Copyright (c) 2018, 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.
|
|
|
|
[ $runtime == dart_precompiled || $runtime == flutter || $runtime == vm ]
|
|
LayoutTests/fast/*: SkipByDesign # DOM not supported on VM.
|
|
LibTest/html/*: SkipByDesign # dart:html not supported on VM.
|
|
WebPlatformTest/*: SkipByDesign # dart:html not supported on VM.
|