We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 438f46e commit 99c18a4Copy full SHA for 99c18a4
test/X86/openssl.test
@@ -5,7 +5,7 @@
5
# - `./Configure -static -Wl,-q`
6
# - profile `openssl speed` with ebpf-bolt for 100000 s
7
8
-REQUIRES: x86_64-linux
+REQUIRES: system-linux
9
10
RUN: mkdir -p %p/Output
11
RUN: test -f %p/Output/openssl || unzstd %p/Inputs/openssl.zst -o %p/Output/openssl
test/X86/python-split-func-jtable.test
@@ -2,6 +2,8 @@
2
# The issue was triggered by getOrCreateJumpTable() when a jump table is
3
# accessed from two fragments of same function.
4
+REQUIRES: x86_64-linux
+
# RUN: mkdir -p %p/Output
# RUN: test -f %p/Output/python || \
# RUN: unzstd %p/Inputs/python3.8.6.zst \
0 commit comments