Skip to content

Add an integration test for serve #37

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

Merged
merged 8 commits into from
Apr 11, 2018
Merged

Add an integration test for serve #37

merged 8 commits into from
Apr 11, 2018

Conversation

kevmoo
Copy link
Member

@kevmoo kevmoo commented Apr 11, 2018

Waiting on #35 to land

@dart-lang dart-lang deleted a comment from googlebot Apr 11, 2018
@kevmoo kevmoo changed the title WIP: Add an integration test for serve Add an integration test for serve Apr 11, 2018
@kevmoo
Copy link
Member Author

kevmoo commented Apr 11, 2018

@nshahan – fixed windows builds and now using SIGINT.

PTAL

@kevmoo kevmoo requested a review from nshahan April 11, 2018 16:38

group('should serve with valid configuration', () {
for (var withDDC in [true, false]) {
test(withDDC ? 'DDC' : 'dart2js', () async {
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: I'd argue that this kind of logic will make it harder to know where to look if one of these tests starts failing.

@kevmoo
Copy link
Member Author

kevmoo commented Apr 11, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants