[PATCH] D22162: [libcxx] [test] Mark bucket_count() equality assertions as nonportable.

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Sun Jul 24 17:32:43 PDT 2016


EricWF accepted this revision.
EricWF added a comment.
This revision is now accepted and ready to land.

It's not great that our tests have so many non-portable assertions. Normally we want to avoid writing non-standard assertions at all, but there doesn't seem to be a way around it here.
However there's no easy way to fix that here, so thank you for making all these tests portable.

I wish there weren't so many changes though :-(


https://reviews.llvm.org/D22162





More information about the cfe-commits mailing list