6f8ddef40b
Previously, --suppress-core-dump option was inserted into the beginning of the command line and was effectively passed to fssh, which doesn't understand this option: ./third_party/fuchsia/sdk/linux/tools/x64/fssh --suppress-core-dump run fuchsia-pkg://fuchsia.com/dart_ffi_test_release#meta/fuchsia_ffi_test_component.cmx --sound-null-safety -Dtest_runner.configuration=vm-fuchsia-release-x64 --ignore-unrecognized-flags --packages=/pkg/data/.dart_tool/package_config.json --disable-dart-dev /pkg/data/tests/ffi/callback_unwind_error_test.dart Instead, it should be passed as the first argument after 'run ...cmx': ./third_party/fuchsia/sdk/linux/tools/x64/fssh run fuchsia-pkg://fuchsia.com/dart_ffi_test_release#meta/fuchsia_ffi_test_component.cmx --suppress-core-dump --sound-null-safety -Dtest_runner.configuration=vm-fuchsia-release-x64 --ignore-unrecognized-flags --packages=/pkg/data/.dart_tool/package_config.json --disable-dart-dev /pkg/data/tests/ffi/callback_unwind_error_test.dart TEST=ci Cq-Include-Trybots: luci.dart.try:vm-fuchsia-release-x64-try Change-Id: Id33a4c54478b872889dcdd7034e9dae6336a3ae8 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/316620 Reviewed-by: Liam Appelbe <liama@google.com> Reviewed-by: William Hesse <whesse@google.com> Commit-Queue: William Hesse <whesse@google.com> Auto-Submit: Alexander Markov <alexmarkov@google.com>