-
Notifications
You must be signed in to change notification settings - Fork 13.6k
[libc++] <experimental/simd> Add assignment operator of simd reference #70020
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
373bd7c
to
3acc902
Compare
3acc902
to
542045c
Compare
✅ With the latest revision this PR passed the C/C++ code formatter. |
094c608
to
b513fc1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with comments addressed.
libcxx/test/std/experimental/simd/simd.reference/reference_assignment.pass.cpp
Show resolved
Hide resolved
b513fc1
to
8848edd
Compare
Are these CI errors related? I didn't quite understand these error messages. |
The FreeBSD failure looks like a fluke. I have no idea what AIX is complaining about, but that one looks like it's related. I'd just add an |
8848edd
to
c4184e4
Compare
Introduced with cf0f6a1 (#70020). https://lab.llvm.org/buildbot/#/builders/237/builds/5145 https://lab.llvm.org/buildbot/#/builders/236/builds/7004 https://lab.llvm.org/buildbot/#/builders/239/builds/4269 Sometimes it passes with Asan but it's extemly slow ``` Slowest Tests: 1388.61s: llvm-libc++-shared.cfg.in :: std/experimental/simd/simd.reference/reference_assignment.pass.cpp 309.42s: llvm-libc++-shared.cfg.in :: std/containers/sequences/deque/deque.modifiers/insert_size_value.pass.cpp ```
I've disabled the test with sanitizers, it timeouts on ARM Also I just checked x86_64, it also slowest test:
@joy2myself Maybe you want to tweak the test to make it faster (< 50s ? ) and reenable sanitizers? |
@vitalybuka What do you mean with "it timeouts on ARM"? Our CI ran just fine. |
https://lab.llvm.org/buildbot/#/builders/239/builds/4263/steps/11/logs/stdio How long it takes to run that test? |
No description provided.