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.
Paths
| Differential D21346
[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 TimelineThis revision is now accepted and ready to land.Jun 14 2016, 6:56 PM
Revision Contents
Diff 60750 test/std/numerics/rand/rand.device/ctor.pass.cpp
test/std/numerics/rand/rand.device/eval.pass.cpp
|