The test wasn't using the testing infrastructure properly.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCXX libc++
- Build Status
Buildable 26606 Build 26605: arc lint + arc unit
Event Timeline
Comment Actions
LGTM, I wonder why it was written that way (perhaps just an oversight)? @EricWF , please chime-in if this change is wrong and it can be reverted.
Comment Actions
So there is certainly a bug here. Thanks for fixing it.
The test was written in this weird way to aid in debugging test failures. Without the additional output it's not clear what test case failed or why.
Comment Actions
I can just split up each entry in TestCases into its own TEST_CASE if you want. Trivial :)
Comment Actions
Alright I was waiting for a build, so I just did a few regular expressions and voila!