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

Unified Diff: tests_lit/asan_tests/doublefree.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: Clarified error message 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 | « runtime/szrt_asan.c ('k') | tests_lit/asan_tests/errors.ll » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/asan_tests/doublefree.ll
diff --git a/tests_lit/asan_tests/doublefree.ll b/tests_lit/asan_tests/doublefree.ll
index ca79ec41567d3111f72e9589ae61c37653881989..88e03e9912cd004baca56a59422ea6dcb46815e8 100644
--- a/tests_lit/asan_tests/doublefree.ll
+++ b/tests_lit/asan_tests/doublefree.ll
@@ -22,3 +22,4 @@ define void @_start(i32 %arg) {
}
; ERR: Double free of object at
+; ERR-NEXT: address of __asan_error symbol is
« no previous file with comments | « runtime/szrt_asan.c ('k') | tests_lit/asan_tests/errors.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698