Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

[SYCL] Disable tests failing in CI #668

Merged
merged 4 commits into from
Dec 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions SYCL/Basic/free_function_queries/free_function_queries.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out

// UNSUPPORTED: windows
// The failure is caused by intel/llvm#5213

//==- free_function_queries.cpp - SYCL free function queries test -=//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out

// UNSUPPORTED: windows
// The failure is caused by intel/llvm#5213

//==- free_function_queries_sub_group.cpp - SYCL free queries for sub group -=//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
Expand Down
4 changes: 3 additions & 1 deletion SYCL/ESIMD/api/simd_view_copy_move_assign.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
// UNSUPPORTED: cuda || hip
// RUN: %clangxx -fsycl %s -o %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
//

// UNSUPPORTED: windows
// Temprorary disabled on Windows until intel/llvm-test-suite#664 fixed

// This test checks the behavior of simd_view constructors
// and assignment operators.
Expand Down
9 changes: 5 additions & 4 deletions SYCL/XPTI/basic_event_collection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// RUN: %clangxx -fsycl -fsycl-unnamed-lambda -fsycl-targets=%sycl_triple %s -o %t.out
// RUN: env XPTI_TRACE_ENABLE=1 env XPTI_FRAMEWORK_DISPATCHER=%xptifw_dispatcher env XPTI_SUBSCRIBERS=%t_collector.dll env SYCL_DEVICE_FILTER=opencl %t.out | FileCheck %s 2>&1

// REQUIRES: TEMPORARY_DISABLED
#ifdef XPTI_COLLECTOR

#include "Inputs/test_collector.cpp"
Expand Down Expand Up @@ -65,7 +66,7 @@ int main() {
// CHECK-NEXT: PI Call Begin : piKernelGetGroupInfo
// CHECK-NEXT: PI Call Begin : piEnqueueKernelLaunch
// CHECK-NEXT: Node create
// CHECK-NEXT: sym_line_no : 21
// CHECK-NEXT: sym_line_no : {{.*}}
// CHECK-NEXT: sym_source_file_name : {{.*}}
// CHECK-NEXT: sym_function_name : typeinfo name for main::{lambda(cl::sycl::handler&)#1}::operator()(cl::sycl::handler&) const::{lambda()#1}
// CHECK-NEXT: from_source : false
Expand All @@ -76,7 +77,7 @@ int main() {
// CHECK-NEXT: Edge create
// CHECK-NEXT: event : Event[{{.*}}]
// CHECK-NEXT: Task begin
// CHECK-NEXT: sym_line_no : 21
// CHECK-NEXT: sym_line_no : {{.*}}
// CHECK-NEXT: sym_source_file_name : {{.*}}
// CHECK-NEXT: sym_function_name : typeinfo name for main::{lambda(cl::sycl::handler&)#1}::operator()(cl::sycl::handler&) const::{lambda()#1}
// CHECK-NEXT: from_source : false
Expand All @@ -88,14 +89,14 @@ int main() {
// CHECK-NEXT: PI Call Begin : piKernelGetGroupInfo
// CHECK-NEXT: PI Call Begin : piEnqueueKernelLaunch
// CHECK-NEXT: Signal
// CHECK-NEXT: sym_line_no : 21
// CHECK-NEXT: sym_line_no : {{.*}}
// CHECK-NEXT: sym_source_file_name : {{.*}}
// CHECK-NEXT: sym_function_name : typeinfo name for main::{lambda(cl::sycl::handler&)#1}::operator()(cl::sycl::handler&) const::{lambda()#1}
// CHECK-NEXT: from_source : false
// CHECK-NEXT: kernel_name : typeinfo name for main::{lambda(cl::sycl::handler&)#1}::operator()(cl::sycl::handler&) const::{lambda()#1}
// CHECK-NEXT: sycl_device : {{.*}}
// CHECK-NEXT: Task end
// CHECK-NEXT: sym_line_no : 21
// CHECK-NEXT: sym_line_no : {{.*}}
// CHECK-NEXT: sym_source_file_name : {{.*}}
// CHECK-NEXT: sym_function_name : typeinfo name for main::{lambda(cl::sycl::handler&)#1}::operator()(cl::sycl::handler&) const::{lambda()#1}
// CHECK-NEXT: from_source : false
Expand Down