Skip to content

Commit 99c18a4

Browse files
authored
Fix tests requirements (#35)
Openssl is target-independent and second one runs the x86 binary
1 parent 438f46e commit 99c18a4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

test/X86/openssl.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# - `./Configure -static -Wl,-q`
66
# - profile `openssl speed` with ebpf-bolt for 100000 s
77

8-
REQUIRES: x86_64-linux
8+
REQUIRES: system-linux
99

1010
RUN: mkdir -p %p/Output
1111
RUN: test -f %p/Output/openssl || unzstd %p/Inputs/openssl.zst -o %p/Output/openssl

test/X86/python-split-func-jtable.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# The issue was triggered by getOrCreateJumpTable() when a jump table is
33
# accessed from two fragments of same function.
44

5+
REQUIRES: x86_64-linux
6+
57
# RUN: mkdir -p %p/Output
68
# RUN: test -f %p/Output/python || \
79
# RUN: unzstd %p/Inputs/python3.8.6.zst \

0 commit comments

Comments
 (0)