This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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: [GOLD] Where can I found other target's test result?


2012/8/17 Ian Lance Taylor <iant@google.com>:
> On Thu, Aug 16, 2012 at 8:09 PM, WANG.Jiong <wong.kwongyuan@gmail.com> wrote:
>>
>>   Currently, tilegx gold get the following test result:
>>
>>   (all ifunc test, and non-pic shared library test disabled)
>>
>> ============================
>> 3 of 127 tests failed
>> See testsuite/test-suite.log
>> ============================
>>
>> the failed testcases are:
>>
>> FAIL: icf_safe_test.sh (exit: 1)
>> FAIL: icf_safe_so_test.sh (exit: 1)
>> FAIL: memory_test.sh (exit: 1)
>>
>> my question is:
>>
>>   where can I found other target's test results?  especially those non-x86
>> target, like sparc/powerpc, because I think some testcases like
>> memory_test.sh is designed for x86 feature ?
>
> I think you'll have to build gold for the target you are interested
> in, and run the testsuite.  I'm not aware of anybody tracking gold
> testsuite behaviour on different targets.
>
> I don't see anything especially x86-specific in memory_test.sh.  Of
> course there may be something.
>
> The ICF tests do have an architecture-specific aspect; take a look at
> the .sh files.
>

Hi Ian,

I checked icf_save_test.sh and got understand of how ICF works, after
refine my "possible_function_pointer_reloc" implementation, all icf
testcases passed, now only memory_test.sh failed.

thanks for clarification.

---
Regards,
WANG.Jiong


> Ian


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