intel / llvm

Intel staging area for llvm.org contribution. Home for Intel LLVM-based projects.
Other
1.21k stars 725 forks source link

ESIMD/api/functional/ctors/ctor_load_usm_fp_extra.cpp fails in pre-commit due to it being "unwanted software" #14650

Closed steffenlarsen closed 1 month ago

steffenlarsen commented 1 month ago

Describe the bug

sycl/test-e2e/ESIMD/api/functional/ctors/ctor_load_usm_fp_extra.cpp has been observed to fail in multiple PRs due to

# | ...\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.
# | clang++: error: clang-offload-wrapper command failed with exit code 1 (use -v to see invocation)

This may be a system configuration issue, but until it has been addressed the test will be disabled on linux.

To reproduce

  1. Include a code snippet that is as short as possible
  2. Specify the command which should be used to compile the program
  3. Specify the command which should be used to launch the program
  4. Indicate what is wrong and what was expected

Environment

Additional context

No response

steffenlarsen commented 1 month ago

Test will be disabled in https://github.com/intel/llvm/pull/14651.