Changed paths:
M pkg/test_runner/lib/src/command_output.dart
M pkg/test_runner/lib/src/compiler_configuration.dart
M pkg/test_runner/lib/src/configuration.dart
M pkg/test_runner/lib/src/multitest.dart
M pkg/test_runner/lib/src/test_file.dart
M pkg/test_runner/lib/src/test_suite.dart
M pkg/test_runner/lib/src/testing_servers.dart
M tests/standalone/io/process_non_ascii_test.dart
M tests/standalone/io/regress_7679_test.dart
Log Message:
-----------
Revert "[test_runner] Invoke tests with relative paths."
This reverts commit b5294b97538cc8d4f221d1306874dfc259c435bc.
Reason for revert: many failures on appjit, reload and fuchsia bots
Failure Link: <LINK TO FAILURE>
Original change's description:
> [test_runner] Invoke tests with relative paths.
>
> This makes tests more reproducible, and makes it easier to copy commands between workspaces, or between a failing bot and a local workspace.
>
> Change-Id: Ic8dd10a3540f314a406e5c5b0a23d97032e5d01d
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/508364 > Reviewed-by: Alexander Aprelev <a...@google.com>
> Commit-Queue: Ryan Macnak <rma...@google.com>