ForwardKeyPresenceTestLarge unit test failures

What version / commit were you testing with?

9f14e61e

What steps will reproduce the problem?

  1. Build AVM :

    cmake ../avm  && make -j64
  2. Run this unit test:

    ./test_libaom --gtest_filter=AV1/ForwardKeyTestLarge.ForwardKeyEncodeTest/3

What is the expected output?

Success

What do you see instead?

[ RUN      ] AV1/ForwardKeyTestLarge.ForwardKeyEncodeTest/3                                                                                                                                                        
/tmp/avm/test/encode_test_driver.h:250: Failure                                                                                                                       
Expected equality of these values:                                                                                                                                                                                 
  AOM_CODEC_OK                                                                                                                                                                                                     
    Which is: 0                                                                                                                                                                                                    
  res_dec                                                                                                                                                                                                          
    Which is: 7                                                                                                                                                                                                    
Failed to decode tile data    

Please use labels and text to provide additional information.

A number of other tests from ForwardKeyPresenceTestLarge also fail. You can test these with something like:

./test_libaom --gtest_filter=AV1/ForwardKeyTestLarge.ForwardKeyEncodeTest/3:AV1/ForwardKeyTestLarge.ForwardKeyEncodeTest/4:AV1/ForwardKeyPresenceTestLarge.ForwardKeyEncodePresenceTest/8:AV1/ForwardKeyPresenceTestLarge.ForwardKeyEncodePresenceTest/12:AV1/ForwardKeyPresenceTestLarge.ForwardKeyEncodePresenceTest/13