gcc/libvtv
David Malcolm 9e531d3749 Testsuite: add dg-{begin|end}-multiline-output commands
This patch adds an easy way to write tests for expected multiline
output.  For example we can test carets and underlines for
a particular diagnostic with:

/* { dg-begin-multiline-output "" }
 typedef struct _GMutex GMutex;
                ^~~~~~~
   { dg-end-multiline-output "" } */

multiline.exp is used by prune.exp; hence we need to load it before
prune.exp via *load_gcc_lib* for the testsuites of the various
non-"gcc" support libraries (e.g. boehm-gc).

gcc/testsuite/ChangeLog:
	* lib/multiline.exp: New file.
	* lib/prune.exp: Load multiline.exp.
	(prune_gcc_output): Call into multiline.exp to handle any
	multiline output directives.
	* lib/libgo.exp: Load multiline.exp before prune.exp, using
	load_gcc_lib.

boehm-gc/ChangeLog:
	* testsuite/lib/boehm-gc.exp: Load multiline.exp before
	prune.exp, using load_gcc_lib.

libatomic/ChangeLog:
	* testsuite/lib/libatomic.exp: Load multiline.exp before
	prune.exp, using load_gcc_lib.

libgomp/ChangeLog:
	* testsuite/lib/libgomp.exp: Load multiline.exp before prune.exp,
	using load_gcc_lib.

libitm/ChangeLog:
	* testsuite/lib/libitm.exp: Load multiline.exp before prune.exp,
	using load_gcc_lib.

libvtv/ChangeLog:
	* testsuite/lib/libvtv.exp: Load multiline.exp before prune.exp,
	using load_gcc_lib.

From-SVN: r228655
2015-10-09 13:55:23 +00:00
..
scripts
testsuite Testsuite: add dg-{begin|end}-multiline-output commands 2015-10-09 13:55:23 +00:00
ChangeLog Testsuite: add dg-{begin|end}-multiline-output commands 2015-10-09 13:55:23 +00:00
Makefile.am Update copyrights 2015-08-27 14:26:08 +00:00
Makefile.in libvtv: Bump to automake 1.11.6 2015-05-13 11:28:41 +00:00
acinclude.m4
aclocal.m4 libvtv: Bump to automake 1.11.6 2015-05-13 11:28:41 +00:00
configure libvtv: Bump to automake 1.11.6 2015-05-13 11:28:41 +00:00
configure.ac Committing VTV Cygwin patch for Patrick Wollgast 2015-01-29 00:03:56 -08:00
configure.tgt Update copyrights 2015-08-27 14:26:08 +00:00
vtv_fail.cc Update copyrights 2015-08-27 14:26:08 +00:00
vtv_fail.h Update copyrights 2015-08-27 14:26:08 +00:00
vtv_malloc.cc Update copyrights 2015-08-27 14:26:08 +00:00
vtv_malloc.h Update copyrights 2015-08-27 14:26:08 +00:00
vtv_map.h Update copyrights 2015-08-27 14:26:08 +00:00
vtv_rts.cc Update copyrights 2015-08-27 14:26:08 +00:00
vtv_rts.h Update copyrights 2015-08-27 14:26:08 +00:00
vtv_set.h Update copyrights 2015-08-27 14:26:08 +00:00
vtv_utils.cc Update copyrights 2015-08-27 14:26:08 +00:00
vtv_utils.h Update copyrights 2015-08-27 14:26:08 +00:00