-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Closed
Copy link
Labels
P0Critical issues such as a build break or regressionCritical issues such as a build break or regressionc: crashStack traces logged to the consoleStack traces logged to the consolec: fatal crashCrashes that terminate the processCrashes that terminate the processplatform-webWeb applications specificallyWeb applications specificallytoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Description
Steps to Reproduce
Using a Windows computer From flutter/flutter repository root:
cd packages/flutterflutter test --platform=chrome .\test\widgets\router_test.dart
Expected results:
The test should run.
Actual results:
The tool crashes with this:
Error: Error when reading 'c:/code/flutter/flutter/bin/cache/flutter_web_sdk/kernel/ddc_outline.dill': StandardFileSystem only supports file:* and data:* URIs
I checked and c:/code/flutter/flutter/bin/cache/flutter_web_sdk/kernel/ddc_outline.dill does exist. Perhaps it's complaining about the / in a Windows path?
I reproduced it in 19ef0f9
I'm suspecting this started with flutter/engine#37940, but I don't have a proof.
Metadata
Metadata
Assignees
Labels
P0Critical issues such as a build break or regressionCritical issues such as a build break or regressionc: crashStack traces logged to the consoleStack traces logged to the consolec: fatal crashCrashes that terminate the processCrashes that terminate the processplatform-webWeb applications specificallyWeb applications specificallytoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.