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

Move ASAN over to new CI system #9958

Merged
merged 3 commits into from
Aug 2, 2022
Merged

Move ASAN over to new CI system #9958

merged 3 commits into from
Aug 2, 2022

Conversation

rsuderman
Copy link
Contributor

@rsuderman rsuderman commented Jul 29, 2022

Part of #9855

@rsuderman rsuderman force-pushed the AddAsan branch 4 times, most recently from 7d3b116 to fe4a8b7 Compare July 29, 2022 21:08
@@ -121,6 +121,9 @@ label_exclude_regex="($(IFS="|" ; echo "${label_exclude_args[*]?}"))"
# TODO(#5715): Fix these
declare -a excluded_tests=(
"iree/samples/simple_embedding/simple_embedding_vulkan_test"
"iree/tools/test/iree-benchmark-module.mlir.test"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm I'm confused why an error here would only be popping up now?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So I found the same tests marked as failure in the attached PR. Were we still running asan in the old CI?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah we still are. Recent passing run: https://source.cloud.google.com/results/invocations/181f49e5-b0e6-4652-93fb-a79a2b06b694

image

I'm guessing this is a vulkan thing. It's disabled entirely for the current asan build:

export IREE_VULKAN_DISABLE=${IREE_VULKAN_DISABLE:-1}

build_tools/cmake/build_and_test_asan.sh Outdated Show resolved Hide resolved
build_tools/cmake/build_and_test_asan.sh Outdated Show resolved Hide resolved
build_tools/cmake/build_and_test_asan.sh Show resolved Hide resolved
rsuderman and others added 2 commits August 1, 2022 11:09
Co-authored-by: Geoffrey Martin-Noble <gcmn@google.com>
Co-authored-by: Geoffrey Martin-Noble <gcmn@google.com>
@GMNGeoffrey GMNGeoffrey mentioned this pull request Aug 1, 2022
42 tasks
@rsuderman rsuderman merged commit 8b65465 into iree-org:main Aug 2, 2022
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.

3 participants