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

[asan][windows] fix issue64990 test #85137

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

barcharcraz
Copy link
Contributor

This was broken by #84971

@llvmbot
Copy link
Collaborator

llvmbot commented Mar 13, 2024

@llvm/pr-subscribers-compiler-rt-sanitizer

Author: Charlie Barto (barcharcraz)

Changes

This was broken by #84971


Full diff: https://github.com/llvm/llvm-project/pull/85137.diff

1 Files Affected:

  • (modified) compiler-rt/test/asan/TestCases/Windows/issue64990.cpp (+2-2)
diff --git a/compiler-rt/test/asan/TestCases/Windows/issue64990.cpp b/compiler-rt/test/asan/TestCases/Windows/issue64990.cpp
index aab66502bd16fc..b1b6e42148cb68 100644
--- a/compiler-rt/test/asan/TestCases/Windows/issue64990.cpp
+++ b/compiler-rt/test/asan/TestCases/Windows/issue64990.cpp
@@ -16,5 +16,5 @@ int main(int argc, char **argv) {
   }
   return 0;
 }
-
-// CHECK: SUMMARY: AddressSanitizer: global-buffer-overflow {{.*}} in __asan_memcpy
+// CHECK: #0 {{.*}} in __asan_memcpy
+// CHECK: SUMMARY: AddressSanitizer: global-buffer-overflow {{.*}} in main

@vitalybuka vitalybuka merged commit db058b9 into llvm:main Mar 13, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants