Skip to content

Commit 4e16150

Browse files
Artem Gindinsonagainull
authored andcommitted
[SYCL][NFC] Remove TODO comments from the already-fixed tests
Signed-off-by: Artem Gindinson <[email protected]>
1 parent 6a0e279 commit 4e16150

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

sycl/test/basic_tests/stream/auto_flush.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// RUN: %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER
44
// RUN: %GPU_RUN_ON_LINUX_PLACEHOLDER %t.out %GPU_CHECK_ON_LINUX_PLACEHOLDER
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out %ACC_CHECK_PLACEHOLDER
6-
// TODO: SYCL specific fail - analyze and enable
76
//==-------------- copy.cpp - SYCL stream obect auto flushing test ---------==//
87
//
98
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

sycl/test/basic_tests/stream/stream.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// RUN: %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER
44
// RUN: %GPU_RUN_ON_LINUX_PLACEHOLDER %t.out %GPU_CHECK_ON_LINUX_PLACEHOLDER
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out %ACC_CHECK_PLACEHOLDER
6-
// TODO: SYCL specific fail - analyze and enable
76
//==------------------ stream.cpp - SYCL stream basic test -----------------==//
87
//
98
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

sycl/test/hier_par/hier_par_basic.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
// RUN: %clangxx -fsycl %s -o %t.out
1010
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
11-
// TODO: SYCL specific fail - analyze and enable on Windows
1211
// RUN: %CPU_RUN_PLACEHOLDER %t.out
1312
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1413
// RUN: %ACC_RUN_PLACEHOLDER %t.out

sycl/test/hier_par/hier_par_wgscope.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
// RUN: %clangxx -fsycl %s -o %t.out
1010
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
11-
// TODO: SYCL specific fail - analyze and enable on Windows
1211
// RUN: %CPU_RUN_PLACEHOLDER %t.out
1312
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1413
// RUN: %ACC_RUN_PLACEHOLDER %t.out

0 commit comments

Comments
 (0)