public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH 0/4][PR 71931] Fix target lib tests --with-build-sysroot
@ 2016-08-24 19:04 Szabolcs Nagy
  2016-08-24 19:06 ` [PATCH 1/4][PR 71931] Fix libatomic tests Szabolcs Nagy
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Szabolcs Nagy @ 2016-08-24 19:04 UTC (permalink / raw)
  Cc: nd, gcc-patches

The dejagnu find_gcc function cannot handle if CC needs extra flags
like --sysroot. So for testing target libraries use the same CC that
was used for building the target libs.

New patch works even if runtest is not invoked from make as discussed
https://gcc.gnu.org/ml/gcc-patches/2016-07/msg01320.html

Szabolcs Nagy (4):
  [PR 71931] Fix libatomic tests
  [PR 71931] Fix libgomp tests
  [PR 71931] Fix libitm tests
  [RFC][PR 71931] Fix libvtv tests

 libatomic/configure                               |    5 +++-
 libatomic/configure.ac                            |    1 +
 libatomic/testsuite/Makefile.am                   |    2 ++
 libatomic/testsuite/Makefile.in                   |   33 ++++++++++++---------
 libatomic/testsuite/lib/libatomic.exp             |    5 ++++
 libatomic/testsuite/libatomic-test-support.exp.in |    1 +
 libgomp/testsuite/lib/libgomp.exp                 |    3 ++
 libgomp/testsuite/libgomp-test-support.exp.in     |    2 ++
 libitm/configure                                  |    7 +++--
 libitm/configure.ac                               |    1 +
 libitm/testsuite/Makefile.am                      |    2 ++
 libitm/testsuite/Makefile.in                      |   33 ++++++++++++---------
 libitm/testsuite/lib/libitm.exp                   |    5 ++++
 libitm/testsuite/libitm-test-support.exp.in       |    1 +
 libvtv/Makefile.am                                |    4 +--
 libvtv/Makefile.in                                |    4 +--
 libvtv/configure                                  |    3 ++
 libvtv/configure.ac                               |    1 +
 libvtv/testsuite/Makefile.am                      |    2 ++
 libvtv/testsuite/Makefile.in                      |   33 ++++++++++++---------
 libvtv/testsuite/lib/libvtv.exp                   |    5 ++++
 libvtv/testsuite/libvtv-test-support.exp.in       |    1 +
 22 files changed, 105 insertions(+), 49 deletions(-)
 create mode 100644 libatomic/testsuite/libatomic-test-support.exp.in
 create mode 100644 libitm/testsuite/libitm-test-support.exp.in
 create mode 100644 libvtv/testsuite/libvtv-test-support.exp.in

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2016-09-06 19:49 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-24 19:04 [PATCH 0/4][PR 71931] Fix target lib tests --with-build-sysroot Szabolcs Nagy
2016-08-24 19:06 ` [PATCH 1/4][PR 71931] Fix libatomic tests Szabolcs Nagy
2016-08-24 22:08   ` Joseph Myers
2016-08-25  8:45     ` Szabolcs Nagy
2016-08-25 23:04       ` Joseph Myers
2016-08-24 19:07 ` [PATCH 2/4][PR 71931] Fix libgomp tests Szabolcs Nagy
2016-08-24 19:09 ` [PATCH 3/4][PR 71931] Fix libitm tests Szabolcs Nagy
2016-09-06  9:12   ` Torvald Riegel
2016-09-06 18:06     ` Mike Stump
2016-09-06 18:49       ` Szabolcs Nagy
2016-09-06 20:26         ` Mike Stump

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).