This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] [test] Improve portability of random_device tests.
ClosedPublic

Authored by STL_MSFT on Jun 14 2016, 2:14 PM.

Details

Summary

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-specific is all we need.

Diff Detail

Event Timeline

STL_MSFT updated this revision to Diff 60750.Jun 14 2016, 2:14 PM
STL_MSFT retitled this revision from to [libcxx] [test] Improve portability of random_device tests..
STL_MSFT updated this object.
STL_MSFT added reviewers: EricWF, mclow.lists.
STL_MSFT added a subscriber: cfe-commits.
EricWF accepted this revision.Jun 14 2016, 6:56 PM
EricWF edited edge metadata.
This revision is now accepted and ready to land.Jun 14 2016, 6:56 PM
EricWF closed this revision.Jun 14 2016, 6:57 PM

r272746.