Re: [Libva] [PATCH intel-driver 01/11] test: move ASSERT_NO_FAILURE macro to test.h

2016-10-03 Thread Sean V Kelley
  > From: Sean V Kelley [mailto:sea...@posteo.de]  > Sent: Wednesday, September 28, 2016 1:48 PM > To: Eoff, Ullysses A <ullysses.a.e...@intel.com>; libva@lists.freedes > ktop.org > Subject: Re: [Libva] [PATCH intel-driver 01/11] test: move > ASSERT_NO_FAILURE macro t

Re: [Libva] [PATCH intel-driver 01/11] test: move ASSERT_NO_FAILURE macro to test.h

2016-09-29 Thread Eoff, Ullysses A
intel-driver 01/11] test: move ASSERT_NO_FAILURE macro to test.h On Wed, 2016-09-28 at 13:36 -0700, U. Artie Eoff wrote: Both jpeg decode and encode test files use this macro. So move it to the common test.h header to avoid duplicating it. Please add brief cover in the future (patch 00/N

Re: [Libva] [PATCH intel-driver 01/11] test: move ASSERT_NO_FAILURE macro to test.h

2016-09-28 Thread Sean V Kelley
On Wed, 2016-09-28 at 13:36 -0700, U. Artie Eoff wrote: > Both jpeg decode and encode test files use this macro. > So move it to the common test.h header to avoid duplicating > it. > Please add brief cover in the future  (patch 00/N) when you have a large series, even if they are mostly

[Libva] [PATCH intel-driver 01/11] test: move ASSERT_NO_FAILURE macro to test.h

2016-09-28 Thread U. Artie Eoff
Both jpeg decode and encode test files use this macro. So move it to the common test.h header to avoid duplicating it. Signed-off-by: U. Artie Eoff --- test/i965_jpeg_decode_test.cpp | 4 test/i965_jpeg_encode_test.cpp | 4 test/test.h| 4