OSDN Git Service

test: add streamable operators for VA structs and other
authorU. Artie Eoff <ullysses.a.eoff@intel.com>
Mon, 26 Sep 2016 20:11:45 +0000 (13:11 -0700)
committerXiang, Haihao <haihao.xiang@intel.com>
Mon, 31 Oct 2016 02:00:08 +0000 (10:00 +0800)
commitc2b323e9875b3f13bd9c105003eb4428921a65d3
treebf48cc92783660c2929f59efbfdaa6418052405b
parent052b59e0bad2578d5e5db7933562ce46ae08322f
test: add streamable operators for VA structs and other

Add convenience streamable operators for VA and other common
data structures so that tests can log them as needed.

v2: put std::array stream operators into the std namespace
otherwise gcc 5.x complains.

Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
Reviewed-by: Zhao Yakui <yakui.zhao@intel.com>
(cherry picked from commit d41af8d42e6f3522d7a1af40cae7232c52d47d9c)
test/i965_streamable.h [new file with mode: 0644]
test/i965_test_fixture.h