vlc/src/test
Alexandre Janniaux 833fcc119d src: test: add test for vlc::list<> wrappers
The tests will check the correct behaviour of the iterators as well as
the type validity for the templates once they are instantiated.

They also check whether removal of the current element during iteration
is working correctly both on the normal list wrapper and the reversed
version. This is important given how tricky std::reverse_iterator can
be.

Co-authored-by: Pierre Lamot <pierre@videolabs.io>
2024-02-10 08:25:07 +00:00
..
arrays.c test: remove unused variable 2019-03-03 21:24:51 +02:00
block_test.c block: add read-only shared file mappings (fixes #17544) 2016-10-26 11:01:14 +03:00
dictionary.c use ARRAY_SIZE when applicable 2020-03-10 17:14:37 -04:00
diffutil.c tests: add missing void parameters to functions 2024-01-08 07:06:53 +00:00
executor.c test: executor: signal while locked 2024-02-08 10:26:57 +00:00
extensions.c use ARRAY_SIZE when applicable 2020-03-10 17:14:37 -04:00
headers.c lib: remove deprecated.h 2024-02-02 10:31:30 +00:00
i18n_atof.c charset: rename us_* to vlc_*_c() 2022-05-27 20:22:32 +00:00
interrupt.c vlc_threads: remove the thread priority when creating a thread 2022-04-27 08:16:28 +00:00
jaro_winkler.c cmdline: add jaro-winkler string measuring implementation 2021-12-18 12:32:29 +00:00
list.c vlc_list: tests for reverse iteration 2021-11-20 19:20:53 +00:00
list_cpp.cpp src: test: add test for vlc::list<> wrappers 2024-02-10 08:25:07 +00:00
md5.c tests: add missing void parameters to functions 2024-01-08 07:06:53 +00:00
mrl_helpers.c src: input: split and store mrl components using a dedicated struct 2023-11-29 10:38:54 +00:00
picture_pool.c picture_pool: remove unused Reserve function 2023-08-15 13:03:00 +00:00
shared_data_ptr.cpp include cassert instead of assert.h 2023-04-19 12:58:03 +00:00
sort.c src: fix missing symbol in some test cases 2019-07-14 12:28:14 +03:00
thread.c tests: add missing void parameters to functions 2024-01-08 07:06:53 +00:00
timer.c core: include vlc_threads.h when vlc_mutex_t is used 2023-04-27 19:44:35 +00:00
url.c core: include unistd.h when using getcwd() 2023-04-27 19:44:35 +00:00
utf8.c text: let vlc_towc() return an ssize_t 2023-02-17 08:20:49 +00:00
vector.c tests: add missing void parameters to functions 2024-01-08 07:06:53 +00:00
xmlent.c src: fix missing symbol in some test cases 2019-07-14 12:28:14 +03:00