Home | History | Annotate | Download | only in tests
      1 # Bug 162020: running an empty executable used to crash Valgrind.  Note that
      2 # the (old) crash message gets filtered out, so it's the presence of the
      3 # blank two lines in the .stderr.exp file that are important -- they
      4 # indicate it ran to completion.  If the crash occurs, the .stderr.out file
      5 # is empty.
      6 prereq: touch empty-exe && chmod u+x empty-exe
      7 prog: empty-exe
      8 vgopts:
      9 cleanup: rm -f empty-exe
     10