1245a196ce
We want to migrate the samples to NNBD. In order for the old samples to keep running on the legacy bots, this duplicates all samples, and changes the legacy bots to run the copies. Note this will cause the legacy bots to report that all the samples tests are skipped and that there are now new tests in the samples_2 suite. Existing failures may re-appear. These will be be re-approved or alternatively Skipped. The follow up CL migrates samples/ffi to NNBD. Issue: https://github.com/dart-lang/sdk/issues/43600. TEST=samples TEST=samples_2 Change-Id: Ib40f8fb71f81c091973aa0f860b1a49bac120d6c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/173523 Reviewed-by: Alexander Thomas <athom@google.com>
39 lines
1.6 KiB
Plaintext
39 lines
1.6 KiB
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.
|
|
|
|
[ $arch == arm ]
|
|
sample_extension/test/*: Skip # Issue 14705
|
|
|
|
[ $builder_tag == asan ]
|
|
ffi/samples_test: SkipByDesign # FFI skips, see ffi.status
|
|
|
|
[ $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 == 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.
|
|
|
|
[ $arch == simarm || $arch == simarm64 ]
|
|
ffi/*: SkipByDesign # FFI skips, see ffi.status
|
|
|
|
[ $arch != x64 || $compiler != dartk || $system != linux || $hot_reload || $hot_reload_rollback ]
|
|
ffi/sqlite/test/sqlite_test: SkipByDesign # FFI not supported or libsqlite3.so not available.
|
|
|
|
[ $compiler == app_jitk || $compiler == dartkp ]
|
|
sample_extension/test/sample_extension_app_snapshot_test: SkipByDesign
|
|
sample_extension/test/sample_extension_test: SkipByDesign
|
|
|
|
[ $runtime == d8 || $browser ]
|
|
ffi/*: SkipByDesign # Skip tests that use dart:ffi.
|
|
sample_extension/*: SkipByDesign # Skip tests that use dart:io.
|
|
|
|
[ $hot_reload || $hot_reload_rollback ]
|
|
sample_extension/test/sample_extension_app_snapshot_test: SkipByDesign # Cannot reload with URI pointing to app snapshot.
|