Skip to content

Commit 281d103

Browse files
authored
[SYCL] Temporarily disable CommandGraphExtensionTests (#17169)
See #17168. Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 6dc419f commit 281d103

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed
Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
set(CMAKE_CXX_EXTENSIONS OFF)
22

3-
add_sycl_unittest(CommandGraphExtensionTests OBJECT
4-
Barrier.cpp
5-
CommandGraph.cpp
6-
CommonReferenceSemantics.cpp
7-
Exceptions.cpp
8-
InOrderQueue.cpp
9-
MultiThreaded.cpp
10-
Queries.cpp
11-
Regressions.cpp
12-
Subgraph.cpp
13-
Update.cpp
14-
Properties.cpp
15-
)
3+
# https://github.com/intel/llvm/issues/17168
4+
# add_sycl_unittest(CommandGraphExtensionTests OBJECT
5+
# Barrier.cpp
6+
# CommandGraph.cpp
7+
# CommonReferenceSemantics.cpp
8+
# Exceptions.cpp
9+
# InOrderQueue.cpp
10+
# MultiThreaded.cpp
11+
# Queries.cpp
12+
# Regressions.cpp
13+
# Subgraph.cpp
14+
# Update.cpp
15+
# Properties.cpp
16+
# )

0 commit comments

Comments
 (0)