Revert "Do not use AUB + TBX in TBX test mode."

This reverts commit 5a1f8078cbacb7f5204886c673b8c15bd8fd8ae3.

Change-Id: I1c6feb457afdd3e3ccbbdd00d41856d8fea0a099
This commit is contained in:
Mrozek, Michal
2019-01-24 09:29:53 +01:00
committed by sys_ocldev
parent 276417969b
commit de022cc0eb

View File

@ -37,7 +37,7 @@ class AUBFixture : public CommandQueueHwFixture {
executionEnvironment = new ExecutionEnvironment;
if (testMode == TestMode::AubTestsWithTbx) {
this->csr = TbxCommandStreamReceiver::create(hwInfo, false, *executionEnvironment);
this->csr = TbxCommandStreamReceiver::create(hwInfo, true, *executionEnvironment);
} else {
this->csr = AUBCommandStreamReceiver::create(hwInfo, strfilename.str(), true, *executionEnvironment);
}