• Home
  • History
  • Annotate
  • only in /external/libcxx/test/utilities/template.bitset/
History log of /external/libcxx/test/utilities/template.bitset/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6f56ab789cb470620554d624c37f488285b3b04e 06-May-2014 Dan Albert <danalbert@google.com> Adds a basic test wrapper for Android

To run libc++ tests:
$ mm
$ adb sync
$ python runtests.py # runs all host and device tests
# see main() for command line options

To regenerate all makefiles:
$ python makemake.py

Change-Id: Ibad78ad8e1bd45f32730d281afa53c2cec55478f
ndroid.mk
itset.cons/Android.mk
itset.hash/Android.mk
itset.members/Android.mk
itset.operators/Android.mk
9d00ed5d8749f472e63ca7e5a510da2ee58f9dbd 29-Mar-2013 Howard Hinnant <hhinnant@apple.com> Test case was forming the wrong limits when size_t != unsigned long.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@178370 91177308-0d34-0410-b5e6-96231b3b80d8
itset.members/to_ulong.pass.cpp
90d872347639ae5781b152a49c2c764120e9aede 07-Jul-2012 Howard Hinnant <hhinnant@apple.com> Apply constexpr to <bitset>.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@159899 91177308-0d34-0410-b5e6-96231b3b80d8
itset.cons/default.pass.cpp
itset.cons/ull_ctor.pass.cpp
itset.members/reset_one.pass.cpp
97ecd6491374d756bd9c6da9ef84ab173f5049d6 17-May-2011 Howard Hinnant <hhinnant@apple.com> Clean up a bunch of warnings in the tests, 3 of which actually turned out to be test bugs.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@131479 91177308-0d34-0410-b5e6-96231b3b80d8
itset.cons/char_ptr_ctor.pass.cpp
itset.cons/default.pass.cpp
itset.cons/string_ctor.pass.cpp
itset.cons/ull_ctor.pass.cpp
itset.members/count.pass.cpp
itset.members/flip_all.pass.cpp
itset.members/flip_one.pass.cpp
itset.members/index.pass.cpp
itset.members/index_const.pass.cpp
itset.members/left_shift.pass.cpp
itset.members/left_shift_eq.pass.cpp
itset.members/not_all.pass.cpp
itset.members/op_and_eq.pass.cpp
itset.members/op_eq_eq.pass.cpp
itset.members/op_or_eq.pass.cpp
itset.members/op_xor_eq.pass.cpp
itset.members/reset_all.pass.cpp
itset.members/right_shift.pass.cpp
itset.members/right_shift_eq.pass.cpp
itset.members/set_all.pass.cpp
itset.members/test.pass.cpp
itset.members/to_string.pass.cpp
itset.operators/op_and.pass.cpp
itset.operators/op_not.pass.cpp
itset.operators/op_or.pass.cpp
34d6b19721973b004c99b080853f29bc72100f99 17-Nov-2010 Howard Hinnant <hhinnant@apple.com> LWG 1325

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@119571 91177308-0d34-0410-b5e6-96231b3b80d8
itset.cons/char_ptr_ctor.pass.cpp
b64f8b07c104c6cc986570ac8ee0ed16a9f23976 16-Nov-2010 Howard Hinnant <hhinnant@apple.com> license change

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@119395 91177308-0d34-0410-b5e6-96231b3b80d8
itset.cons/char_ptr_ctor.pass.cpp
itset.cons/default.pass.cpp
itset.cons/string_ctor.pass.cpp
itset.cons/ull_ctor.pass.cpp
itset.hash/bitset.pass.cpp
itset.members/all.pass.cpp
itset.members/any.pass.cpp
itset.members/count.pass.cpp
itset.members/flip_all.pass.cpp
itset.members/flip_one.pass.cpp
itset.members/index.pass.cpp
itset.members/index_const.pass.cpp
itset.members/left_shift.pass.cpp
itset.members/left_shift_eq.pass.cpp
itset.members/none.pass.cpp
itset.members/not_all.pass.cpp
itset.members/op_and_eq.pass.cpp
itset.members/op_eq_eq.pass.cpp
itset.members/op_or_eq.pass.cpp
itset.members/op_xor_eq.pass.cpp
itset.members/reset_all.pass.cpp
itset.members/reset_one.pass.cpp
itset.members/right_shift.pass.cpp
itset.members/right_shift_eq.pass.cpp
itset.members/set_all.pass.cpp
itset.members/set_one.pass.cpp
itset.members/size.pass.cpp
itset.members/test.pass.cpp
itset.members/to_string.pass.cpp
itset.members/to_ullong.pass.cpp
itset.members/to_ulong.pass.cpp
itset.operators/op_and.pass.cpp
itset.operators/op_not.pass.cpp
itset.operators/op_or.pass.cpp
itset.operators/stream_in.pass.cpp
itset.operators/stream_out.pass.cpp
ncludes.pass.cpp
ersion.pass.cpp
c52f43e72dfcea03037729649da84c23b3beb04a 22-Aug-2010 Howard Hinnant <hhinnant@apple.com> Fixing whitespace problems

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@111767 91177308-0d34-0410-b5e6-96231b3b80d8
itset.cons/char_ptr_ctor.pass.cpp
itset.cons/default.pass.cpp
itset.cons/string_ctor.pass.cpp
itset.cons/ull_ctor.pass.cpp
itset.members/all.pass.cpp
itset.members/any.pass.cpp
itset.members/count.pass.cpp
itset.members/flip_all.pass.cpp
itset.members/flip_one.pass.cpp
itset.members/index.pass.cpp
itset.members/index_const.pass.cpp
itset.members/left_shift.pass.cpp
itset.members/left_shift_eq.pass.cpp
itset.members/none.pass.cpp
itset.members/not_all.pass.cpp
itset.members/op_and_eq.pass.cpp
itset.members/op_eq_eq.pass.cpp
itset.members/op_or_eq.pass.cpp
itset.members/op_xor_eq.pass.cpp
itset.members/reset_all.pass.cpp
itset.members/reset_one.pass.cpp
itset.members/right_shift.pass.cpp
itset.members/right_shift_eq.pass.cpp
itset.members/set_all.pass.cpp
itset.members/set_one.pass.cpp
itset.members/size.pass.cpp
itset.members/test.pass.cpp
itset.members/to_string.pass.cpp
itset.members/to_ullong.pass.cpp
itset.members/to_ulong.pass.cpp
itset.operators/op_and.pass.cpp
itset.operators/op_not.pass.cpp
itset.operators/op_or.pass.cpp
itset.operators/stream_in.pass.cpp
itset.operators/stream_out.pass.cpp
ncludes.pass.cpp
ersion.pass.cpp
f5256e16dfc425c1d466f6308d4026d529ce9e0b 11-May-2010 Howard Hinnant <hhinnant@apple.com> Wiped out some non-ascii characters that snuck into the copyright.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@103516 91177308-0d34-0410-b5e6-96231b3b80d8
itset.cons/char_ptr_ctor.pass.cpp
itset.cons/default.pass.cpp
itset.cons/string_ctor.pass.cpp
itset.cons/ull_ctor.pass.cpp
itset.hash/bitset.pass.cpp
itset.members/all.pass.cpp
itset.members/any.pass.cpp
itset.members/count.pass.cpp
itset.members/flip_all.pass.cpp
itset.members/flip_one.pass.cpp
itset.members/index.pass.cpp
itset.members/index_const.pass.cpp
itset.members/left_shift.pass.cpp
itset.members/left_shift_eq.pass.cpp
itset.members/none.pass.cpp
itset.members/not_all.pass.cpp
itset.members/op_and_eq.pass.cpp
itset.members/op_eq_eq.pass.cpp
itset.members/op_or_eq.pass.cpp
itset.members/op_xor_eq.pass.cpp
itset.members/reset_all.pass.cpp
itset.members/reset_one.pass.cpp
itset.members/right_shift.pass.cpp
itset.members/right_shift_eq.pass.cpp
itset.members/set_all.pass.cpp
itset.members/set_one.pass.cpp
itset.members/size.pass.cpp
itset.members/test.pass.cpp
itset.members/to_string.pass.cpp
itset.members/to_ullong.pass.cpp
itset.members/to_ulong.pass.cpp
itset.operators/op_and.pass.cpp
itset.operators/op_not.pass.cpp
itset.operators/op_or.pass.cpp
itset.operators/stream_in.pass.cpp
itset.operators/stream_out.pass.cpp
ncludes.pass.cpp
ersion.pass.cpp
bc8d3f97eb5c958007f2713238472e0c1c8fe02c 11-May-2010 Howard Hinnant <hhinnant@apple.com> libcxx initial import

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@103490 91177308-0d34-0410-b5e6-96231b3b80d8
itset.cons/char_ptr_ctor.pass.cpp
itset.cons/default.pass.cpp
itset.cons/string_ctor.pass.cpp
itset.cons/ull_ctor.pass.cpp
itset.hash/bitset.pass.cpp
itset.members/all.pass.cpp
itset.members/any.pass.cpp
itset.members/count.pass.cpp
itset.members/flip_all.pass.cpp
itset.members/flip_one.pass.cpp
itset.members/index.pass.cpp
itset.members/index_const.pass.cpp
itset.members/left_shift.pass.cpp
itset.members/left_shift_eq.pass.cpp
itset.members/none.pass.cpp
itset.members/not_all.pass.cpp
itset.members/op_and_eq.pass.cpp
itset.members/op_eq_eq.pass.cpp
itset.members/op_or_eq.pass.cpp
itset.members/op_xor_eq.pass.cpp
itset.members/reset_all.pass.cpp
itset.members/reset_one.pass.cpp
itset.members/right_shift.pass.cpp
itset.members/right_shift_eq.pass.cpp
itset.members/set_all.pass.cpp
itset.members/set_one.pass.cpp
itset.members/size.pass.cpp
itset.members/test.pass.cpp
itset.members/to_string.pass.cpp
itset.members/to_ullong.pass.cpp
itset.members/to_ulong.pass.cpp
itset.operators/op_and.pass.cpp
itset.operators/op_not.pass.cpp
itset.operators/op_or.pass.cpp
itset.operators/stream_in.pass.cpp
itset.operators/stream_out.pass.cpp
ncludes.pass.cpp
ersion.pass.cpp