OSDN Git Service

gtest: Fix 5 failed cases on legacy platforms
authorXiang, Haihao <haihao.xiang@intel.com>
Sat, 21 Oct 2017 06:30:24 +0000 (14:30 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Tue, 28 Nov 2017 00:55:13 +0000 (16:55 -0800)
commit8bc010fd1f05dcf0b082c44175455fe866571d85
tree590c2544414d4ab575bd12fd8afeffa3ecbed5f3
parent9d66570032fb02b1e79a883af7697b035d700a8e
gtest: Fix 5 failed cases on legacy platforms

Some legacy platforms only support VAProfileH264StereoHigh decoding

[----------] Global test environment tear-down
[==========] 599 tests from 16 test cases ran. (335 ms total)
[  PASSED  ] 594 tests.
[  FAILED  ] 5 tests, listed below:
[  FAILED  ] AVCDecode/I965ConfigTest.Create/3, where GetParam() = VAProfileH264MultiviewHigh : VAEntrypointVLD
[  FAILED  ] AVCEncode/I965ConfigTest.Create/12, where GetParam() = VAProfileH264MultiviewHigh : VAEntrypointEncSlice
[  FAILED  ] AVCEncode/I965ConfigTest.Create/13, where GetParam() = VAProfileH264MultiviewHigh : VAEntrypointEncSliceLP
[  FAILED  ] AVCEncode/I965ConfigTest.Create/14, where GetParam() = VAProfileH264MultiviewHigh : VAEntrypointEncPicture
[  FAILED  ] AVCEncode/I965ConfigTest.Create/15, where GetParam() = VAProfileH264MultiviewHigh : VAEntrypointFEI

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
test/i965_avcd_config_test.cpp
test/i965_avce_config_test.cpp