Skip to content

Improving test tool diagnostics #1721

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

Conversation

JhonnyBillM
Copy link
Contributor

  1. Added DiagnosticsEngine parameter to TestRunner and ParallelTestRunner.
  2. Added emitting errors with DiagnosticsEngine.
  3. Formatted TestRunner init and calls to improve readability.

@@ -446,18 +458,28 @@ final class TestRunner {

// The toolchain to use.
private let toolchain: UserToolchain

/// Diagnostics Engine to emit diagnostics
Copy link
Contributor

Choose a reason for hiding this comment

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

Please end the comments with punctuation. Same for the comment below.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

@aciidgh
Copy link
Contributor

aciidgh commented Aug 3, 2018

@swift-ci smoke test

Copy link
Contributor

@aciidgh aciidgh left a comment

Choose a reason for hiding this comment

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

Thanks!!

@aciidgh aciidgh merged commit 30be346 into swiftlang:master Aug 6, 2018
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