7784cf3f94
Maybe related to https://github.com/dart-lang/sdk/issues/38629. These tests have been skipped for so long, enabling them took some work, to migrate them from '.packages' files to package config files. Some other tidying in the test file: * inline `byteStorePath`, only used once. * simplify `_packagesFileContent` and `_getPackagesFileContent` into a static getter. * simplify `_defaultPluginContent` into a const String, so it can be used as a function parameter default value The diff is way bigger than the functional changes, because we sort elements. Change-Id: I193316316750e80268b684fdc1abe558a77994fe Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/344601 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Samuel Rawlins <srawlins@google.com>