We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 863ade0 commit ad75198Copy full SHA for ad75198
sycl/test/syclbin/input_files.cpp
@@ -1,5 +1,6 @@
1
// RUN: not syclbin-dump nonexistent.syclbin 2>&1 | FileCheck %s --check-prefix CHECK-NONEXISTENT-FILE
2
// RUN: not syclbin-dump %S/Inputs/malformed.syclbin 2>&1 | FileCheck %s --check-prefix CHECK-MALFORMED-FILE
3
-
+// UNSUPPORTED: linux
4
+// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19404
5
// CHECK-NONEXISTENT-FILE: Failed to open or read file nonexistent.syclbin
6
// CHECK-MALFORMED-FILE: Invalid data was encountered while parsing the file
0 commit comments