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

Unified Diff: tests_lit/asan_tests/errors.ll

Issue 2256673004: Subzero: Added address of bad instruction to error output (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: 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
« runtime/szrt_asan.c ('K') | « tests_lit/asan_tests/doublefree.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/errors.ll
diff --git a/tests_lit/asan_tests/errors.ll b/tests_lit/asan_tests/errors.ll
index cc403cce6d2c64406a30e9d47372ece0a6f59b0d..2594f28581786d5acde3bee231b0b619e814ff3c 100644
--- a/tests_lit/asan_tests/errors.ll
+++ b/tests_lit/asan_tests/errors.ll
@@ -223,6 +223,10 @@ error:
}
; LOCAL-LOAD: Illegal 1 byte load from stack object at
+; LOCAL-LOAD-NEXT: __asan_error located at
; LOCAL-STORE: Illegal 1 byte store to stack object at
+; LOCAL-STORE-NEXT: __asan_error located at
; GLOBAL-LOAD: Illegal 1 byte load from global object at
+; GLOBAL-LOAD-NEXT: __asan_error located at
; GLOBAL-STORE: Illegal 1 byte store to global object at
+; GLOBAL-STORE-NEXT: __asan_error located at
« runtime/szrt_asan.c ('K') | « tests_lit/asan_tests/doublefree.ll ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698