llvm-project/libcxx/test/std/utilities/template.bitset/bitset.members
Roger Ferrer Ibanez aee391b535 Protect bitset tests under libcpp-no-exceptions
Bitset tests feature a sequence of tests of increasing bitset sizes,
but these tests rely on exceptions when the bitset size is less than
50 elements.

This change adds a flag to tell whether a test should throw. If it must
throw it will be skipped under no-exceptions.

Differential Revision: https://reviews.llvm.org/D26140

llvm-svn: 286474
2016-11-10 16:54:55 +00:00
..
all.pass.cpp
any.pass.cpp
count.pass.cpp Guard Clang and GCC specific pragmas. Patch from STL@microsoft.com 2016-04-28 01:49:03 +00:00
flip_all.pass.cpp Guard Clang and GCC specific pragmas. Patch from STL@microsoft.com 2016-04-28 01:49:03 +00:00
flip_one.pass.cpp Protect bitset tests under libcpp-no-exceptions 2016-11-10 16:54:55 +00:00
index.pass.cpp Guard Clang and GCC specific pragmas. Patch from STL@microsoft.com 2016-04-28 01:49:03 +00:00
index_const.pass.cpp Guard Clang and GCC specific pragmas. Patch from STL@microsoft.com 2016-04-28 01:49:03 +00:00
left_shift.pass.cpp Guard Clang and GCC specific pragmas. Patch from STL@microsoft.com 2016-04-28 01:49:03 +00:00
left_shift_eq.pass.cpp Guard Clang and GCC specific pragmas. Patch from STL@microsoft.com 2016-04-28 01:49:03 +00:00
none.pass.cpp
not_all.pass.cpp Guard Clang and GCC specific pragmas. Patch from STL@microsoft.com 2016-04-28 01:49:03 +00:00
op_and_eq.pass.cpp Guard Clang and GCC specific pragmas. Patch from STL@microsoft.com 2016-04-28 01:49:03 +00:00
op_eq_eq.pass.cpp Guard Clang and GCC specific pragmas. Patch from STL@microsoft.com 2016-04-28 01:49:03 +00:00
op_or_eq.pass.cpp Guard Clang and GCC specific pragmas. Patch from STL@microsoft.com 2016-04-28 01:49:03 +00:00
op_xor_eq.pass.cpp Guard Clang and GCC specific pragmas. Patch from STL@microsoft.com 2016-04-28 01:49:03 +00:00
reset_all.pass.cpp Guard Clang and GCC specific pragmas. Patch from STL@microsoft.com 2016-04-28 01:49:03 +00:00
reset_one.pass.cpp Protect bitset tests under libcpp-no-exceptions 2016-11-10 16:54:55 +00:00
right_shift.pass.cpp Guard Clang and GCC specific pragmas. Patch from STL@microsoft.com 2016-04-28 01:49:03 +00:00
right_shift_eq.pass.cpp Guard Clang and GCC specific pragmas. Patch from STL@microsoft.com 2016-04-28 01:49:03 +00:00
set_all.pass.cpp Guard Clang and GCC specific pragmas. Patch from STL@microsoft.com 2016-04-28 01:49:03 +00:00
set_one.pass.cpp Protect bitset tests under libcpp-no-exceptions 2016-11-10 16:54:55 +00:00
size.pass.cpp
test.pass.cpp Protect bitset tests under libcpp-no-exceptions 2016-11-10 16:54:55 +00:00
to_string.pass.cpp Guard Clang and GCC specific pragmas. Patch from STL@microsoft.com 2016-04-28 01:49:03 +00:00
to_ullong.pass.cpp
to_ulong.pass.cpp