blob: c35e5926796f5e6cd8c9407b858242df860ff226 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
There are only two test compatible with portage sandbox.
All other tests require access to install VA driver and
Intel video on the host machine.
https://bugs.gentoo.org/647746
https://bugs.gentoo.org/632180
https://bugs.gentoo.org/714126
https://bugs.gentoo.org/758620
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -91,4 +91,4 @@ test_va_api_CXXFLAGS = \
$(NULL)
check-local: test_va_api
- $(builddir)/test_va_api
+ $(builddir)/test_va_api '--gtest_filter=Internal.*:VAAPIInitTerminate.InitTermWithoutDisplay'
|