diff mbox

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

Message ID 548AC45D.3090607@arm.com
State New
Headers show

Commit Message

Kyrylo Tkachov Dec. 12, 2014, 10:33 a.m. UTC
On 12/12/14 10:22, Kyrill Tkachov wrote:
> On 12/12/14 08:34, Andreas Schwab wrote:
>> Kyrill Tkachov <kyrylo.tkachov@arm.com> writes:
>>
>>>       * lib/target-utils.exp: New file.
>> ERROR: Couldn't find library file target-utils.exp.
>> make[4]: *** [check-DEJAGNU] Error 1
>> make[4]: Leaving directory `/usr/local/gcc/gcc-20141212/Build/ia64-suse-linux/libgomp/testsuite'
>> make[3]: *** [check-am] Error 2
> Ugh, sorry for that, reproduced.
>    DejaGNU (Tcl?) doesn't do recursive loads :(.
> The quick solution is to load target-utils.exp explicitly in libgomp.exp
>
> I'll post a patch shortly.

Here it is. Committed as r218662 to get things going again.

2014-12-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>

     * testsuite/lib/libgomp.exp: Load target-utils.exp.
     Move load of target-supportes.exp earlier.
diff mbox

Patch

diff --git a/libgomp/testsuite/lib/libgomp.exp b/libgomp/testsuite/lib/libgomp.exp
index a154684..ff22f10 100644
--- a/libgomp/testsuite/lib/libgomp.exp
+++ b/libgomp/testsuite/lib/libgomp.exp
@@ -17,9 +17,10 @@  load_lib dg.exp
 load_gcc_lib prune.exp
 load_gcc_lib target-libpath.exp
 load_gcc_lib wrapper.exp
+load_gcc_lib target-supports.exp
+load_gcc_lib target-utils.exp
 load_gcc_lib gcc-defs.exp
 load_gcc_lib timeout.exp
-load_gcc_lib target-supports.exp
 load_gcc_lib file-format.exp
 load_gcc_lib target-supports-dg.exp
 load_gcc_lib scanasm.exp