Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken tests on head due to Dart SDK update #2392

Merged
merged 8 commits into from
Mar 26, 2024

Conversation

elliette
Copy link
Contributor

@elliette elliette commented Mar 25, 2024

The skipped tests will be re-enabled with #2388, but I'm still working on getting all the tests passing in that PR

@elliette elliette changed the title Add an override for yieldControlToDDS Fix broken tests on head Mar 25, 2024
@@ -1548,6 +1548,11 @@ ${globalToolConfiguration.loadStrategy.loadModuleSnippet}("dart_sdk").developer.
return _rpcNotSupportedFuture('getVMTimelineMicros');
}

@override
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#2388 has the actual implementation of this method, but I'm still working on getting all the tests passing on that PR.

await ws.close();
},
// TODO(elliette): Re-enable test.
skip: true,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will be enabled and fixed with #2388

);
},
// TODO(elliette): Re-enable test.
skip: true,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will be enabled and fixed in #2388

@elliette elliette changed the title Fix broken tests on head Fix broken tests on head due to Dart SDK update Mar 25, 2024
@elliette elliette requested a review from bkonyi March 25, 2024 22:20
},
};

// DDS should fail to start with existing vm clients.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DDS should only fail to start if there's an existing DDS instance. In the case of existing clients, the existing clients should be disconnected.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Will handle that in #2388, this change just skips the existing test

@elliette elliette merged commit 2024775 into dart-lang:master Mar 26, 2024
47 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants