diff --git a/SYCL/ESIMD/spec_const/spec_const_char.cpp b/SYCL/ESIMD/spec_const/spec_const_char.cpp index dd82285883..8828985c2c 100644 --- a/SYCL/ESIMD/spec_const/spec_const_char.cpp +++ b/SYCL/ESIMD/spec_const/spec_const_char.cpp @@ -14,6 +14,7 @@ // UNSUPPORTED: windows // Linux Level Zero fail with assertion in SPIRV about specialization constant // type size. +// XFAIL: level_zero // RUN: %clangxx-esimd -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 90273c599f..2099ce43ab 100644 --- a/SYCL/ESIMD/spec_const/spec_const_short.cpp +++ b/SYCL/ESIMD/spec_const/spec_const_short.cpp @@ -14,6 +14,7 @@ // UNSUPPORTED: windows // Linux Level Zero fail with assertion in SPIRV about specialization constant // type size. +// XFAIL: level_zero // RUN: %clangxx-esimd -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 d8c877aebb..776840c96b 100644 --- a/SYCL/ESIMD/spec_const/spec_const_uchar.cpp +++ b/SYCL/ESIMD/spec_const/spec_const_uchar.cpp @@ -14,6 +14,7 @@ // UNSUPPORTED: windows // Linux Level Zero fail with assertion in SPIRV about specialization constant // type size. +// XFAIL: level_zero // RUN: %clangxx-esimd -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 f6401a9cf4..8515b6cb29 100644 --- a/SYCL/ESIMD/spec_const/spec_const_ushort.cpp +++ b/SYCL/ESIMD/spec_const/spec_const_ushort.cpp @@ -14,6 +14,7 @@ // UNSUPPORTED: windows // Linux Level Zero fail with assertion in SPIRV about specialization constant // type size. +// XFAIL: level_zero // RUN: %clangxx-esimd -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 487075c632..b3647929eb 100644 --- a/SYCL/InlineAsm/asm_loop.cpp +++ b/SYCL/InlineAsm/asm_loop.cpp @@ -3,6 +3,7 @@ // 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 6fb9e1d356..8163e60948 100644 --- a/SYCL/InlineAsm/asm_switch.cpp +++ b/SYCL/InlineAsm/asm_switch.cpp @@ -3,6 +3,7 @@ // RUN: %clangxx -fsycl %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out +// XFAIL:* #include "include/asmhelper.h" #include