mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
355c73d4ee
- option --no-preview-dart-2 will now result in an error - change aot-assembly build rule to generate AOT snapshot using Dart 2 - generate coresnapshot using Dart 2 (this snapshot is not used yet, next CL which switch the isolate create code to use this snapshot) - by pass all Dart1 test runs in the status file - change the default compiler setting in test.py to use dartk - have test.py not pick up any configuration for --no-preview-dart-2 Change-Id: Ia136943ebfd0fed0c52683b330745b3e2c7a7ce6 Reviewed-on: https://dart-review.googlesource.com/75820 Reviewed-by: Zach Anderson <zra@google.com> Commit-Queue: Siva Annamalai <asiva@google.com>
40 lines
1.8 KiB
Text
40 lines
1.8 KiB
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.
|
|
|
|
[ $arch == arm ]
|
|
sample_extension/test/*: Skip # Issue 14705
|
|
|
|
[ $builder_tag == optimization_counter_threshold ]
|
|
sample_extension/test/sample_extension_app_snapshot_test: SkipByDesign # This test is too slow for testing with low optimization counter threshold.
|
|
|
|
[ $compiler == app_jit ]
|
|
sample_extension/test/sample_extension_app_snapshot_test: RuntimeError
|
|
|
|
[ $compiler == precompiler ]
|
|
sample_extension/test/*: Skip # These tests attempt to spawn another script using the precompiled runtime.
|
|
|
|
[ $compiler == dart2js && $runtime == none ]
|
|
*: Fail, Pass # TODO(ahe): Triage these tests.
|
|
|
|
[ $compiler == none && $mode == debug && $runtime == vm && $system == windows ]
|
|
sample_extension/test/sample_extension_app_snapshot_test: Pass, RuntimeError # Issue 28842
|
|
|
|
[ $compiler == none && $runtime == vm && $system == fuchsia ]
|
|
*: Skip # Not yet triaged.
|
|
|
|
[ !$preview_dart_2 && ($runtime == dart_precompiled || $runtime == vm) ]
|
|
*: SkipByDesign # Deprecating all Dart1 modes of execution
|
|
|
|
[ $compiler == app_jitk || $compiler == dartk || $compiler == dartkb || $compiler == dartkp ]
|
|
sample_extension/test/sample_extension_app_snapshot_test: RuntimeError
|
|
sample_extension/test/sample_extension_script_snapshot_test: RuntimeError
|
|
sample_extension/test/sample_extension_test: RuntimeError
|
|
|
|
# Skip tests that use dart:io
|
|
[ $runtime == d8 || $browser ]
|
|
sample_extension/*: Skip
|
|
|
|
[ $hot_reload || $hot_reload_rollback ]
|
|
sample_extension/test/sample_extension_app_snapshot_test: SkipByDesign # Cannot reload with URI pointing to app snapshot.
|
|
sample_extension/test/sample_extension_script_snapshot_test: SkipByDesign # Cannot reload with URI pointing to script snapshot.
|