Home | History | Annotate | Download | only in tests

Lines Matching full:must

6 # (1) include/*.h must not include pub_core_...h
9 # (3) coregrind/ *.c must not include pub_tool_xyzzy.h
10 # (4) tool *.[ch] files must not include pub_core_...h
13 # (6) coregrind/ *.[ch] must not use tl_assert
14 # (7) include/*.h and tool *.[ch] must not use vg_assert
15 # (8) coregrind/ *.[ch] must not use VG_(tool_panic)
16 # (9) include/*.h and tool *.[ch] must not use VG_(core_panic)
216 # Must not include pub_core_....
218 error("File $path_name must not include $inc\n");
225 # Must not use vg_assert
228 error("File $path_name must not use vg_assert\n");
230 # Must not use VG_(core_panic)
233 error("File $path_name must not use VG_(core_panic)\n");
251 error("File $path_name must not include $inc\n");
254 # Must not include valgrind.h
259 # Must not use tl_assert
262 error("File $path_name must not use tl_assert\n");
264 # Must not use VG_(tool_panic)
273 error("File $path_name must not use VG_(tool_panic)\n");
287 # Must not include pub_core_...
289 error("File $path_name must not include $inc\n");
291 # Must not include valgrind.h unless this is an export header
296 # Must not use vg_assert
299 error("File $path_name must not use vg_assert\n");
301 # Must not use VG_(core_panic)
304 error("File $path_name must not use VG_(core_panic)\n");