shaka-packager/packager/media
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
..
base test: Avoid crashing a test executable (#1242) 2023-07-17 13:16:22 -07:00
chunking fix: Fix compilation on Arch Linux (#1233) 2023-07-14 12:40:12 -07:00
codecs test: Avoid crashing a test executable (#1242) 2023-07-17 13:16:22 -07:00
crypto feat: Cmake port of Media crypto (#1221) 2023-07-14 08:19:01 -07:00
demuxer chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
event feat: port media/event to CMake (#1222) 2023-07-13 16:25:42 -07:00
formats test: Avoid crashing a test executable (#1242) 2023-07-17 13:16:22 -07:00
origin feat: CMake port media/origin (#1145) 2022-11-30 09:43:58 -08:00
public feat: port media/public/ (#1117) 2022-10-24 19:08:37 -07:00
replicator feat: CMake port media/replicator (#1144) 2022-11-30 12:01:25 -08:00
test test: Avoid crashing a test executable (#1242) 2023-07-17 13:16:22 -07:00
trick_play feat: CMake port media/trick_play (#1146) 2023-05-01 14:57:40 -07:00
CMakeLists.txt feat: Cmake port of Media crypto (#1221) 2023-07-14 08:19:01 -07:00