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

Unified Diff: tests_lit/asan_tests/wideloads.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/realloc_shrink.ll ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/asan_tests/wideloads.ll
diff --git a/tests_lit/asan_tests/wideloads.ll b/tests_lit/asan_tests/wideloads.ll
index fae1280a5aeaa92c0605ec7d4fa2a93c7b87afbb..9b8d15e4553527023b8f9c73c15f08e611a71362 100644
--- a/tests_lit/asan_tests/wideloads.ll
+++ b/tests_lit/asan_tests/wideloads.ll
@@ -33,8 +33,8 @@ define internal void @no_wide_load() {
unreachable
}
-; WIDE-NOT: Illegal access
-; NOWIDE: Illegal access of 1 bytes at
+; WIDE-NOT: Illegal
+; NOWIDE: Illegal 1 byte load from stack object at
; use argc to determine which test routine to run
define void @_start(i32 %arg) {
« no previous file with comments | « tests_lit/asan_tests/realloc_shrink.ll ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698