Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYCL][ESIMD][E2E] Re-enable ctor_load_usm_fp_extra.cpp (#14929)
The test was disabled on Linux but the error message shows it failed on Windows: ``` # | ...\llvm\install\bin\clang-offload-wrapper: error: '...\AppData\Local\Temp\lit-tmp-36f_juo7\ctor_load_usm_fp_extra-167ca4_esimd_14.sym': Operation did not complete successfully because the file contains a virus or potentially unwanted software. ``` `AppData` is a Windows folder and the linked PRs show it failing in the Windows job (example [here](https://github.com/intel/llvm/actions/runs/9994419232/job/27630212012)) The test isn't failing on Windows where the issue was reported to occur, so just remove the wrong `UNSUPPORTED` line. Closes: #14650 Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
- Loading branch information