public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] ld: loongarch: Skip unsupport test cases.
@ 2022-03-12  7:45 liuzhensong
  2022-03-12 15:40 ` H.J. Lu
  0 siblings, 1 reply; 3+ messages in thread
From: liuzhensong @ 2022-03-12  7:45 UTC (permalink / raw)
  To: binutils; +Cc: liuzhensong

  ld/testsuite/ld-elf/
    * eh5.d		Skip loongarch64 target.
    * pr21884.d		Skip loongarch* targets.
    * pr26936.d		Skip loongarch* targets.
---
 ld/testsuite/ld-elf/eh5.d     | 2 +-
 ld/testsuite/ld-elf/pr21884.d | 2 +-
 ld/testsuite/ld-elf/pr26936.d | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ld/testsuite/ld-elf/eh5.d b/ld/testsuite/ld-elf/eh5.d
index 4a697482355..d614251587c 100644
--- a/ld/testsuite/ld-elf/eh5.d
+++ b/ld/testsuite/ld-elf/eh5.d
@@ -4,7 +4,7 @@
 #ld:
 #readelf: -wf
 #target: [check_as_cfi]
-#xfail: alpha-*-*ecoff hppa64-*-* tile*-*-* visium-*-*
+#xfail: alpha-*-*ecoff hppa64-*-* tile*-*-* visium-*-* loongarch64-*-*
 
 Contents of the .eh_frame section:
 
diff --git a/ld/testsuite/ld-elf/pr21884.d b/ld/testsuite/ld-elf/pr21884.d
index 3d44ccfe602..e289b419f8f 100644
--- a/ld/testsuite/ld-elf/pr21884.d
+++ b/ld/testsuite/ld-elf/pr21884.d
@@ -3,7 +3,7 @@
 #ld: -T pr21884.t
 #objdump: -b binary -s
 #xfail: aarch64*-*-* arm*-*-* avr-*-* ia64-*-* m68hc1*-*-* nds32*-*-*
-#xfail: riscv*-*-* score-*-* v850-*-*
+#xfail: riscv*-*-* score-*-* v850-*-* loongarch*-*-*
 # Skip targets which can't change output format to binary.
 
 .*:     file format binary
diff --git a/ld/testsuite/ld-elf/pr26936.d b/ld/testsuite/ld-elf/pr26936.d
index c479f475829..9115f810465 100644
--- a/ld/testsuite/ld-elf/pr26936.d
+++ b/ld/testsuite/ld-elf/pr26936.d
@@ -9,7 +9,7 @@
 # sed.  mn10300 and riscv put different numbers of local symbols in
 # linkonce section and comdat sections.  xtensa has more than one member
 # in comdat groups.
-#xfail: am33_2.0-*-* hppa*-*-hpux* mn10300-*-* riscv*-*-* xtensa*-*-*
+#xfail: am33_2.0-*-* hppa*-*-hpux* mn10300-*-* riscv*-*-* xtensa*-*-* loongarch*-*-*
 
 #...
 CU: .*/pr26936c.s:
-- 
2.31.1


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

* Re: [PATCH] ld: loongarch: Skip unsupport test cases.
  2022-03-12  7:45 [PATCH] ld: loongarch: Skip unsupport test cases liuzhensong
@ 2022-03-12 15:40 ` H.J. Lu
  2022-03-14  2:43   ` 刘振松
  0 siblings, 1 reply; 3+ messages in thread
From: H.J. Lu @ 2022-03-12 15:40 UTC (permalink / raw)
  To: liuzhensong; +Cc: Binutils

On Fri, Mar 11, 2022 at 11:46 PM liuzhensong <liuzhensong@loongson.cn> wrote:
>
>   ld/testsuite/ld-elf/
>     * eh5.d             Skip loongarch64 target.
>     * pr21884.d         Skip loongarch* targets.
>     * pr26936.d         Skip loongarch* targets.
> ---
>  ld/testsuite/ld-elf/eh5.d     | 2 +-
>  ld/testsuite/ld-elf/pr21884.d | 2 +-
>  ld/testsuite/ld-elf/pr26936.d | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/ld/testsuite/ld-elf/eh5.d b/ld/testsuite/ld-elf/eh5.d
> index 4a697482355..d614251587c 100644
> --- a/ld/testsuite/ld-elf/eh5.d
> +++ b/ld/testsuite/ld-elf/eh5.d
> @@ -4,7 +4,7 @@
>  #ld:
>  #readelf: -wf
>  #target: [check_as_cfi]
> -#xfail: alpha-*-*ecoff hppa64-*-* tile*-*-* visium-*-*
> +#xfail: alpha-*-*ecoff hppa64-*-* tile*-*-* visium-*-* loongarch64-*-*
>
>  Contents of the .eh_frame section:
>
> diff --git a/ld/testsuite/ld-elf/pr21884.d b/ld/testsuite/ld-elf/pr21884.d
> index 3d44ccfe602..e289b419f8f 100644
> --- a/ld/testsuite/ld-elf/pr21884.d
> +++ b/ld/testsuite/ld-elf/pr21884.d
> @@ -3,7 +3,7 @@
>  #ld: -T pr21884.t
>  #objdump: -b binary -s
>  #xfail: aarch64*-*-* arm*-*-* avr-*-* ia64-*-* m68hc1*-*-* nds32*-*-*
> -#xfail: riscv*-*-* score-*-* v850-*-*
> +#xfail: riscv*-*-* score-*-* v850-*-* loongarch*-*-*
>  # Skip targets which can't change output format to binary.
>
>  .*:     file format binary
> diff --git a/ld/testsuite/ld-elf/pr26936.d b/ld/testsuite/ld-elf/pr26936.d
> index c479f475829..9115f810465 100644
> --- a/ld/testsuite/ld-elf/pr26936.d
> +++ b/ld/testsuite/ld-elf/pr26936.d
> @@ -9,7 +9,7 @@
>  # sed.  mn10300 and riscv put different numbers of local symbols in
>  # linkonce section and comdat sections.  xtensa has more than one member
>  # in comdat groups.
> -#xfail: am33_2.0-*-* hppa*-*-hpux* mn10300-*-* riscv*-*-* xtensa*-*-*
> +#xfail: am33_2.0-*-* hppa*-*-hpux* mn10300-*-* riscv*-*-* xtensa*-*-* loongarch*-*-*
>
>  #...
>  CU: .*/pr26936c.s:
> --
> 2.31.1
>

Please take a look at

https://sourceware.org/bugzilla/show_bug.cgi?id=28497

and fix it.

Thanks.

-- 
H.J.

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

* Re: Re: [PATCH] ld: loongarch: Skip unsupport test cases.
  2022-03-12 15:40 ` H.J. Lu
@ 2022-03-14  2:43   ` 刘振松
  0 siblings, 0 replies; 3+ messages in thread
From: 刘振松 @ 2022-03-14  2:43 UTC (permalink / raw)
  To: H.J. Lu; +Cc: Binutils

Thanks for the reminder, the new patches will clean "make check" 
and fix the bug 28497 later.

Thanks.
  --
liuzhensong


&gt; -----原始邮件-----
&gt; 发件人: "H.J. Lu" <hjl.tools@gmail.com>
&gt; 发送时间: 2022-03-12 23:40:12 (星期六)
&gt; 收件人: liuzhensong <liuzhensong@loongson.cn>
&gt; 抄送: Binutils <binutils@sourceware.org>
&gt; 主题: Re: [PATCH] ld: loongarch: Skip unsupport test cases.
&gt; 
&gt; On Fri, Mar 11, 2022 at 11:46 PM liuzhensong <liuzhensong@loongson.cn> wrote:
&gt; &gt;
&gt; &gt;   ld/testsuite/ld-elf/
&gt; &gt;     * eh5.d             Skip loongarch64 target.
&gt; &gt;     * pr21884.d         Skip loongarch* targets.
&gt; &gt;     * pr26936.d         Skip loongarch* targets.
&gt; &gt; ---
&gt; &gt;  ld/testsuite/ld-elf/eh5.d     | 2 +-
&gt; &gt;  ld/testsuite/ld-elf/pr21884.d | 2 +-
&gt; &gt;  ld/testsuite/ld-elf/pr26936.d | 2 +-
&gt; &gt;  3 files changed, 3 insertions(+), 3 deletions(-)
&gt; &gt;
&gt; &gt; diff --git a/ld/testsuite/ld-elf/eh5.d b/ld/testsuite/ld-elf/eh5.d
&gt; &gt; index 4a697482355..d614251587c 100644
&gt; &gt; --- a/ld/testsuite/ld-elf/eh5.d
&gt; &gt; +++ b/ld/testsuite/ld-elf/eh5.d
&gt; &gt; @@ -4,7 +4,7 @@
&gt; &gt;  #ld:
&gt; &gt;  #readelf: -wf
&gt; &gt;  #target: [check_as_cfi]
&gt; &gt; -#xfail: alpha-*-*ecoff hppa64-*-* tile*-*-* visium-*-*
&gt; &gt; +#xfail: alpha-*-*ecoff hppa64-*-* tile*-*-* visium-*-* loongarch64-*-*
&gt; &gt;
&gt; &gt;  Contents of the .eh_frame section:
&gt; &gt;
&gt; &gt; diff --git a/ld/testsuite/ld-elf/pr21884.d b/ld/testsuite/ld-elf/pr21884.d
&gt; &gt; index 3d44ccfe602..e289b419f8f 100644
&gt; &gt; --- a/ld/testsuite/ld-elf/pr21884.d
&gt; &gt; +++ b/ld/testsuite/ld-elf/pr21884.d
&gt; &gt; @@ -3,7 +3,7 @@
&gt; &gt;  #ld: -T pr21884.t
&gt; &gt;  #objdump: -b binary -s
&gt; &gt;  #xfail: aarch64*-*-* arm*-*-* avr-*-* ia64-*-* m68hc1*-*-* nds32*-*-*
&gt; &gt; -#xfail: riscv*-*-* score-*-* v850-*-*
&gt; &gt; +#xfail: riscv*-*-* score-*-* v850-*-* loongarch*-*-*
&gt; &gt;  # Skip targets which can't change output format to binary.
&gt; &gt;
&gt; &gt;  .*:     file format binary
&gt; &gt; diff --git a/ld/testsuite/ld-elf/pr26936.d b/ld/testsuite/ld-elf/pr26936.d
&gt; &gt; index c479f475829..9115f810465 100644
&gt; &gt; --- a/ld/testsuite/ld-elf/pr26936.d
&gt; &gt; +++ b/ld/testsuite/ld-elf/pr26936.d
&gt; &gt; @@ -9,7 +9,7 @@
&gt; &gt;  # sed.  mn10300 and riscv put different numbers of local symbols in
&gt; &gt;  # linkonce section and comdat sections.  xtensa has more than one member
&gt; &gt;  # in comdat groups.
&gt; &gt; -#xfail: am33_2.0-*-* hppa*-*-hpux* mn10300-*-* riscv*-*-* xtensa*-*-*
&gt; &gt; +#xfail: am33_2.0-*-* hppa*-*-hpux* mn10300-*-* riscv*-*-* xtensa*-*-* loongarch*-*-*
&gt; &gt;
&gt; &gt;  #...
&gt; &gt;  CU: .*/pr26936c.s:
&gt; &gt; --
&gt; &gt; 2.31.1
&gt; &gt;
&gt; 
&gt; Please take a look at
&gt; 
&gt; https://sourceware.org/bugzilla/show_bug.cgi?id=28497
&gt; 
&gt; and fix it.
&gt; 
&gt; Thanks.
&gt; 
&gt; -- 
&gt; H.J.
</liuzhensong@loongson.cn></binutils@sourceware.org></liuzhensong@loongson.cn></hjl.tools@gmail.com>

本邮件及其附件含有龙芯中科的商业秘密信息,仅限于发送给上面地址中列出的个人或群组。禁止任何其他人以任何形式使用(包括但不限于全部或部分地泄露、复制或散发)本邮件及其附件中的信息。如果您错收本邮件,请您立即电话或邮件通知发件人并删除本邮件。 
This email and its attachments contain confidential information from Loongson Technology , which is intended only for the person or entity whose address is listed above. Any use of the information contained herein in any way (including, but not limited to, total or partial disclosure, reproduction or dissemination) by persons other than the intended recipient(s) is prohibited. If you receive this email in error, please notify the sender by phone or email immediately and delete it. 

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

end of thread, other threads:[~2022-03-14  2:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-12  7:45 [PATCH] ld: loongarch: Skip unsupport test cases liuzhensong
2022-03-12 15:40 ` H.J. Lu
2022-03-14  2:43   ` 刘振松

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