mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 22:43:00 +08:00
Add Unrecoverable if GraphicsAllocation in use is being destroyed.
Change-Id: I74a54ef023c62e12d711db07d79942166e002188
This commit is contained in:
committed by
sys_ocldev
parent
a9a24e82e5
commit
e923c2211b
@@ -54,6 +54,10 @@ TEST_F(DeviceTest, getCommandStreamReceiver) {
|
||||
EXPECT_NE(nullptr, &pDevice->getCommandStreamReceiver());
|
||||
}
|
||||
|
||||
TEST_F(DeviceTest, givenDeviceWhenPeekCommandStreamReceiverIsCalledThenCommandStreamReceiverIsReturned) {
|
||||
EXPECT_NE(nullptr, pDevice->peekCommandStreamReceiver());
|
||||
}
|
||||
|
||||
TEST_F(DeviceTest, getSupportedClVersion) {
|
||||
auto version = pDevice->getSupportedClVersion();
|
||||
auto version2 = pDevice->getHardwareInfo().capabilityTable.clVersionSupport;
|
||||
|
||||
Reference in New Issue
Block a user