Commit Graph

7 Commits

Author SHA1 Message Date
Moritz Bunkus
14d85a6970
tests: skip certain tests when address sanitizers are used 2021-04-09 18:08:14 +02:00
Moritz Bunkus
c0cec671ec
mkvmerge: don't abort if no tracks will be muxed 2018-08-21 14:51:32 +02:00
Moritz Bunkus
db45155c02 test 449: only test for success, not for content
Some of the sub-tests in 449 have to work with uninitialized data due to
the file structure errors in the source files. Therefore the data's
content may actually change from run to run. Such a change was triggered
with change f82360d. Therefore only test whether or not muxing succeeds
for those sub-tests, not what the actual content looks like.
2016-04-09 18:08:02 +02:00
Moritz Bunkus
c210124b94 tests: update test case due to e0ab8a1
mkvinfo now exits correctly with 2 if an error happens. The test case
didn't take that into account.
2015-05-07 22:24:36 +02:00
Moritz Bunkus
7362348340 all tools: fix exit code if warnings occurred
If a warning occurred then the exit code must be 1, not 0. This has been
broken in commit 6e35edac13 (since 7.0.0).

Fixes #1101.
2015-02-03 08:09:50 +01:00
Moritz Bunkus
1ed73349c5 tests: add tests for sample files from bug 1096
Together with the changes in libEBML and libMatroska this is the last
commit related to #1096; therefore: fixes #1096.
2014-12-20 17:42:56 +01:00
Moritz Bunkus
8f4f7eae52 tests: add test case for segfaults/assertions from bug 1089 2014-12-19 19:55:30 +01:00