mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 14:32:24 +00:00
6b964b83ac
- Make --gen/run-precompiled-snapshot take a directory to use for the snapshot pieces. - Throw on Platform.executeable to prevent tests from becoming fork-bombs. - Update status files so 'dart_precompiled' is generally expected to behave the same as 'vm'. Currently multitests will fail unless run with --jobs=1 because the test harness assigns them the same temporary directory. Running this also requires a great deal of space. My out directory is 380G. BUG=http://dartbug.com/24975 R=fschneider@google.com, srdjan@google.com Review URL: https://codereview.chromium.org/1507943002 .
28 lines
742 B
Text
28 lines
742 B
Text
# 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
|
|
|
|
[ $runtime == dart_precompiled ]
|
|
sample_extension: RuntimeError # Platform.executable
|