shaka-packager/packager/media/formats/wvm
Joey Parrish 60fb057f1a
test: Avoid crashing a test executable (#1242)
LOG(FATAL) aborts the executable, which means gtest can't write any
reports it might be configured to write when tests are complete. This
will interfere with reporting.

This converts the only use of LOG(FATAL), which was in
ReadTestDataFile(), to LOG(ERROR). This also updates test cases to avoid
crashing when ReadTestDataFile() returns an empty buffer.
2023-07-17 13:16:22 -07:00
..
wvm.gyp chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
wvm_media_parser.cc cleanup: Convert all time parameters to signed 2021-08-05 18:24:15 +00:00
wvm_media_parser.h feat: port media/base (#1127) 2022-11-04 15:46:41 -07:00
wvm_media_parser_unittest.cc test: Avoid crashing a test executable (#1242) 2023-07-17 13:16:22 -07:00