Lines Matching refs:tmp
21 ASAN_OPTIONS=detect_stack_use_after_return=1 sanitize/asan/$case 2>tmp
23 ASAN_OPTIONS=check_initialization_order=true sanitize/asan/$case 2>tmp
25 ASAN_OPTIONS='' sanitize/asan/$case 2>tmp
30 grep -nr 'SUMMARY: ' tmp | grep "leaked in"
32 grep -nr 'SUMMARY: ' tmp | grep $case
52 cat /dev/null > tmp
55 sanitize/scudo/$case valid 2>tmp
57 SCUDO_OPTIONS=allocator_may_return_null=1 sanitize/scudo/$case invalid 2>tmp
59 SCUDO_OPTIONS=allocator_may_return_null=0 sanitize/scudo/$case invalid 2>tmp #not
60 grep -nr 'Scudo ERROR: ' tmp >/dev/null
65 sanitize/scudo/$case pointers 2>tmp #not
66 grep -nr 'Scudo ERROR: ' tmp >/dev/null
69 SCUDO_OPTIONS="QuarantineChunksUpToSize=0" sanitize/scudo/$case 2>tmp
72 sanitize/scudo/$case malloc 2>tmp
73 grep -nr "ERROR: invalid chunk state" tmp >/dev/null
75 sanitize/scudo/$case new 2>tmp
76 grep -nr "ERROR: invalid chunk state" tmp >/dev/null
78 sanitize/scudo/$case newarray 2>tmp
79 grep -nr "ERROR: invalid chunk state" tmp >/dev/null
87 sanitize/scudo/$case ownership 2>tmp
89 sanitize/scudo/$case ownership-and-size 2>tmp
91 sanitize/scudo/$case heap-size 2>tmp
93 SCUDO_OPTIONS="allocator_may_return_null=1" sanitize/scudo/$case soft-limit 2>tmp
95 SCUDO_OPTIONS="allocator_may_return_null=1" sanitize/scudo/$case hard-limit 2>tmp
96 grep -nr 'Scudo ERROR: ' tmp >/dev/null
110 SCUDO_OPTIONS=DeallocationTypeMismatch=1 sanitize/scudo/$case mallocdel 2>tmp #not
111 grep -nr 'Scudo ERROR: ' tmp >/dev/null
113 SCUDO_OPTIONS=DeallocationTypeMismatch=0 sanitize/scudo/$case mallocdel 2>tmp
115 SCUDO_OPTIONS=DeallocationTypeMismatch=1 sanitize/scudo/$case newfree 2>tmp #not
116 grep -nr 'Scudo ERROR: ' tmp >/dev/null
118 SCUDO_OPTIONS=DeallocationTypeMismatch=0 sanitize/scudo/$case newfree 2>tmp
126 sanitize/scudo/$case 2>tmp
128 SCUDO_OPTIONS=DeallocationTypeMismatch=0 sanitize/scudo/$case 2>tmp
130 SCUDO_OPTIONS=DeallocationTypeMismatch=1 sanitize/scudo/$case 2>tmp #not
131 grep -nr 'Scudo ERROR: ' tmp >/dev/null
147 sanitize/scudo/$case 2>tmp
149 SCUDO_OPTIONS="soft_rss_limit_mb=128" sanitize/scudo/$case 2>tmp
151 SCUDO_OPTIONS="hard_rss_limit_mb=128" sanitize/scudo/$case 2>tmp
153 SCUDO_OPTIONS="soft_rss_limit_mb=32:allocator_may_return_null=0" sanitize/scudo/$case 2>tmp
154 grep -nr 'Scudo ERROR: ' tmp >/dev/null
156 SCUDO_OPTIONS="soft_rss_limit_mb=32:allocator_may_return_null=1" sanitize/scudo/$case 2>tmp
158 …t_rss_limit_mb=32:allocator_may_return_null=0:can_use_proc_maps_statm=0" sanitize/scudo/$case 2>tmp
159 grep -nr 'Scudo ERROR: ' tmp >/dev/null
161 …t_rss_limit_mb=32:allocator_may_return_null=1:can_use_proc_maps_statm=0" sanitize/scudo/$case 2>tmp
163 SCUDO_OPTIONS="hard_rss_limit_mb=32:allocator_may_return_null=0" sanitize/scudo/$case 2>tmp
164 grep -nr 'Scudo ERROR: ' tmp >/dev/null
166 SCUDO_OPTIONS="hard_rss_limit_mb=32:allocator_may_return_null=1" sanitize/scudo/$case 2>tmp
167 grep -nr 'Scudo ERROR: ' tmp >/dev/null
169 …d_rss_limit_mb=32:allocator_may_return_null=0:can_use_proc_maps_statm=0" sanitize/scudo/$case 2>tmp
170 grep -nr 'Scudo ERROR: ' tmp >/dev/null
172 …d_rss_limit_mb=32:allocator_may_return_null=1:can_use_proc_maps_statm=0" sanitize/scudo/$case 2>tmp
173 grep -nr 'Scudo ERROR: ' tmp >/dev/null
178 SCUDO_OPTIONS=DeleteSizeMismatch=1 sanitize/scudo/$case gooddel 2>tmp
180 SCUDO_OPTIONS=DeleteSizeMismatch=1 sanitize/scudo/$case baddel 2>tmp #not
181 grep -nr 'Scudo ERROR: ' tmp >/dev/null
183 SCUDO_OPTIONS=DeleteSizeMismatch=0 sanitize/scudo/$case baddel 2>tmp
185 SCUDO_OPTIONS=DeleteSizeMismatch=1 sanitize/scudo/$case gooddelarr 2>tmp
187 SCUDO_OPTIONS=DeleteSizeMismatch=1 sanitize/scudo/$case baddelarr 2>tmp #not
188 grep -nr 'Scudo ERROR: ' tmp >/dev/null
190 SCUDO_OPTIONS=DeleteSizeMismatch=0 sanitize/scudo/$case baddelarr 2>tmp
195 SCUDO_OPTIONS=allocator_may_return_null=0 sanitize/scudo/$case malloc 2>tmp #not
196 grep -nr 'Scudo ERROR: ' tmp >/dev/null
198 SCUDO_OPTIONS=allocator_may_return_null=1 sanitize/scudo/$case malloc 2>tmp
200 SCUDO_OPTIONS=allocator_may_return_null=0 sanitize/scudo/$case calloc 2>tmp #not
201 grep -nr 'Scudo ERROR: ' tmp >/dev/null
203 SCUDO_OPTIONS=allocator_may_return_null=1 sanitize/scudo/$case calloc 2>tmp
205 SCUDO_OPTIONS=allocator_may_return_null=0 sanitize/scudo/$case new 2>tmp #not
206 grep -nr 'Scudo ERROR: ' tmp >/dev/null
208 SCUDO_OPTIONS=allocator_may_return_null=1 sanitize/scudo/$case new 2>tmp #not
209 grep -nr 'Scudo ERROR: ' tmp >/dev/null
211 SCUDO_OPTIONS=allocator_may_return_null=0 sanitize/scudo/$case new-nothrow 2>tmp #not
212 grep -nr 'Scudo ERROR: ' tmp >/dev/null
214 SCUDO_OPTIONS=allocator_may_return_null=1 sanitize/scudo/$case new-nothrow 2>tmp
216 sanitize/scudo/$case usable 2>tmp
221 sanitize/scudo/$case 2>tmp
222 grep -nr 'Scudo ERROR: ' tmp >/dev/null
242 sanitize/ubsan/$case 2>tmp
244 grep -nr 'SUMMARY: UndefinedBehaviorSanitizer' tmp
261 rm tmp