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

Commit 74f5ddf

Browse files
authored
[SYCL] Disable tests failing in CI (#668)
1 parent 70592b7 commit 74f5ddf

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

SYCL/Basic/free_function_queries/free_function_queries.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
// RUN: %CPU_RUN_PLACEHOLDER %t.out
55
// RUN: %GPU_RUN_PLACEHOLDER %t.out
66

7+
// UNSUPPORTED: windows
8+
// The failure is caused by intel/llvm#5213
9+
710
//==- free_function_queries.cpp - SYCL free function queries test -=//
811
//
912
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

SYCL/Basic/free_function_queries/free_function_queries_sub_group.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
// RUN: %CPU_RUN_PLACEHOLDER %t.out
88
// RUN: %GPU_RUN_PLACEHOLDER %t.out
99

10+
// UNSUPPORTED: windows
11+
// The failure is caused by intel/llvm#5213
12+
1013
//==- free_function_queries_sub_group.cpp - SYCL free queries for sub group -=//
1114
//
1215
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

SYCL/ESIMD/api/simd_view_copy_move_assign.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
// UNSUPPORTED: cuda || hip
1010
// RUN: %clangxx -fsycl %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
12-
//
12+
13+
// UNSUPPORTED: windows
14+
// Temprorary disabled on Windows until intel/llvm-test-suite#664 fixed
1315

1416
// This test checks the behavior of simd_view constructors
1517
// and assignment operators.

SYCL/XPTI/basic_event_collection.cpp

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// RUN: %clangxx -fsycl -fsycl-unnamed-lambda -fsycl-targets=%sycl_triple %s -o %t.out
44
// 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
55

6+
// REQUIRES: TEMPORARY_DISABLED
67
#ifdef XPTI_COLLECTOR
78

89
#include "Inputs/test_collector.cpp"
@@ -65,7 +66,7 @@ int main() {
6566
// CHECK-NEXT: PI Call Begin : piKernelGetGroupInfo
6667
// CHECK-NEXT: PI Call Begin : piEnqueueKernelLaunch
6768
// CHECK-NEXT: Node create
68-
// CHECK-NEXT: sym_line_no : 21
69+
// CHECK-NEXT: sym_line_no : {{.*}}
6970
// CHECK-NEXT: sym_source_file_name : {{.*}}
7071
// CHECK-NEXT: sym_function_name : typeinfo name for main::{lambda(cl::sycl::handler&)#1}::operator()(cl::sycl::handler&) const::{lambda()#1}
7172
// CHECK-NEXT: from_source : false
@@ -76,7 +77,7 @@ int main() {
7677
// CHECK-NEXT: Edge create
7778
// CHECK-NEXT: event : Event[{{.*}}]
7879
// CHECK-NEXT: Task begin
79-
// CHECK-NEXT: sym_line_no : 21
80+
// CHECK-NEXT: sym_line_no : {{.*}}
8081
// CHECK-NEXT: sym_source_file_name : {{.*}}
8182
// CHECK-NEXT: sym_function_name : typeinfo name for main::{lambda(cl::sycl::handler&)#1}::operator()(cl::sycl::handler&) const::{lambda()#1}
8283
// CHECK-NEXT: from_source : false
@@ -88,14 +89,14 @@ int main() {
8889
// CHECK-NEXT: PI Call Begin : piKernelGetGroupInfo
8990
// CHECK-NEXT: PI Call Begin : piEnqueueKernelLaunch
9091
// CHECK-NEXT: Signal
91-
// CHECK-NEXT: sym_line_no : 21
92+
// CHECK-NEXT: sym_line_no : {{.*}}
9293
// CHECK-NEXT: sym_source_file_name : {{.*}}
9394
// CHECK-NEXT: sym_function_name : typeinfo name for main::{lambda(cl::sycl::handler&)#1}::operator()(cl::sycl::handler&) const::{lambda()#1}
9495
// CHECK-NEXT: from_source : false
9596
// CHECK-NEXT: kernel_name : typeinfo name for main::{lambda(cl::sycl::handler&)#1}::operator()(cl::sycl::handler&) const::{lambda()#1}
9697
// CHECK-NEXT: sycl_device : {{.*}}
9798
// CHECK-NEXT: Task end
98-
// CHECK-NEXT: sym_line_no : 21
99+
// CHECK-NEXT: sym_line_no : {{.*}}
99100
// CHECK-NEXT: sym_source_file_name : {{.*}}
100101
// CHECK-NEXT: sym_function_name : typeinfo name for main::{lambda(cl::sycl::handler&)#1}::operator()(cl::sycl::handler&) const::{lambda()#1}
101102
// CHECK-NEXT: from_source : false

0 commit comments

Comments
 (0)