cosmopolitan/test/ctl
Steven Dee (Jōshin) ae57fa2c4e
Fix shared_ptr::owner_before (#1274)
This method is supposed to give equivalence iff two shared pointers both
own the same object, even if they point to different addresses. We can't
control the exact order of the control blocks in memory, so the test can
only check that this equivalence/non-equivalence relationship holds, and
this is in fact all that it should check.
2024-09-01 17:34:39 -04:00
..
.clang-format Introduce Cosmopolitan Templates Library (CTL) 2024-06-03 09:21:59 -07:00
accumulate_test.cc Add more CTL content 2024-06-28 19:09:54 -07:00
advance_test.cc Add more CTL content 2024-06-28 19:09:54 -07:00
all_of_test.cc Make POSIX threads improvements 2024-06-30 15:38:59 -07:00
any_of_test.cc Add more CTL content 2024-06-28 19:09:54 -07:00
array_test.cc Add more CTL content 2024-06-28 19:09:54 -07:00
back_inserter_test.cc Add more CTL content 2024-06-28 19:09:54 -07:00
BUILD.mk Make ctl::set use 30% less memory than libcxx 2024-07-04 02:46:27 -07:00
copy_test.cc Introduce ctl::to_string() 2024-07-01 05:40:38 -07:00
is_base_of_test.cc Add more type traits to CTL 2024-06-30 20:59:38 -07:00
istringstream_test.cc Add iostream to CTL 2024-06-29 15:45:09 -07:00
map_test.cc Introduce ctl::set and ctl::map 2024-06-23 22:27:11 -07:00
mutex_test.cc Add more CTL content 2024-06-28 19:09:54 -07:00
optional_test.cc Introduce ctl::set and ctl::map 2024-06-23 22:27:11 -07:00
ostringstream_test.cc Add iostream to CTL 2024-06-29 15:45:09 -07:00
set_bench.cc Avoid legacy instruction penalties on x86 2024-07-31 01:02:38 -07:00
set_test.cc Recomment out accidental code 2024-07-06 19:57:47 -07:00
shared_ptr_test.cc Fix shared_ptr::owner_before (#1274) 2024-09-01 17:34:39 -04:00
sort_test.cc Add more CTL content 2024-06-28 19:09:54 -07:00
string_bench.cc Avoid legacy instruction penalties on x86 2024-07-31 01:02:38 -07:00
string_test.cc Add more CTL content 2024-06-28 19:09:54 -07:00
string_view_test.cc Add more CTL content 2024-06-28 19:09:54 -07:00
to_string_test.cc Allow -c to be specified with -E in cosmocc 2024-07-31 02:09:15 -07:00
tuple_test.cc Add more CTL content 2024-06-28 19:09:54 -07:00
unique_ptr_test.cc Minor cleanup/improvements in unique_ptr_test (#1266) 2024-09-01 13:47:30 -07:00
vector_test.cc Make more CTL fixes 2024-07-01 07:17:57 -07:00