Skip to content

Commit

Permalink
[SYCL][ESIMD][E2E] Re-enable ctor_load_usm_fp_extra.cpp (#14929)
Browse files Browse the repository at this point in the history
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
sarnex authored Aug 5, 2024
1 parent 7d3ac99 commit 23fa10d
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
// It is expected for destination simd instance to store a bitwise same data as
// the reference one.

// https://github.com/intel/llvm/issues/14650
// UNSUPPORTED: linux

#include "ctor_load_usm.hpp"

using namespace esimd_test::api::functional;
Expand Down

0 comments on commit 23fa10d

Please sign in to comment.