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 dart-json parsing broken by print message #114

Merged
merged 2 commits into from
May 13, 2021

Conversation

dorny
Copy link
Owner

@dorny dorny commented May 13, 2021

Print message related to the suite, instead of a specific test, would break parsing - it would expect test object to be present in the dictionary but there would be none. This fix adds necessary checks and messages not related to tracked tests will be ignored.

Fixes #113

dorny added 2 commits May 13, 2021 21:48
Print message related to suite, instead of a specific test, would break parsing - it would expect test object to be present in dictionary but there would be none.
This fix adds necessary check and messages not related to tracked tests will be ignored.
@dorny dorny merged commit e873f73 into main May 13, 2021
@dorny dorny deleted the issue-113-print-breaks-dart-parsing branch May 13, 2021 20:04
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.

Unexpected failure when parsing test results from stable Dart SDK
1 participant