Skip to content

Commit de022cc

Browse files
Revert "Do not use AUB + TBX in TBX test mode."
This reverts commit 5a1f8078cbacb7f5204886c673b8c15bd8fd8ae3. Change-Id: I1c6feb457afdd3e3ccbbdd00d41856d8fea0a099
1 parent 2764179 commit de022cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit_tests/aub_tests/fixtures/aub_fixture.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class AUBFixture : public CommandQueueHwFixture {
3737

3838
executionEnvironment = new ExecutionEnvironment;
3939
if (testMode == TestMode::AubTestsWithTbx) {
40-
this->csr = TbxCommandStreamReceiver::create(hwInfo, false, *executionEnvironment);
40+
this->csr = TbxCommandStreamReceiver::create(hwInfo, true, *executionEnvironment);
4141
} else {
4242
this->csr = AUBCommandStreamReceiver::create(hwInfo, strfilename.str(), true, *executionEnvironment);
4343
}

0 commit comments

Comments
 (0)