[llvm] Disable failing tests (PR #123976)

via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 22 10:15:01 PST 2025


https://github.com/sivan-shani created https://github.com/llvm/llvm-project/pull/123976

Disable 5 .ll tests that failing on a specific pipeline in order to investigate.

>From 0acc39c4172219d63dc27dd362b4943c021435c4 Mon Sep 17 00:00:00 2001
From: Sivan Shani <sivan.shani at arm.com>
Date: Wed, 22 Jan 2025 18:07:21 +0000
Subject: [PATCH] Disable 5 .ll tests that failing on a specific pipeline in
 order to investigate.

---
 llvm/test/CodeGen/AArch64/aarch64-build-attributes-all.ll     | 4 ++--
 llvm/test/CodeGen/AArch64/aarch64-build-attributes-bti.ll     | 4 ++--
 llvm/test/CodeGen/AArch64/aarch64-build-attributes-gcs.ll     | 4 ++--
 llvm/test/CodeGen/AArch64/aarch64-build-attributes-pac.ll     | 4 ++--
 .../test/CodeGen/AArch64/aarch64-build-attributes-pauthabi.ll | 4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/llvm/test/CodeGen/AArch64/aarch64-build-attributes-all.ll b/llvm/test/CodeGen/AArch64/aarch64-build-attributes-all.ll
index 81ece7aec8793b..ea6eeca3139d02 100644
--- a/llvm/test/CodeGen/AArch64/aarch64-build-attributes-all.ll
+++ b/llvm/test/CodeGen/AArch64/aarch64-build-attributes-all.ll
@@ -1,8 +1,7 @@
 ; RUN: llc %s -o - | FileCheck %s --check-prefix=ASM
 ; RUN: llc %s -filetype=obj -o - | llvm-readelf --hex-dump=.ARM.attributes - | FileCheck %s --check-prefix=ELF
 
-; ASM: .text
-; ASM-NEXT:      .aeabi_subsection	aeabi_feature_and_bits, optional, uleb128
+; ASM:      .aeabi_subsection	aeabi_feature_and_bits, optional, uleb128
 ; ASM-NEXT: .aeabi_attribute	Tag_Feature_BTI, 1
 ; ASM-NEXT: .aeabi_attribute	Tag_Feature_PAC, 1
 ; ASM-NEXT: .aeabi_attribute	Tag_Feature_GCS, 1
@@ -12,6 +11,7 @@
 ; ELF-NEXT: 0x00000010 72655f61 6e645f62 69747300 01000001 re_and_bits.....
 ; ELF-NEXT: 0x00000020 01010201
 
+; UNSUPPORTED: *
 
 target triple = "aarch64-unknown-none-elf"
 
diff --git a/llvm/test/CodeGen/AArch64/aarch64-build-attributes-bti.ll b/llvm/test/CodeGen/AArch64/aarch64-build-attributes-bti.ll
index e719e06553cc0f..15e28b00307c6a 100644
--- a/llvm/test/CodeGen/AArch64/aarch64-build-attributes-bti.ll
+++ b/llvm/test/CodeGen/AArch64/aarch64-build-attributes-bti.ll
@@ -1,8 +1,7 @@
 ; RUN: llc < %s | FileCheck %s --check-prefix=ASM
 ; RUN: llc %s -filetype=obj -o - | llvm-readelf --hex-dump=.ARM.attributes - | FileCheck %s --check-prefix=ELF
 
-; ASM: .text
-; ASM-NEXT:      .aeabi_subsection	aeabi_feature_and_bits, optional, uleb128
+; ASM:      .aeabi_subsection	aeabi_feature_and_bits, optional, uleb128
 ; ASM-NEXT: .aeabi_attribute	Tag_Feature_BTI, 1
 ; ASM-NEXT: .aeabi_attribute	Tag_Feature_PAC, 0
 ; ASM-NEXT: .aeabi_attribute	Tag_Feature_GCS, 0
@@ -12,6 +11,7 @@
 ; ELF-NEXT: 0x00000010 72655f61 6e645f62 69747300 01000001 re_and_bits.....
 ; ELF-NEXT: 0x00000020 01000200 
 
+; UNSUPPORTED: *
 
 target triple = "aarch64-unknown-none-elf"
 
diff --git a/llvm/test/CodeGen/AArch64/aarch64-build-attributes-gcs.ll b/llvm/test/CodeGen/AArch64/aarch64-build-attributes-gcs.ll
index 6f231025a11e33..2b7286765ccca3 100644
--- a/llvm/test/CodeGen/AArch64/aarch64-build-attributes-gcs.ll
+++ b/llvm/test/CodeGen/AArch64/aarch64-build-attributes-gcs.ll
@@ -1,8 +1,7 @@
 ; RUN: llc < %s | FileCheck %s --check-prefix=ASM
 ; RUN: llc %s -filetype=obj -o - | llvm-readelf --hex-dump=.ARM.attributes - | FileCheck %s --check-prefix=ELF
 
-; ASM: .text
-; ASM-NEXT:      .aeabi_subsection	aeabi_feature_and_bits, optional, uleb128
+; ASM:      .aeabi_subsection	aeabi_feature_and_bits, optional, uleb128
 ; ASM-NEXT: .aeabi_attribute	Tag_Feature_BTI, 0
 ; ASM-NEXT: .aeabi_attribute	Tag_Feature_PAC, 0
 ; ASM-NEXT: .aeabi_attribute	Tag_Feature_GCS, 1
@@ -12,6 +11,7 @@
 ; ELF-NEXT: 0x00000010 72655f61 6e645f62 69747300 01000000 re_and_bits.....
 ; ELF-NEXT: 0x00000020 01000201
 
+; UNSUPPORTED: *
 
 target triple = "aarch64-unknown-none-elf"
 
diff --git a/llvm/test/CodeGen/AArch64/aarch64-build-attributes-pac.ll b/llvm/test/CodeGen/AArch64/aarch64-build-attributes-pac.ll
index 54ff12655eb23f..af86c8d98122e0 100644
--- a/llvm/test/CodeGen/AArch64/aarch64-build-attributes-pac.ll
+++ b/llvm/test/CodeGen/AArch64/aarch64-build-attributes-pac.ll
@@ -1,8 +1,7 @@
 ; RUN: llc < %s | FileCheck %s --check-prefix=ASM
 ; RUN: llc %s -filetype=obj -o - | llvm-readelf --hex-dump=.ARM.attributes - | FileCheck %s --check-prefix=ELF
 
-; ASM: .text
-; ASM-NEXT:      .aeabi_subsection	aeabi_feature_and_bits, optional, uleb128
+; ASM:      .aeabi_subsection	aeabi_feature_and_bits, optional, uleb128
 ; ASM-NEXT: .aeabi_attribute	Tag_Feature_BTI, 0
 ; ASM-NEXT: .aeabi_attribute	Tag_Feature_PAC, 1
 ; ASM-NEXT: .aeabi_attribute	Tag_Feature_GCS, 0
@@ -12,6 +11,7 @@
 ; ELF-NEXT: 0x00000010 72655f61 6e645f62 69747300 01000000 re_and_bits.....
 ; ELF-NEXT: 0x00000020 01010200
 
+; UNSUPPORTED: *
 
 target triple = "aarch64-unknown-none-elf"
 
diff --git a/llvm/test/CodeGen/AArch64/aarch64-build-attributes-pauthabi.ll b/llvm/test/CodeGen/AArch64/aarch64-build-attributes-pauthabi.ll
index 7e41167e8fff57..10054933bd2e9d 100644
--- a/llvm/test/CodeGen/AArch64/aarch64-build-attributes-pauthabi.ll
+++ b/llvm/test/CodeGen/AArch64/aarch64-build-attributes-pauthabi.ll
@@ -1,8 +1,7 @@
 ; RUN: llc < %s | FileCheck %s --check-prefix=ASM
 ; RUN: llc %s -filetype=obj -o - | llvm-readelf --hex-dump=.ARM.attributes - | FileCheck %s --check-prefix=ELF
 
-; ASM: .text
-; ASM-NEXT: .aeabi_subsection	aeabi_pauthabi, required, uleb128
+; ASM: .aeabi_subsection	aeabi_pauthabi, required, uleb128
 ; ASM-NEXT: .aeabi_attribute	Tag_PAuth_Platform, 2
 ; ASM-NEXT: .aeabi_attribute	Tag_PAuth_Schema, 31
 
@@ -10,6 +9,7 @@
 ; ELF-NEXT: 0x00000000 41190000 00616561 62695f70 61757468 A....aeabi_pauth
 ; ELF-NEXT: 0x00000010 61626900 00000102 021f
 
+; UNSUPPORTED: *
 
 target triple = "aarch64-unknown-none-elf"
 



More information about the llvm-commits mailing list