New regression test from Mark's fuzzing test cases

This commit is contained in:
Jean-Marc Valin 2016-10-29 14:45:30 -04:00
parent 90f20c6260
commit d0d1cf3b60
No known key found for this signature in database
GPG key ID: 5E5DD9A36F9189C8
4 changed files with 967 additions and 1 deletions

View file

@ -680,6 +680,8 @@ int main(int _argc, char **_argv)
fprintf(stderr,"Testing %s encoder. Random seed: %u (%.4X)\n", oversion, iseed, fast_rand() % 65535);
if(env_used)fprintf(stderr," Random seed set from the environment (SEED=%s).\n", env_seed);
regression_test();
/*Setting TEST_OPUS_NOFUZZ tells the tool not to send garbage data
into the decoders. This is helpful because garbage data
may cause the decoders to clip, which angers CLANG IOC.*/