mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Specify the packages file path when running engine dart tests. (#5005)
This commit is contained in:
parent
0b9cef5a95
commit
570231b7ab
@ -343,7 +343,7 @@ DartVM::DartVM(const Settings& settings,
|
||||
platform_kernel_ != nullptr || isolate_snapshot_is_dart_2;
|
||||
|
||||
FXL_DLOG(INFO) << "Dart 2 " << (is_preview_dart2 ? " is" : "is NOT")
|
||||
<< "enabled. Platform kernel: "
|
||||
<< " enabled. Platform kernel: "
|
||||
<< static_cast<bool>(platform_kernel_)
|
||||
<< " Isolate Snapshot is Dart 2: "
|
||||
<< isolate_snapshot_is_dart_2;
|
||||
|
||||
@ -16,8 +16,8 @@ popd
|
||||
! out/host_debug_unopt/flutter_tester --disable-observatory --disable-diagnostic --non-interactive --enable-checked-mode --packages=flutter/testing/dart/.packages flutter/testing/fail_test.dart
|
||||
|
||||
for TEST_SCRIPT in flutter/testing/dart/*.dart; do
|
||||
out/host_debug_unopt/flutter_tester --disable-observatory --disable-diagnostic --non-interactive --enable-checked-mode $TEST_SCRIPT
|
||||
out/host_debug_unopt/flutter_tester --disable-observatory --disable-diagnostic --non-interactive $TEST_SCRIPT
|
||||
out/host_debug_unopt/flutter_tester --disable-observatory --disable-diagnostic --non-interactive --enable-checked-mode --packages=flutter/testing/dart/.packages $TEST_SCRIPT
|
||||
out/host_debug_unopt/flutter_tester --disable-observatory --disable-diagnostic --non-interactive --packages=flutter/testing/dart/.packages $TEST_SCRIPT
|
||||
done
|
||||
|
||||
pushd flutter
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user