Skip to content

Commit ad75198

Browse files
authored
[SYCL] Disable failing unittest syclbin/input_files.cpp (#19406)
#19404 Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 863ade0 commit ad75198

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sycl/test/syclbin/input_files.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// RUN: not syclbin-dump nonexistent.syclbin 2>&1 | FileCheck %s --check-prefix CHECK-NONEXISTENT-FILE
22
// RUN: not syclbin-dump %S/Inputs/malformed.syclbin 2>&1 | FileCheck %s --check-prefix CHECK-MALFORMED-FILE
3-
3+
// UNSUPPORTED: linux
4+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19404
45
// CHECK-NONEXISTENT-FILE: Failed to open or read file nonexistent.syclbin
56
// CHECK-MALFORMED-FILE: Invalid data was encountered while parsing the file

0 commit comments

Comments
 (0)