mkvtoolnix/tests/test-505cisco_talos_can_0036.rb
Moritz Bunkus 08ab38914d kax_file_c: turn resync messages into warnings
Resync issues are something the user should take a look at. Her file is
damaged, after all. In the GUI purely informational messages can get
lost easily, especially when executing multiple jobs.

Therefore resyncs warrant a warning.

Implements #1842.
2016-12-28 15:38:30 +01:00

12 lines
319 B
Ruby
Executable File

#!/usr/bin/ruby -w
# T_505cisco_talos_can_0036
describe "mkvmerge, mkvinfo / invalid memory access reported as Cisco TALOS-CAN-0036"
files = Dir.glob("data/segfaults-assertions/cisco-talos-can-0036/*").sort
files.each do |file|
test_merge file, :exit_code => :warning
test_info file, :exit_code => :warning
end