mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-10 12:53:42 +08:00
Remove usage of TestLegacy from opencl tests
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
44d218e52e
commit
bca852617c
@ -15,7 +15,7 @@
|
||||
|
||||
using namespace NEO;
|
||||
|
||||
using Gen8KernelTest = TestLegacy<ClDeviceFixture>;
|
||||
using Gen8KernelTest = Test<ClDeviceFixture>;
|
||||
GEN8TEST_F(Gen8KernelTest, givenKernelWhenCanTransformImagesIsCalledThenReturnsFalse) {
|
||||
MockKernelWithInternals mockKernel(*pClDevice);
|
||||
auto retVal = mockKernel.mockKernel->Kernel::canTransformImages();
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
using namespace NEO;
|
||||
|
||||
using Gen8ClDeviceCaps = TestLegacy<ClDeviceFixture>;
|
||||
using Gen8ClDeviceCaps = Test<ClDeviceFixture>;
|
||||
|
||||
GEN8TEST_F(Gen8ClDeviceCaps, WhenCheckingExtensionStringThenFp64IsSupported) {
|
||||
const auto &caps = pClDevice->getDeviceInfo();
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
using namespace NEO;
|
||||
|
||||
using Gen8PlatformCaps = TestLegacy<PlatformFixture>;
|
||||
using Gen8PlatformCaps = Test<PlatformFixture>;
|
||||
|
||||
GEN8TEST_F(Gen8PlatformCaps, WhenCheckingExtensionStringThenFp64IsSupported) {
|
||||
const auto &caps = pPlatform->getPlatformInfo();
|
||||
|
Reference in New Issue
Block a user