[llvm] Disable failing tests (PR #123976)

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


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-backend-aarch64

Author: SivanShani-Arm (sivan-shani)

<details>
<summary>Changes</summary>

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

---
Full diff: https://github.com/llvm/llvm-project/pull/123976.diff


5 Files Affected:

- (modified) llvm/test/CodeGen/AArch64/aarch64-build-attributes-all.ll (+2-2) 
- (modified) llvm/test/CodeGen/AArch64/aarch64-build-attributes-bti.ll (+2-2) 
- (modified) llvm/test/CodeGen/AArch64/aarch64-build-attributes-gcs.ll (+2-2) 
- (modified) llvm/test/CodeGen/AArch64/aarch64-build-attributes-pac.ll (+2-2) 
- (modified) llvm/test/CodeGen/AArch64/aarch64-build-attributes-pauthabi.ll (+2-2) 


``````````diff
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"
 

``````````

</details>


https://github.com/llvm/llvm-project/pull/123976


More information about the llvm-commits mailing list