You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The E2E tests SYCL :: Basic/max_linear_work_group_size_props.cpp and SYCL :: Basic/max_work_group_size_props.cpp are marked as XFAIL on all adapters. Upon resolution, please remove the XFAIL's from the test source.
To reproduce
FAIL: SYCL :: Basic/max_linear_work_group_size_props.cpp (374 of 2242)
******************** TEST 'SYCL :: Basic/max_linear_work_group_size_props.cpp' FAILED ********************
Exit Code: 3
Command Output (stdout):
--
# RUN: at line 1
/__w/llvm/llvm/toolchain/bin//clang++ -Werror -fsycl -fsycl-targets=spir64 /__w/llvm/llvm/llvm/sycl/test-e2e/Basic/max_linear_work_group_size_props.cpp -o /__w/llvm/llvm/build-e2e/Basic/Output/max_linear_work_group_size_props.cpp.tmp.out
# executed command: /__w/llvm/llvm/toolchain/bin//clang++ -Werror -fsycl -fsycl-targets=spir64 /__w/llvm/llvm/llvm/sycl/test-e2e/Basic/max_linear_work_group_size_props.cpp -o /__w/llvm/llvm/build-e2e/Basic/Output/max_linear_work_group_size_props.cpp.tmp.out
# note: command had no output on stdout or stderr
# RUN: at line 2
env ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/Basic/Output/max_linear_work_group_size_props.cpp.tmp.out
# executed command: env ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/Basic/Output/max_linear_work_group_size_props.cpp.tmp.out
# .---command stderr------------
# | Test case MaxLinearWGSizeNegative failed: no exception has been thrown
# | Test case MaxLinearWGSizeNegative failed: no exception has been thrown
# | Test case MaxLinearWGSizeNegative failed: no exception has been thrown
# `-----------------------------
# error: command failed with exit status: 3
--
********************
FAIL: SYCL :: Basic/max_work_group_size_props.cpp ([38](https://github.com/intel/llvm/actions/runs/12379217785/job/34553234867?pr=16398#step:22:39)3 of 2242)
******************** TEST 'SYCL :: Basic/max_work_group_size_props.cpp' FAILED ********************
Exit Code: 24
Command Output (stdout):
--
# RUN: at line 1
/__w/llvm/llvm/toolchain/bin//clang++ -Werror -fsycl -fsycl-targets=spir64 /__w/llvm/llvm/llvm/sycl/test-e2e/Basic/max_work_group_size_props.cpp -o /__w/llvm/llvm/build-e2e/Basic/Output/max_work_group_size_props.cpp.tmp.out
# executed command: /__w/llvm/llvm/toolchain/bin//clang++ -Werror -fsycl -fsycl-targets=spir64 /__w/llvm/llvm/llvm/sycl/test-e2e/Basic/max_work_group_size_props.cpp -o /__w/llvm/llvm/build-e2e/Basic/Output/max_work_group_size_props.cpp.tmp.out
# note: command had no output on stdout or stderr
# RUN: at line 2
env ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/Basic/Output/max_work_group_size_props.cpp.tmp.out
# executed command: env ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/Basic/Output/max_work_group_size_props.cpp.tmp.out
# .---command stderr------------
# | Test case MaxWGSizeNegative failed: no exception has been thrown
# | Test case MaxWGSizeNegative failed: no exception has been thrown
# | Test case MaxWGSizeNegative failed: no exception has been thrown
# | Test case MaxWGSizeNegative failed: no exception has been thrown
# | Test case MaxWGSizeNegative failed: no exception has been thrown
# | Test case MaxWGSizeNegative failed: no exception has been thrown
# | Test case MaxWGSizeNegative failed: no exception has been thrown
# | Test case MaxWGSizeNegative failed: no exception has been thrown
# | Test case MaxWGSizeNegative failed: no exception has been thrown
# | Test case MaxWGSizeNegative failed: no exception has been thrown
# | Test case MaxWGSizeNegative failed: no exception has been thrown
# | Test case MaxWGSizeNegative failed: no exception has been thrown
# | Test case MaxWGSizeNegative failed: no exception has been thrown
# | Test case MaxWGSizeNegative failed: no exception has been thrown
# | Test case MaxWGSizeNegative failed: no exception has been thrown
# | Test case MaxWGSizeNegative failed: no exception has been thrown
# | Test case MaxWGSizeNegative failed: no exception has been thrown
# | Test case MaxWGSizeNegative failed: no exception has been thrown
# | Test case MaxWGSizeNegative failed: no exception has been thrown
# | Test case MaxWGSizeNegative failed: no exception has been thrown
# | Test case MaxWGSizeNegative failed: no exception has been thrown
# | Test case MaxWGSizeNegative failed: no exception has been thrown
# | Test case MaxWGSizeNegative failed: no exception has been thrown
# | Test case MaxWGSizeNegative failed: no exception has been thrown
# `-----------------------------
# error: command failed with exit status: 24
--
Describe the bug
The E2E tests
SYCL :: Basic/max_linear_work_group_size_props.cpp
andSYCL :: Basic/max_work_group_size_props.cpp
are marked as XFAIL on all adapters. Upon resolution, please remove the XFAIL's from the test source.To reproduce
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: