-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listteam-toolOwned by Flutter Tool teamOwned by Flutter Tool team
Description
Command flutter --no-color test --machine --start-paused
PathNotFoundException: Deletion failed, path = '/var/folders/10/3bv3kp355txghzc_02dbh_cw0000gp/T/flutter_tools.9n64z4/flutter_test_fonts.KEP4kD' (OS Error: No such file or directory, errno = 2)
at _checkForErrorResponse(common.dart:55)
at _Directory._delete.<anonymous closure>(directory_impl.dart:185)
at _rootRunUnary(zone.dart:1407)
at _CustomZone.runUnary(zone.dart:1308)
at <asynchronous gap>(async)
at ForwardingFileSystemEntity.delete(forwarding_file_system_entity.dart:66)
at <asynchronous gap>(async)
at FontConfigManager.dispose(font_config_manager.dart:37)
at <asynchronous gap>(async)
at FlutterPlatform.close(flutter_platform.dart:643)
at <asynchronous gap>(async)
at Loader.close.<anonymous closure>.<anonymous closure>(loader.dart:295)
at <asynchronous gap>(async)
at Future.wait.<anonymous closure>(future.dart:523)
at <asynchronous gap>(async)
at Future.wait.<anonymous closure>(future.dart:523)
at <asynchronous gap>(async)
at Loader.close.<anonymous closure>(loader.dart:292)
at <asynchronous gap>(async)
at Runner.close.<anonymous closure>(runner.dart:249)
at <asynchronous gap>(async)
at _execute.<anonymous closure>(executable.dart:145)
at <asynchronous gap>(async)
We should catch and swallow this exception
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listteam-toolOwned by Flutter Tool teamOwned by Flutter Tool team