Closed
Description
Describe the bug
Running Adapters/level_zero_eager_init.cpp
on Battlemage on windows with prebuilt E2E binaries flakily XPASSes, or induces other tests to hang. Verified on CI.
Runs prior to changing markup for Adapters/level_zero_eager_init.cpp
could hang:
The E2E tests do not hang here, but Adapters/level_zero_eager_init.cpp
reports as XPASS:
After removing the XFAIL from Adapters/level_zero_eager_init.cpp
, a test hangs, and after disabling the hanging test a different test hangs:
- https://github.com/intel/llvm/actions/runs/14481582243/job/40620609360
- https://github.com/intel/llvm/actions/runs/14483077653/job/40624380817
After disabling the Adapters/level_zero_eager_init.cpp
(instead of XFAILing) E2E tests pass without hanging:
- https://github.com/intel/llvm/actions/runs/14497224154/attempts/1
- https://github.com/intel/llvm/actions/runs/14497224154/attempts/2
- https://github.com/intel/llvm/actions/runs/14497224154/attempts/3
To reproduce
Environment
No response
Additional context
No response