dart-lang / webdev

A CLI for Dart web development.
https://pub.dev/packages/webdev
213 stars 71 forks source link

`.callServiceExtension` test failing for WebDev #2422

Closed elliette closed 1 month ago

elliette commented 2 months ago

DWDS changed how it connects to the VM Service - via DDS instead of directly: https://github.com/dart-lang/webdev/pull/2388

As part of that change, the .callServiceExtension test case began failing for WebDev.

From what I see on https://github.com/dart-lang/webdev/issues/191, I'm not sure this is even necessary, since it was added to support Flutter (but Webdev is no longer(?) used to run Flutter apps).

I've tested Webdev locally and everything seems to be working, so I don't think it's a high priority to fix the test.

elliette commented 1 month ago

Figured out what the issue was, should be fixed in https://github.com/dart-lang/webdev/pull/2388