-
Notifications
You must be signed in to change notification settings - Fork 263
[Tests] Add regression tests for pull request #7 #32
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
[Tests] Add regression tests for pull request #7 #32
Conversation
Can you explain the %t change a bit? Does this wind up putting output in the sources? Was this intended as part of this PR? |
@mike-ferris-apple Yup! Sorry for not being clear--this should be reviewed after #31. I explain the |
64612e3
to
010cd0c
Compare
@mike-ferris-apple Thanks for merging #31. I rebased to include #31, plus @briancroom's changes from #33. This is my output now:
It seems like the test output has become a little jumbled. I'd like to investigate a bit more to see why this is the case -- this probably shouldn't be merged in the meantime. |
I merged #35, but now there's a conflict here. |
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.
swiftlang#7 fixed a problem with XCTAssertEqualsWithAccuracy. This test ensures that fix does not regress.
010cd0c
to
0143cfa
Compare
Oops, sorry! I noticed another error. I submitted a pull request for it: #38. This pull request should be merged after that one. |
…withaccuracy [Tests] Add regression tests for pull request #7
#7 fixed a problem with
XCTAssertEqualsWithAccuracy
. This test ensures that fix does not regress.