Skip to content

[XCTestCase] Fix total number of tests output #38

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

modocache
Copy link
Contributor

#33 introduced another regression that was not fixed in 4944003: the total number of test runs was not being reported correctly--only the total number of failures.

Fix the misreporting, as well as the incorrect verification in the FailingTestSuite functional test.


Sorry for not catching this sooner--I only noticed the problem when rebasing #32, and realizing the output still wasn't what I expected.

swiftlang#33 introduced
another regression that was not fixed in 4944003: the total number of test
runs was not being reported correctly--only the total number of
failures.

Fix the misreporting, as well as the incorrect verification in the
`FailingTestSuite` functional test.
mike-ferris pushed a commit that referenced this pull request Jan 13, 2016
[XCTestCase] Fix total number of tests output
@mike-ferris mike-ferris merged commit c9886a2 into swiftlang:master Jan 13, 2016
@modocache modocache deleted the 33-fix-total-number-of-tests branch January 13, 2016 17:38
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