809c205cae
- Adjust status files for product mode issues (Process.run, SpawnUri, test expecting line numbers) R=rmacnak@google.com Review URL: https://codereview.chromium.org/1720193002 .
29 lines
780 B
Plaintext
29 lines
780 B
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.
|
|
|
|
[ $browser ]
|
|
# Skip tests that uses dart:io
|
|
build_dart: Skip
|
|
build_dart_simple: Skip
|
|
sample_extension: Skip
|
|
|
|
[ $compiler == dart2js && $runtime == none ]
|
|
*: Fail, Pass # TODO(ahe): Triage these tests.
|
|
|
|
[ $compiler == dart2analyzer ]
|
|
build_dart: Skip
|
|
|
|
[ $compiler == dart2dart ]
|
|
# Skip until we stabilize language tests.
|
|
*: Skip
|
|
|
|
[ $arch == arm ]
|
|
sample_extension/test/sample_extension_test: Skip # Issue 14705
|
|
|
|
[ $arch == simarm64 ]
|
|
*: Skip
|
|
|
|
[ $noopt || $runtime == dart_precompiled || $runtime == dart_product ]
|
|
sample_extension: RuntimeError # Platform.executable
|