- 11 Nov, 2017 2 commits
-
-
Thomas Guillem authored
-
Thomas Guillem authored
DIR is the dir path of the libFuzzer.a static library. When used, it forces a static build without vlc binary and enable sanitize coverage. How to fetch and build libFuzzer.a from llvm.org: $ git clone https://git.llvm.org/git/compiler-rt $ cd compiler-rt/lib/fuzzer for gcc: $ CXX=g++ ./build.sh for clang: $ ./build.sh This a partial merge of the work done by Shaleen during GSOC 2017. See https://code.videolan.org/GSoC2017/shalzz/vlc.git
-
- 07 Sep, 2017 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 06 Sep, 2017 1 commit
-
-
Rémi Denis-Courmont authored
This includes support for statically linked plugins. It vastly increases the test iteration speed, which is critical for fuzz testing. Furthermore, it is necessary for coverage-driven fuzz testing to work at all. This also provides a (manually compiled only) back-end for LLVM's LibFuzzer using mostly the same code. 1) Debugging, regression testing or unguided fuzzing: - Make a normal build (debug and sanitization recommended). - Execute: "test/vlc-demux-run [demux name] <file path>" 2) American Fuzzy Lop run: - Make a *static* build with AFL as the toolchain. - (Where applicable) perform adequate religious luck granting offerings or other rites. - Run AFL with test/vlc-demux-run as the fuzzed executable. 3) LibFuzzer: - Make a preferrably static build with Clang as the toolchain. - Manually build test/vlc-demux-libfuzzer. - Run the executable with the LibFuzzer command line parameters syntax.
-
- 17 Mar, 2017 1 commit
-
-
Rémi Denis-Courmont authored
This test case requires libvlccore for block_Alloc(). This change removes the need for the -static kludge.
-
- 26 Feb, 2017 2 commits
-
-
Rémi Denis-Courmont authored
This avoids the ugly hack based on dialogs and home directory.
-
Rémi Denis-Courmont authored
The test requires server-side TLS.
-
- 29 Jan, 2017 1 commit
-
-
Rémi Denis-Courmont authored
This fixes the build without gcrypt.
-
- 28 Oct, 2016 1 commit
-
-
Rémi Denis-Courmont authored
-
- 20 Sep, 2016 1 commit
-
-
Thomas Guillem authored
-
- 30 Jun, 2016 1 commit
-
-
Rémi Denis-Courmont authored
-
- 14 Jun, 2016 1 commit
-
-
Thomas Guillem authored
This test doesn't depend on data of the running user anymore. This reverts commit 06add6ac.
-
- 13 Jun, 2016 2 commits
-
-
Rémi Denis-Courmont authored
This test never worked.
-
Thomas Guillem authored
This doesn't test network services anymore.
-
- 10 Jun, 2016 2 commits
-
-
Rémi Denis-Courmont authored
This test never worked.
-
Thomas Guillem authored
-
- 08 Jun, 2016 1 commit
-
-
Thomas Guillem authored
Add missing samples/slaves to EXTRA_DIST
-
- 31 May, 2016 1 commit
-
-
Thomas Guillem authored
test_media_has_slaves_from_player is deactivated for now since there is now way to test inputs in a reliable way. Indeed, demux modules may depend on configuration and systems libs. TODO: test libvlc_media_player_add_slave
-
- 26 Feb, 2016 1 commit
-
-
Thomas Guillem authored
This test passing credentials via url, option, dialog, memory keystore, permanent keystore. This also test reusing credentials with http and smb protocols.
-
- 13 Feb, 2016 2 commits
-
-
François Cartegnie authored
-
François Cartegnie authored
-
- 04 Feb, 2016 1 commit
-
-
Thomas Guillem authored
Only callacks are tested by default. In order to test qt dialogs, run the test manually with './test_src_interface_dialog -a'.
-
- 11 Jan, 2016 1 commit
-
-
Rémi Denis-Courmont authored
-
- 09 Jan, 2016 1 commit
-
-
Rémi Denis-Courmont authored
-
- 07 Jan, 2016 1 commit
-
-
Thomas Guillem authored
-
- 29 Dec, 2015 1 commit
-
-
François Cartegnie authored
-
- 22 Dec, 2015 1 commit
-
-
François Cartegnie authored
-
- 15 Dec, 2015 1 commit
-
-
François Cartegnie authored
-
- 09 Nov, 2015 1 commit
-
-
Thomas Guillem authored
-
- 04 Nov, 2015 1 commit
-
-
Thomas Guillem authored
Don't use libvlc_media_parse and libvlc_media_get_tracks_info (deprecated).
-
- 22 Oct, 2015 1 commit
-
-
Thomas Guillem authored
This test compare IO output/returns between libc FILE functions and stream functions. This commit also add an extra test: 'test_src_input_stream_net' to test a http file.
-
- 02 Dec, 2014 1 commit
-
-
Rafaël Carré authored
-
- 09 Jan, 2014 1 commit
-
-
Rémi Denis-Courmont authored
(It is already tested in dist(check) but that is way too slow.)
-
- 24 Jul, 2013 1 commit
-
-
Mark Lee authored
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 21 Sep, 2012 1 commit
-
-
Rémi Denis-Courmont authored
This reverts commit 15498896.
-
- 15 Sep, 2012 1 commit
-
-
Mark Lee authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 27 Nov, 2011 2 commits
-
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
- 30 Aug, 2011 1 commit
-
-
Rémi Denis-Courmont authored
-
- 18 Aug, 2011 1 commit
-
-
Rémi Denis-Courmont authored
-