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

Commit ebfbc2d

Browse files
committed
disable undefined-symbols.cpp as it seems to be flaky
1 parent e1732a7 commit ebfbc2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SYCL/KernelAndProgram/undefined-symbol.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
// XFAIL: cuda || hip
1+
// XFAIL: cuda || hip || (opencl && gpu)
22
// RUN: %clangxx -fsycl %s -o %t.out
33
// RUN: %CPU_RUN_PLACEHOLDER %t.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
66
//
7+
// REQUIRES: TEMPORARY_DISABLED
78
//==--- undefined-symbol.cpp - Error handling for undefined device symbol --==//
89
//
910
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

0 commit comments

Comments
 (0)