summaryrefslogtreecommitdiff
path: root/libvtv
diff options
context:
space:
mode:
authorDavid Malcolm <dmalcolm@redhat.com>2015-10-09 13:55:23 +0000
committerDavid Malcolm <dmalcolm@gcc.gnu.org>2015-10-09 13:55:23 +0000
commit9e531d3749daaedb2bf86f277d86977cd5ba3101 (patch)
tree1e8317bb5729c9dcccd6c651cee228db99961764 /libvtv
parent6651d6b42eab75d16eb5e764fceab9e4e4d7a71d (diff)
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
Diffstat (limited to 'libvtv')
-rw-r--r--libvtv/ChangeLog5
-rw-r--r--libvtv/testsuite/lib/libvtv.exp1
2 files changed, 6 insertions, 0 deletions
diff --git a/libvtv/ChangeLog b/libvtv/ChangeLog
index 529f5afc820..6284e134ab2 100644
--- a/libvtv/ChangeLog
+++ b/libvtv/ChangeLog
@@ -1,3 +1,8 @@
+2015-10-09 David Malcolm <dmalcolm@redhat.com>
+
+ * testsuite/lib/libvtv.exp: Load multiline.exp before prune.exp,
+ using load_gcc_lib.
+
2015-08-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Update copyrights.
diff --git a/libvtv/testsuite/lib/libvtv.exp b/libvtv/testsuite/lib/libvtv.exp
index aefcbd26ef4..edf5fddbad2 100644
--- a/libvtv/testsuite/lib/libvtv.exp
+++ b/libvtv/testsuite/lib/libvtv.exp
@@ -28,6 +28,7 @@ load_lib dg.exp
# loaded until ${tool}_target_compile is defined since it uses that
# to determine default LTO options.
+load_gcc_lib multiline.exp
load_gcc_lib prune.exp
load_gcc_lib target-libpath.exp
load_gcc_lib wrapper.exp