[2/2] gas: Re-enable .org test 1 on all targets except kvx

Message ID 20241129141149.3770469-3-jremus@linux.ibm.com
State New
Headers
Series gas: Testsuite enhancements |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_binutils_build--master-arm success Build passed
linaro-tcwg-bot/tcwg_binutils_build--master-aarch64 success Build passed
linaro-tcwg-bot/tcwg_binutils_check--master-aarch64 success Test passed
linaro-tcwg-bot/tcwg_binutils_check--master-arm success Test passed

Commit Message

Jens Remus Nov. 29, 2024, 2:11 p.m. UTC
  It got erroneously disabled for all targets including kvx instead of
excluding kvx only.

gas/testsuite/
	* gas/all/org-1.d: Re-enable on all targets except kvx.

Fixes: 6e712424f5cb ("kvx: New port.")
Signed-off-by: Jens Remus <jremus@linux.ibm.com>
---
 gas/testsuite/gas/all/org-1.d | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Alan Modra Dec. 1, 2024, 4:51 a.m. UTC | #1
On Fri, Nov 29, 2024 at 03:11:49PM +0100, Jens Remus wrote:
> It got erroneously disabled for all targets including kvx instead of
> excluding kvx only.
> 
> gas/testsuite/
> 	* gas/all/org-1.d: Re-enable on all targets except kvx.

Please apply.  Feel free to apply patches like this for obvious errors
without asking for approval.

> Fixes: 6e712424f5cb ("kvx: New port.")
> Signed-off-by: Jens Remus <jremus@linux.ibm.com>
> ---
>  gas/testsuite/gas/all/org-1.d | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/gas/testsuite/gas/all/org-1.d b/gas/testsuite/gas/all/org-1.d
> index dfe50e48d9b8..66f389818900 100644
> --- a/gas/testsuite/gas/all/org-1.d
> +++ b/gas/testsuite/gas/all/org-1.d
> @@ -1,4 +1,4 @@
>  #name: .org test 1
>  #as: -gdwarf2
>  #error_output: org-1.l
> -#target: !kvx-*-*
> +#notarget: kvx-*-*
> -- 
> 2.45.2
  

Patch

diff --git a/gas/testsuite/gas/all/org-1.d b/gas/testsuite/gas/all/org-1.d
index dfe50e48d9b8..66f389818900 100644
--- a/gas/testsuite/gas/all/org-1.d
+++ b/gas/testsuite/gas/all/org-1.d
@@ -1,4 +1,4 @@ 
 #name: .org test 1
 #as: -gdwarf2
 #error_output: org-1.l
-#target: !kvx-*-*
+#notarget: kvx-*-*