Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Revert "Fix Platform.script for flutter_tester"
This reverts commit b14d346.

With #46911, the Platform.script API
will return a URI for the compiled temporary wrapper script generated by
"flutter test".  This will cause issues for tests that expect Platform.script
to reflect the directory where "flutter test" was launched.
  • Loading branch information
jason-simmons committed Oct 17, 2023
commit ae160ec87eb5a4777d850c81974f013a9705c99d
1 change: 0 additions & 1 deletion shell/testing/tester_main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,6 @@ int main(int argc, char* argv[]) {
// it as a positional argument instead.
settings.application_kernel_asset = command_line.positional_args()[0];
}
settings.advisory_script_uri = settings.application_kernel_asset;

if (settings.application_kernel_asset.empty()) {
FML_LOG(ERROR) << "Dart kernel file not specified.";
Expand Down
1 change: 0 additions & 1 deletion testing/dart/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ tests = [
"paragraph_test.dart",
"path_test.dart",
"picture_test.dart",
"platform_test.dart",
"platform_view_test.dart",
"plugin_utilities_test.dart",
"semantics_test.dart",
Expand Down
14 changes: 0 additions & 14 deletions testing/dart/platform_test.dart

This file was deleted.