Skip to content

Commit 23fa10d

Browse files
authored
[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 <[email protected]>
1 parent 7d3ac99 commit 23fa10d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sycl/test-e2e/ESIMD/api/functional/ctors/ctor_load_usm_fp_extra.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
// It is expected for destination simd instance to store a bitwise same data as
1616
// the reference one.
1717

18-
// https://github.com/intel/llvm/issues/14650
19-
// UNSUPPORTED: linux
20-
2118
#include "ctor_load_usm.hpp"
2219

2320
using namespace esimd_test::api::functional;

0 commit comments

Comments
 (0)