Same reason above.
Here are the test result of VP8 related test case.
master branch --------------------------------------------------------------------------------
[----------] Global test environment tear-down
[==========] 135 tests from 7 test cases ran. (1946167 ms total)
[ PASSED ] 122 tests.
[ FAILED ] 13 tests, listed below:
[ FAILED ] VP8/CQTest.LinearPSNRIsHigherForCQLevel/0, where GetParam() = (0x6ec58, 4)
[ FAILED ] VP8/CQTest.LinearPSNRIsHigherForCQLevel/1, where GetParam() = (0x6ec58, 12)
[ FAILED ] VP8/CQTest.LinearPSNRIsHigherForCQLevel/2, where GetParam() = (0x6ec58, 20)
[ FAILED ] VP8/CQTest.LinearPSNRIsHigherForCQLevel/3, where GetParam() = (0x6ec58, 28)
[ FAILED ] VP8/CQTest.LinearPSNRIsHigherForCQLevel/4, where GetParam() = (0x6ec58, 36)
[ FAILED ] VP8/CQTest.LinearPSNRIsHigherForCQLevel/5, where GetParam() = (0x6ec58, 44)
[ FAILED ] VP8/CQTest.LinearPSNRIsHigherForCQLevel/6, where GetParam() = (0x6ec58, 52)
[ FAILED ] VP8/DatarateTest.BasicBufferModel/3, where GetParam() = (0x6ec6c, 3)
[ FAILED ] VP8/DatarateTest.BasicBufferModel/4, where GetParam() = (0x6ec6c, 4)
[ FAILED ] VP8/KeyframeTest.TestRandomVideoSource/3, where GetParam() = (0x6ecb8, 3)
[ FAILED ] VP8/KeyframeTest.TestRandomVideoSource/4, where GetParam() = (0x6ecb8, 4)
[ FAILED ] VP8/KeyframeTest.TestAutoKeyframe/3, where GetParam() = (0x6ecb8, 3)
[ FAILED ] VP8/KeyframeTest.TestAutoKeyframe/4, where GetParam() = (0x6ecb8, 4)
13 FAILED TESTS
real 32m26.310s
user 32m16.160s
sys 0m5.550s
-------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------
[----------] Global test environment tear-down
[==========] 135 tests from 7 test cases ran. (1833471 ms total)
[ PASSED ] 132 tests.
[ FAILED ] 3 tests, listed below:
[ FAILED ] VP8/CQTest.LinearPSNRIsHigherForCQLevel/5, where GetParam() = (0x6ec58, 44)
[ FAILED ] VP8/KeyframeTest.TestRandomVideoSource/3, where GetParam() = (0x6ecb8, 3)
[ FAILED ] VP8/KeyframeTest.TestRandomVideoSource/4, where GetParam() = (0x6ecb8, 4)
3 FAILED TESTS
real 30m33.511s
user 30m24.780s
sys 0m5.640s
-------------------------------------------------------------------------------------------------
It seems have some changes for the result of master branch. But I don't understand the reason.