llvm icon indicating copy to clipboard operation
llvm copied to clipboard

Basic/image/image_write.cpp fails with Linux BMG

Open sarnex opened this issue 3 months ago • 3 comments

Describe the bug

-- Testing: 2477 tests, 24 workers --
  FAIL: SYCL :: Basic/image/image_write.cpp (370 of 2477)
  ******************** TEST 'SYCL :: Basic/image/image_write.cpp' FAILED ********************
  Exit Code: 255
  
  Command Output (stdout):
  --
  # RUN: at line 2
  /__w/llvm/llvm/toolchain/bin//clang++ -Werror -fpreview-breaking-changes -D_GLIBCXX_USE_CXX11_ABI=0 -fsycl -fsycl-targets=spir64  /__w/llvm/llvm/llvm/sycl/test-e2e/Basic/image/image_write.cpp -o /__w/llvm/llvm/build-e2e/Basic/image/Output/image_write.cpp.tmp.out
  # executed command: /__w/llvm/llvm/toolchain/bin//clang++ -Werror -fpreview-breaking-changes -D_GLIBCXX_USE_CXX11_ABI=0 -fsycl -fsycl-targets=spir64 /__w/llvm/llvm/llvm/sycl/test-e2e/Basic/image/image_write.cpp -o /__w/llvm/llvm/build-e2e/Basic/image/Output/image_write.cpp.tmp.out
  # note: command had no output on stdout or stderr
  # RUN: at line 3
  env ONEAPI_DEVICE_SELECTOR=level_zero:gpu  /__w/llvm/llvm/build-e2e/Basic/image/Output/image_write.cpp.tmp.out
  # executed command: env ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/Basic/image/Output/image_write.cpp.tmp.out
  # note: command had no output on stdout or stderr
  # error: command failed with exit status: 255
  

https://github.com/intel/llvm/actions/runs/18040793475/job/51339663412

To reproduce

No response

Environment

  • OS: [e.g Windows/Linux]
  • Target device and vendor: [e.g. Intel GPU]
  • DPC++ version: [e.g. commit hash or output of clang++ --version]
  • Dependencies version: [e.g. the output of sycl-ls --verbose]

Additional context

No response

sarnex avatar Sep 26 '25 20:09 sarnex

Note now it seems failing in normal, passing in preview. See https://github.com/intel/llvm/pull/20322

sarnex avatar Oct 08 '25 17:10 sarnex

Actually failure seems sporadic

sarnex avatar Oct 09 '25 18:10 sarnex

Also seeing this in Basic/image/image_read.cpp and sycl/test-e2e/Basic/image/image_sample.cpp

sarnex avatar Dec 05 '25 19:12 sarnex