Skip to content

Commit 40872e5

Browse files
authored
[SYCL] Disable the LIT test 'debug-info-file-checksum.cpp' for Windows. (#6938)
The LIT test is using append-file. This command seems to have some escape character issue on Windows. Talked off-line to @pvchupin and agreed that for now the test case can be disabled for windows. Signed-off-by: Zahira Ammarguellat <zahira.ammarguellat@intel.com>
1 parent d55e9c2 commit 40872e5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

clang/test/CodeGenSYCL/debug-info-file-checksum.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,9 @@
3131
// COMP2: !DICompileUnit({{.*}} file: ![[#FILE2:]]
3232
// COMP2: ![[#FILE2]] = !DIFile(filename: "{{.*}}clang{{.+}}test{{.+}}CodeGenSYCL{{.+}}checksum.cpp"
3333
// COMP2-SAME: checksumkind: CSK_MD5, checksum: "259269f735d83ec32c46a11352458493")
34+
35+
// TODO: Fails on windows because of the use of append-file command that returns
36+
// path with "\\" on windows. getPresumedLoc is failing with Literal String
37+
// parser returning erroneous filename.
38+
// XFAIL: windows-msvc
39+

0 commit comments

Comments
 (0)