Skip to content
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

[BUG]: Some tests do not support C++11 #650

Closed
1 task done
ahendriksen opened this issue Nov 2, 2023 · 0 comments · Fixed by #651
Closed
1 task done

[BUG]: Some tests do not support C++11 #650

ahendriksen opened this issue Nov 2, 2023 · 0 comments · Fixed by #651
Labels
bug Something isn't working right.

Comments

@ahendriksen
Copy link
Contributor

Is this a duplicate?

Type of Bug

Something else

Component

libcu++

Describe the bug

Some recently added tests fail when run with -std=c++11.

How to Reproduce

lit build/local/libcudacxx/test/cuda -vv   --param=std=c++11 --filter='.*barrier.*'
lit build/local/libcudacxx/test/cuda -vv   --param=std=c++11 --filter='.*cp_async.*'
lit build/local/libcudacxx/test/cuda -vv   --param=std=c++11 --filter='.*memcpy_async.*'

Expected behavior

Tests do not fail or are skipped when the standard version is not supported.

Reproduction link

No response

Operating System

No response

nvidia-smi output

No response

NVCC version

No response

@ahendriksen ahendriksen added the bug Something isn't working right. label Nov 2, 2023
@github-project-automation github-project-automation bot moved this to Todo in CCCL Nov 2, 2023
@cccl-authenticator-app cccl-authenticator-app bot moved this from Todo to In Review in CCCL Nov 2, 2023
@github-project-automation github-project-automation bot moved this from In Review to Done in CCCL Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working right.
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant