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/experimental
Eric Fiselier 33cc965bf6 Fix UB in SIMD tests.
One of the SIMD tests attempted to left shift a value by 42, which
is UB when the left hand side is a 32 bit integer type.

This patch adjusts the test to use the value 4 instead of 42.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@342820 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
algorithms/alg.search Remove std::experimental::sample; use std::sample instead. See https://libcxx.llvm.org/TS_deprecation.html 7 years ago
filesystem Implement <filesystem> 6 years ago
func [libcxx] [test] Untabify, NFC. 7 years ago
iterator [libcxx] [test] Untabify, NFC. 7 years ago
language.support/support.coroutines [coroutines] libcxx, noop_coroutine, make bots even more happy 7 years ago
memory Mark the test using <experimental/memory_resource> to require c++experimental. 7 years ago
simd Fix UB in SIMD tests. 6 years ago
utilities Remove more of the std::experimental bits that are now in std::. All the _v type aliases, conjunction/disjunction, apply, etc. See https://libcxx.llvm.org/TS_deprecation.html 7 years ago
nothing_to_do.pass.cpp Remove <experimental/string_view>; use <string_view> instead. See https://libcxx.llvm.org/TS_deprecation.html 7 years ago