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

[SYCL][E2E] Disable and fix address sanitizer tests for DG2 #15450

Conversation

steffenlarsen
Copy link
Contributor

This commit disables the AddressSanitizer/invalid-argument/out-of-bounds.cpp and sycl/test-e2e/AddressSanitizer/invalid-argument/released-pointer.cpp tests for DG2, following the enabling of address sanitizer tests for DG2 in #14891.

Additionally, it fixes the compilation failure in
sycl/test-e2e/AddressSanitizer/nullpointer/global_nullptr.cpp which should hopefully allow it to pass as expected.

This commit disables the AddressSanitizer/invalid-argument/out-of-bounds.cpp
and sycl/test-e2e/AddressSanitizer/invalid-argument/released-pointer.cpp
tests for DG2, following the enabling of address sanitizer tests for DG2
in intel#14891.

Additionally, it fixes the compilation failure in
sycl/test-e2e/AddressSanitizer/nullpointer/global_nullptr.cpp which
should hopefully allow it to pass as expected.

Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
@yingcong-wu
Copy link
Contributor

yingcong-wu commented Sep 20, 2024

Thanks for the patch!

@steffenlarsen steffenlarsen merged commit 2c9d980 into intel:sycl Sep 20, 2024
13 checks passed
steffenlarsen added a commit to steffenlarsen/llvm that referenced this pull request Sep 20, 2024
…n DG2

The sycl/test-e2e/AddressSanitizer/nullpointer/global_nullptr.cpp test
had compilation errors whe first enabled on DG2. The compilation error
was fixed in intel#15450, but the test
fails during execution on DG2. This commit disables the test for DG2.

See intel#15453.

Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
steffenlarsen added a commit that referenced this pull request Sep 20, 2024
…n DG2 (#15454)

The sycl/test-e2e/AddressSanitizer/nullpointer/global_nullptr.cpp test
had compilation errors whe first enabled on DG2. The compilation error
was fixed in #15450, but the test
fails during execution on DG2. This commit disables the test for DG2.

See #15453.

Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants