Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(346)

Unified Diff: tests_lit/asan_tests/realloc_shrink.ll

Issue 2211733002: Subzero: Improved quality of ASan error messages (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Replaced switch statements with table lookups Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests_lit/asan_tests/multiple_returns.ll ('k') | tests_lit/asan_tests/wideloads.ll » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/asan_tests/realloc_shrink.ll
diff --git a/tests_lit/asan_tests/realloc_shrink.ll b/tests_lit/asan_tests/realloc_shrink.ll
index c76ace1d17a7e346d31e1a261be65afc3ba2e833..9db05fada1b499d88af7ba02a0ad25057c8b4872 100644
--- a/tests_lit/asan_tests/realloc_shrink.ll
+++ b/tests_lit/asan_tests/realloc_shrink.ll
@@ -23,4 +23,4 @@ define void @_start(i32 %arg) {
ret void
}
-; CHECK: Illegal access of 1 bytes at
+; CHECK: Illegal 1 byte load from heap object at
« no previous file with comments | « tests_lit/asan_tests/multiple_returns.ll ('k') | tests_lit/asan_tests/wideloads.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698