// TODO(devoncarew): Remove this after #25440 lands.
if(response['event']=='daemon.showMessage'){
returnfalse;
}
returntrue;
}).map(parseFlutterResponse);
Map<String,dynamic>response=awaitstream.first;
Map<String,dynamic>response=awaitstream.first;
expect(response['event'],'daemon.connected');
expect(response['event'],'daemon.connected');
...
@@ -94,6 +67,8 @@ void main() {
...
@@ -94,6 +67,8 @@ void main() {
finaldynamicresult=response['result'];
finaldynamicresult=response['result'];
expect(result,isList);
expect(result,isList);
expect(result,isNotEmpty);
expect(result,isNotEmpty);
tryToDelete(tempDir);
process.kill();
});
});
},timeout:constTimeout.factor(10),tags:<String>['integration']);// This test uses the `flutter` tool, which could be blocked behind the startup lock for a long time.