Re: [PATCH] D21346: [libcxx] [test] Improve portability of random_device tests.

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

[PATCH] D21346: [libcxx] [test] Improve portability of random_device 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 random_device tests. These tests were failing for MSVC, because we ignore the token (as permitted by the Standard). Marking the asserts as libcxx-specif