This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH][testsuite] Mark as UNSUPPORTED tests that don't fit into tiny memory model


Andreas Schwab <schwab@linux-m68k.org> writes:

> dominiq@lps.ens.fr (Dominique Dhumieres) writes:
>
>>> Here it is. Committed as r218662 to get things going again.
>>
>> The same change should be done for libitm and libatomic.
>
> And boehm-gc.

Right, fixed as follows and installed on mainline after testing on
i386-pc-solaris2.11 and sparc-sun-solaris2.11.

I must say I'm less than impressed how this patch tested actually.

	Rainer


2014-12-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>

	* testsuite/lib/boehm-gc.exp: Load target-utils.exp.

# HG changeset patch
# Parent db99d18efa0cce3ad66a0cff02fedf946af2a842
Include target-utils.exp in boehm-gc testing

diff --git a/boehm-gc/testsuite/lib/boehm-gc.exp b/boehm-gc/testsuite/lib/boehm-gc.exp
--- a/boehm-gc/testsuite/lib/boehm-gc.exp
+++ b/boehm-gc/testsuite/lib/boehm-gc.exp
@@ -27,6 +27,7 @@ load_gcc_lib wrapper.exp
 load_gcc_lib target-supports.exp
 # For dg-skip-if.
 load_gcc_lib target-supports-dg.exp
+load_gcc_lib target-utils.exp
 # For ${tool}_exit.
 load_gcc_lib gcc-defs.exp
 # For prune_gcc_output.
-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]