- 
                Notifications
    You must be signed in to change notification settings 
- Fork 794
Closed
Closed
Copy link
Labels
Description
Describe the bug
KernelCompiler/persistent_auto_pch_stress_deletion.cpp has been observed to fail on Windows CI (see for example #20419).
  ******************** TEST 'SYCL :: KernelCompiler/persistent_auto_pch_stress_deletion.cpp' FAILED ********************
  Exit Code: 3221226505
  
  Command Output (stdout):
  --
  # RUN: at line 2
  env ONEAPI_DEVICE_SELECTOR=level_zero:gpu  ...\llvm\build-e2e\KernelCompiler\Output\persistent_auto_pch_stress_deletion.cpp.tmp.out
  # executed command: env ONEAPI_DEVICE_SELECTOR=level_zero:gpu '...\llvm\build-e2e\KernelCompiler\Output\persistent_auto_pch_stress_deletion.cpp.tmp.out'
  # .---command stderr------------
  # | Expected<T> must be checked before access or destruction.
  # | Unchecked Expected<T> contained error:
  # | no such file or directory: SYCL RTC Persistent Preambles: Can't get a temporary file
  # `-----------------------------
  # error: command failed with exit status: 0xc0000409
  
  --
To reproduce
Environment
Additional context
No response