Re: [PATCH] D21348: [libcxx] [test] Improve portability of vector tests.

2016-06-14 Thread Eric Fiselier via cfe-commits
EricWF closed this revision. EricWF added a comment. r272745. http://reviews.llvm.org/D21348 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[PATCH] D21348: [libcxx] [test] Improve portability of vector tests.

2016-06-14 Thread Stephan T. Lavavej via cfe-commits
STL_MSFT created this revision. STL_MSFT added reviewers: EricWF, mclow.lists. STL_MSFT added a subscriber: cfe-commits. Improve portability of vector tests. This test was assuming libcxx's 2x growth factor, which isn't guaranteed by the Standard and isn't provided by MSVC (we use 1.5x). As a re