[PATCH] D159094: Temporarily move failed test to runtime
Elvina Yakubova via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 29 14:17:57 PDT 2023
Elvina updated this revision to Diff 554491.
Elvina edited the summary of this revision.
Elvina added a comment.
Herald added a subscriber: kristof.beyls.
Trying another approach, with UNSUPPORTED target
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159094/new/
https://reviews.llvm.org/D159094
Files:
bolt/test/X86/asm-dump.c
bolt/test/X86/bolt-address-translation-internal-call.test
bolt/test/X86/instrumentation-eh_frame_hdr.cpp
bolt/test/X86/internal-call-instrument.s
Index: bolt/test/X86/internal-call-instrument.s
===================================================================
--- bolt/test/X86/internal-call-instrument.s
+++ bolt/test/X86/internal-call-instrument.s
@@ -1,6 +1,7 @@
# This reproduces a bug with instrumentation crashes on internal call
# REQUIRES: x86_64-linux,bolt-runtime
+# UNSUPPORTED: target=aarch64{{.*}}
# RUN: llvm-mc -filetype=obj -triple x86_64-unknown-unknown %s -o %t.o
# Delete our BB symbols so BOLT doesn't mark them as entry points
Index: bolt/test/X86/instrumentation-eh_frame_hdr.cpp
===================================================================
--- bolt/test/X86/instrumentation-eh_frame_hdr.cpp
+++ bolt/test/X86/instrumentation-eh_frame_hdr.cpp
@@ -2,6 +2,7 @@
// end address i.e. the section address is smaller then the LOAD end address.
// REQUIRES: system-linux,bolt-runtime
+// UNSUPPORTED: target=aarch64{{.*}}
// RUN: %clangxx %cxxflags -static -Wl,-q %s -o %t.exe -Wl,--entry=_start
// RUN: llvm-bolt %t.exe -o %t.instr -instrument \
Index: bolt/test/X86/bolt-address-translation-internal-call.test
===================================================================
--- bolt/test/X86/bolt-address-translation-internal-call.test
+++ bolt/test/X86/bolt-address-translation-internal-call.test
@@ -5,6 +5,7 @@
# input block.
# REQUIRES: x86_64-linux,bolt-runtime
+# UNSUPPORTED: target=aarch64{{.*}}
# RUN: llvm-mc -filetype=obj -triple x86_64-unknown-unknown %s -o %t.o
# Delete our BB symbols so BOLT doesn't mark them as entry points
Index: bolt/test/X86/asm-dump.c
===================================================================
--- bolt/test/X86/asm-dump.c
+++ bolt/test/X86/asm-dump.c
@@ -2,6 +2,7 @@
* Test for asm-dump functionality.
*
* REQUIRES: x86_64-linux,bolt-runtime
+ * UNSUPPORTED: target=aarch64{{.*}}
*
* Compile the source
* RUN: %clang -fPIC %s -o %t.exe -Wl,-q
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D159094.554491.patch
Type: text/x-patch
Size: 1910 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230829/c241be88/attachment.bin>
More information about the llvm-commits
mailing list