summaryrefslogtreecommitdiff
path: root/test/i965_jpege_config_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* i965_test_config: return properly unsupported profileDaniel Charles2016-11-101-4/+25
| | | | | | | | | | jpege/jpegd and avce/avcd config tests to check against all supported entrypoints for a profile. UNSUPPORTED_PROFILE is expected when no entrypoints are available for a given profile, else expect UNSUPPORTED_ENTRYPOINT. Signed-off-by: Daniel Charles <daniel.charles@intel.com> Reviewed-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
* test: use common I965ConfigTest fixture for jpeg enc/decU. Artie Eoff2016-10-061-0/+57
Instantiate the JPEG encode/decode Entrypoint tests from the common I965ConfigTest fixture with additional test inputs. Also, separate them into their own files. This changes their test case names, too. Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com> Reviewed-by: Sean V Kelley <seanvk@posteo.de>