-
Notifications
You must be signed in to change notification settings - Fork 813
Closed
Labels
Description
Describe the bug
build-cts/bin/test_accessor
Wed Jul 10 04:22:26 UTC 2024
Randomness seeded to: 2079819610
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The SYCL 2020 Conformance Test Suite is a Catch2 v3.2.1 host application.
Run with -? for options
-------------------------------------------------------------------------------
LegacyRandomAccessIterator requirement verification for sycl::accessor iterator
-------------------------------------------------------------------------------
/__w/llvm/llvm/khronos_sycl_cts/tests/accessor/accessor_iterator_requirement.cpp:121
...............................................................................
/__w/llvm/llvm/khronos_sycl_cts/tests/accessor/accessor_iterator_requirement.cpp:47: FAILED:
explicitly with message:
Iterator must be swappable.
/__w/llvm/llvm/khronos_sycl_cts/tests/accessor/accessor_iterator_requirement.cpp:47: FAILED:
explicitly with message:
Iterator must be swappable.
/__w/llvm/llvm/khronos_sycl_cts/tests/accessor/accessor_iterator_requirement.cpp:47: FAILED:
explicitly with message:
Provided iterator not satisfy to LegacyOutputIterator requirement.
iterator_traits::reference must be const T& or const T&&.
-------------------------------------------------------------------------------
LegacyRandomAccessIterator requirement verification for sycl::accessor const
iterator
-------------------------------------------------------------------------------
/__w/llvm/llvm/khronos_sycl_cts/tests/accessor/accessor_iterator_requirement.cpp:137
...............................................................................
/__w/llvm/llvm/khronos_sycl_cts/tests/accessor/accessor_iterator_requirement.cpp:47: FAILED:
explicitly with message:
Iterator must be swappable.
/__w/llvm/llvm/khronos_sycl_cts/tests/accessor/accessor_iterator_requirement.cpp:47: FAILED:
explicitly with message:
Iterator must be swappable.
-------------------------------------------------------------------------------
LegacyRandomAccessIterator requirement verification for sycl::accessor reverse
iterator
-------------------------------------------------------------------------------
/__w/llvm/llvm/khronos_sycl_cts/tests/accessor/accessor_iterator_requirement.cpp:153
...............................................................................
/__w/llvm/llvm/khronos_sycl_cts/tests/accessor/accessor_iterator_requirement.cpp:47: FAILED:
explicitly with message:
Iterator must be swappable.
/__w/llvm/llvm/khronos_sycl_cts/tests/accessor/accessor_iterator_requirement.cpp:47: FAILED:
explicitly with message:
Iterator must be swappable.
/__w/llvm/llvm/khronos_sycl_cts/tests/accessor/accessor_iterator_requirement.cpp:47: FAILED:
explicitly with message:
Provided iterator not satisfy to LegacyOutputIterator requirement.
iterator_traits::reference must be const T& or const T&&.
-------------------------------------------------------------------------------
LegacyRandomAccessIterator requirement verification for sycl::accessor const
reverse iterator
-------------------------------------------------------------------------------
/__w/llvm/llvm/khronos_sycl_cts/tests/accessor/accessor_iterator_requirement.cpp:169
...............................................................................
/__w/llvm/llvm/khronos_sycl_cts/tests/accessor/accessor_iterator_requirement.cpp:47: FAILED:
explicitly with message:
Iterator must be swappable.
/__w/llvm/llvm/khronos_sycl_cts/tests/accessor/accessor_iterator_requirement.cpp:47: FAILED:
explicitly with message:
Iterator must be swappable.
===============================================================================
test cases: 1138 | 1134 passed | 4 failed
assertions: 109211 | 109201 passed | 10 failed
https://github.com/intel/llvm/actions/runs/9867495007/job/27248337477
To reproduce
No response
Environment
No response
Additional context
No response
Reactions are currently unavailable