bc7220a4fd
- make Dart2 the default option for the command line VM - add option --no-preview-dart-2 as a fallback option to run dart1 - change test scripts to use the executable dart for testing dart2 mode instead of pkg/vm/tool/dart2 - adjust numerous build and test configurations Change-Id: Id813fa5b71a89c7ec9335d3f6e83cfc9f35f86e7 Reviewed-on: https://dart-review.googlesource.com/58240 Commit-Queue: Siva Annamalai <asiva@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Reviewed-by: Alexander Thomas <athom@google.com> Reviewed-by: Nate Bosch <nbosch@google.com> Reviewed-by: Sigmund Cherem <sigmund@google.com> Reviewed-by: Vijay Menon <vsm@google.com>
35 lines
1.6 KiB
Plaintext
35 lines
1.6 KiB
Plaintext
# Copyright (c) 2014, 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.
|
|
|
|
# Don't run any test-like files that show up in packages directories. It
|
|
# shouldn't be necessary to run "pub install" in these packages, but if you do
|
|
# it shouldn't break the tests.
|
|
*/*/*/*/*/packages/*/*: Skip
|
|
*/*/*/*/packages/*/*: Skip
|
|
*/*/*/packages/*/*: Skip
|
|
*/*/packages/*/*: Skip
|
|
*/packages/*/*: Skip
|
|
pub/test/dart2js/compiles_generated_file_from_dependency_test: Pass, Slow
|
|
pub/test/serve/web_socket/url_to_asset_id_test: Pass, Slow
|
|
pub/test/transformer/loads_a_diamond_transformer_dependency_graph_test: Pass, Slow
|
|
|
|
[ $runtime == vm ]
|
|
dart_style/test/command_line_test: Skip # Issue 33473
|
|
http_io/test/http_client_stays_alive_test: Skip # Issue 33472
|
|
|
|
[ $browser ]
|
|
dart_style/*: SkipByDesign
|
|
pub/*: SkipByDesign
|
|
|
|
[ $runtime == vm && $system == windows ]
|
|
pub/test/run/app_can_read_from_stdin_test: Fail # Issue 19448
|
|
pub/test/run/forwards_signal_posix_test: SkipByDesign
|
|
|
|
[ $runtime == vm && ($arch == simarm || $arch == simarm64 || $arch == simarmv5te || $arch == simarmv6 || $builder_tag == asan || $mode == debug) ]
|
|
dart_style/test/command_line_test: Skip # The test controller does not take into account that tests take much longer in debug mode or on simulators.
|
|
dart_style/test/formatter_test: Skip # The test controller does not take into account that tests take much longer in debug mode or on simulators.
|
|
|
|
[ $compiler == dart2js || $compiler == dartdevc || $compiler == dartdevk ]
|
|
http_io/*: SkipByDesign
|