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

Side by Side Diff: tests_lit/asan_tests/calloc_err.ll

Issue 2145213002: Subzero: implemented wrapper script to replace calls to calloc() (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Addressed comments and added error testing Created 4 years, 5 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 unified diff | Download patch
« pydir/sz_driver.py ('K') | « tests_lit/asan_tests/calloc.ll ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 ; Test that errors in source files are transparently reported by
2 ; sz-clang.py and sz-clang++.py
3
4 ; RUN: not %S/../../pydir/sz-clang.py -fsanitize-address %S/Input/calloc_err.c \
5 ; RUN: 2>&1 | FileCheck %s
6
7 ; RUN: not %S/../../pydir/sz-clang\+\+.py -fsanitize-address \
8 ; RUN: %S/Input/calloc_err.c 2>&1 | FileCheck %s
9
10 ; CHECK-LABEL: Input/calloc_err.c:1:18: warning:
11 ; CHECK-SAME: implicit declaration of function 'not_defined' is invalid in C99
OLDNEW
« pydir/sz_driver.py ('K') | « tests_lit/asan_tests/calloc.ll ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698