SYCL :: SpecConstants/2020/non-packed-struct-2.cpp sporadically fails.
- Dominant language
- LLVM
- Stars
- 1.5k
- Forks
- 854
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 137
Description
### Describe the bug
SYCL :: SpecConstants/2020/non-packed-struct-2.cpp failed in pre-commit for https://github.com/intel/llvm/pull/17258, which should not have any impact on the test.
```bash
FAIL: SYCL :: SpecConstants/2020/non-packed-struct-2.cpp (1247 of 2268)
******************** TEST 'SYCL :: SpecConstants/2020/non-packed-struct-2.cpp' FAILED ********************
Exit Code: 134
Command Output (stdout):
--
user_defined_type {
a = 1
d = a
b = 2
c =
}
user_defined_type {
a = 0
d =
b = 0
c =
}
--
Command Output (stderr):
--
RUN: at line 2: env UR_CUDA_ENABLE_IMAGE_SUPPORT=1 ONEAPI_DEVICE_SELECTOR=cuda:gpu /__w/llvm/llvm/build-e2e/SpecConstants/2020/Output/non-packed-struct-2.cpp.tmp.out
+ env UR_CUDA_ENABLE_IMAGE_SUPPORT=1 ONEAPI_DEVICE_SELECTOR=cuda:gpu /__w/llvm/llvm/build-e2e/SpecConstants/2020/Output/non-packed-struct-2.cpp.tmp.out
non-packed-struct-2.cpp.tmp.out: /__w/llvm/llvm/llvm/sycl/test-e2e/SpecConstants/2020/non-packed-struct-2.cpp:67: int main(): Assertion `new_data == data' failed.
/__w/llvm/llvm/build-e2e/SpecConstants/2020/Output/non-packed-struct-2.cpp.script: line 1: 6503 Aborted (core dumped) env UR_CUDA_ENABLE_IMAGE_SUPPORT=1 ONEAPI_DEVICE_SELECTOR=cuda:gpu /__w/llvm/llvm/build-e2e/SpecConstants/2020/Output/non-packed-struct-2.cpp.tmp.out
--
********************
```
Log link: https://github.com/intel/llvm/actions/runs/13637825325/job/38126326178?pr=17258
### To reproduce
_No response_
### Environment
_No response_
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.