@@ -367,9 +367,6 @@ struct urQueueTest : urContextTest {
367367
368368struct urHostPipeTest : urQueueTest {
369369 void SetUp () override {
370- // We haven't got device code tests working on native cpu yet.
371- UUR_KNOWN_FAILURE_ON (uur::NativeCPU{});
372-
373370 // The host pipe support query isn't implement on l0
374371 UUR_KNOWN_FAILURE_ON (uur::LevelZero{}, uur::LevelZeroV2{});
375372
@@ -1215,9 +1212,6 @@ std::string deviceTestWithParamPrinter<SamplerCreateParamT>(
12151212
12161213struct urProgramTest : urQueueTest {
12171214 void SetUp () override {
1218- // We haven't got device code tests working on native cpu yet.
1219- UUR_KNOWN_FAILURE_ON (uur::NativeCPU{});
1220-
12211215 UUR_RETURN_ON_FATAL_FAILURE (urQueueTest::SetUp ());
12221216
12231217 ur_platform_backend_t backend;
@@ -1254,9 +1248,6 @@ struct urProgramTest : urQueueTest {
12541248
12551249template <class T > struct urProgramTestWithParam : urQueueTestWithParam<T> {
12561250 void SetUp () override {
1257- // We haven't got device code tests working on native cpu yet.
1258- UUR_KNOWN_FAILURE_ON (uur::NativeCPU{});
1259-
12601251 UUR_RETURN_ON_FATAL_FAILURE (urQueueTestWithParam<T>::SetUp ());
12611252
12621253 ur_platform_backend_t backend;
@@ -1303,9 +1294,6 @@ template <class T> struct urProgramTestWithParam : urQueueTestWithParam<T> {
13031294// instead.
13041295struct urBaseKernelTest : urProgramTest {
13051296 void SetUp () override {
1306- // We haven't got device code tests working on native cpu yet.
1307- UUR_KNOWN_FAILURE_ON (uur::NativeCPU{});
1308-
13091297 UUR_RETURN_ON_FATAL_FAILURE (urProgramTest::SetUp ());
13101298 auto kernel_names =
13111299 uur::KernelsEnvironment::instance->GetEntryPointNames (program_name);
0 commit comments