From 4efd5d7a01a5ee8c2bcface611a97e1af82827db Mon Sep 17 00:00:00 2001 From: yanfeng xiao Date: Thu, 25 Mar 2021 13:24:25 +0800 Subject: [PATCH] [SYCL] Remove 6 ESIMD and InlineAsm tests' XFAIL when GPU uplift --- SYCL/ESIMD/spec_const/spec_const_char.cpp | 1 - SYCL/ESIMD/spec_const/spec_const_short.cpp | 1 - SYCL/ESIMD/spec_const/spec_const_uchar.cpp | 1 - SYCL/ESIMD/spec_const/spec_const_ushort.cpp | 1 - SYCL/InlineAsm/asm_loop.cpp | 1 - SYCL/InlineAsm/asm_switch.cpp | 1 - 6 files changed, 6 deletions(-) diff --git a/SYCL/ESIMD/spec_const/spec_const_char.cpp b/SYCL/ESIMD/spec_const/spec_const_char.cpp index 8828985c2c..dd82285883 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-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 2099ce43ab..90273c599f 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-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 776840c96b..d8c877aebb 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-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 8515b6cb29..f6401a9cf4 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-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 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