diff mbox

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

Message ID yddh9wt2syt.fsf@lokon.CeBiTec.Uni-Bielefeld.DE
State New
Headers show

Commit Message

Rainer Orth Dec. 18, 2014, 9:43 a.m. UTC
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.

Comments

Kyrylo Tkachov Dec. 18, 2014, 9:59 a.m. UTC | #1
On 18/12/14 09:43, Rainer Orth wrote:
> 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.
Hi Rainer,

Sorry about this.
I had grepped for includes of gcc-defs.exp in lib*, which missed boehm-gc.
Thanks for fixing this, I was away earlier this week.

I'll make sure to check the libraries explicitly if I do any testsuite 
refactoring work in the future
Kyrill

>
> 	Rainer
>
>
> 2014-12-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
>
> 	* testsuite/lib/boehm-gc.exp: Load target-utils.exp.
Rainer Orth Dec. 18, 2014, 10:02 a.m. UTC | #2
Hi Kyrill,

> Sorry about this.
> I had grepped for includes of gcc-defs.exp in lib*, which missed boehm-gc.
> Thanks for fixing this, I was away earlier this week.
>
> I'll make sure to check the libraries explicitly if I do any testsuite
> refactoring work in the future

great, thanks.  I know all too well that it needs a large amount of this
do get away from the current copy-and-paste programming pervasive
throughout the testsuite.

	Rainer
diff mbox

Patch

# 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.