646de0b77e
Because the snapshot is passed explicitly, there is no longer the risk of a test that is valid running as a script becoming a fork-bomb when running as an AOT snapshot. Fixes #26417 R=asiva@google.com Review URL: https://codereview.chromium.org/2487363003 .
31 lines
997 B
Plaintext
31 lines
997 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 == dart2js && $cps_ir && $checked ]
|
|
sample_extension: Crash # Unable to compile UnsupportedError.message.
|
|
|
|
[ $compiler == dart2analyzer ]
|
|
build_dart: Skip
|
|
|
|
[ $arch == ia32 && $system == windows ]
|
|
sample_extension/test/sample_extension_app_snapshot_test: RuntimeError # Issue 27786
|
|
|
|
[ $arch == arm ]
|
|
sample_extension/test/*: Skip # Issue 14705
|
|
|
|
[ $compiler == precompiler ]
|
|
sample_extension/test/*: Skip # These tests attempt to spawn another script using the precompiled runtime.
|
|
|
|
[ $runtime == dart_app ]
|
|
sample_extension/test/*: Skip # Shared use of a temp directory
|