You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/std/numerics/rand/rand.eng/rand.eng.sub
Stephan T. Lavavej 2917004aed [libcxx] [test] D26812: In random tests, use real static_asserts and silence a warning.
In C++11 mode and newer, use real static_asserts.
In C++03 mode, min() and max() aren't constexpr, so use plain asserts.

One test triggers MSVC's warning C4310 "cast truncates constant value".
The code is valid, and yet the warning is valid, so I'm silencing it
through push-disable-pop.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@287391 91177308-0d34-0410-b5e6-96231b3b80d8
9 years ago
..
assign.pass.cpp Move test into test/std subdirectory. 11 years ago
copy.pass.cpp Move test into test/std subdirectory. 11 years ago
ctor_result_type.pass.cpp Move test into test/std subdirectory. 11 years ago
ctor_sseq.pass.cpp Move test into test/std subdirectory. 11 years ago
default.pass.cpp Move test into test/std subdirectory. 11 years ago
discard.pass.cpp Move test into test/std subdirectory. 11 years ago
eval.pass.cpp Move test into test/std subdirectory. 11 years ago
io.pass.cpp Move test into test/std subdirectory. 11 years ago
result_type.pass.cpp Move test into test/std subdirectory. 11 years ago
seed_result_type.pass.cpp Move test into test/std subdirectory. 11 years ago
seed_sseq.pass.cpp Move test into test/std subdirectory. 11 years ago
values.pass.cpp [libcxx] [test] D26812: In random tests, use real static_asserts and silence a warning. 9 years ago