diff --git a/SYCL/ESIMD/spec_const/spec_const_char.cpp b/SYCL/ESIMD/spec_const/spec_const_char.cpp index b95ddbc467..1f2bd0fddf 100644 --- a/SYCL/ESIMD/spec_const/spec_const_char.cpp +++ b/SYCL/ESIMD/spec_const/spec_const_char.cpp @@ -14,7 +14,6 @@ // UNSUPPORTED: windows // Linux Level Zero fail with assertion in SPIRV about specialization constant // type size. -// XFAIL: level_zero // RUN: %clangxx -fsycl -I%S/.. %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out // UNSUPPORTED: cuda diff --git a/SYCL/ESIMD/spec_const/spec_const_short.cpp b/SYCL/ESIMD/spec_const/spec_const_short.cpp index 244b3f245c..b47b658254 100644 --- a/SYCL/ESIMD/spec_const/spec_const_short.cpp +++ b/SYCL/ESIMD/spec_const/spec_const_short.cpp @@ -14,7 +14,6 @@ // UNSUPPORTED: windows // Linux Level Zero fail with assertion in SPIRV about specialization constant // type size. -// XFAIL: level_zero // RUN: %clangxx -fsycl -I%S/.. %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out // UNSUPPORTED: cuda diff --git a/SYCL/ESIMD/spec_const/spec_const_uchar.cpp b/SYCL/ESIMD/spec_const/spec_const_uchar.cpp index fa09760238..f481923a2a 100644 --- a/SYCL/ESIMD/spec_const/spec_const_uchar.cpp +++ b/SYCL/ESIMD/spec_const/spec_const_uchar.cpp @@ -14,7 +14,6 @@ // UNSUPPORTED: windows // Linux Level Zero fail with assertion in SPIRV about specialization constant // type size. -// XFAIL: level_zero // RUN: %clangxx -fsycl -I%S/.. %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out // UNSUPPORTED: cuda diff --git a/SYCL/ESIMD/spec_const/spec_const_ushort.cpp b/SYCL/ESIMD/spec_const/spec_const_ushort.cpp index f197b188f4..7b737f71ff 100644 --- a/SYCL/ESIMD/spec_const/spec_const_ushort.cpp +++ b/SYCL/ESIMD/spec_const/spec_const_ushort.cpp @@ -14,7 +14,6 @@ // UNSUPPORTED: windows // Linux Level Zero fail with assertion in SPIRV about specialization constant // type size. -// XFAIL: level_zero // RUN: %clangxx -fsycl -I%S/.. %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out // UNSUPPORTED: cuda diff --git a/SYCL/InlineAsm/asm_loop.cpp b/SYCL/InlineAsm/asm_loop.cpp index b3647929eb..487075c632 100644 --- a/SYCL/InlineAsm/asm_loop.cpp +++ b/SYCL/InlineAsm/asm_loop.cpp @@ -3,7 +3,6 @@ // RUN: %clangxx -fsycl %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out -// XFAIL:* #include "include/asmhelper.h" #include #include diff --git a/SYCL/InlineAsm/asm_switch.cpp b/SYCL/InlineAsm/asm_switch.cpp index 8163e60948..6fb9e1d356 100644 --- a/SYCL/InlineAsm/asm_switch.cpp +++ b/SYCL/InlineAsm/asm_switch.cpp @@ -3,7 +3,6 @@ // RUN: %clangxx -fsycl %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out -// XFAIL:* #include "include/asmhelper.h" #include