Skip to content

Commit 97b63c4

Browse files
committed
Mark variadic argument tests as requiring x86_64
1 parent 2541da0 commit 97b63c4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/Feature/VarArgByValOld.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Variadic functions are only supported on x86_64
2+
// REQUIRES: x86_64
3+
14
// REQUIRES: lt-llvm-15.0
25
/* This test checks that KLEE correctly handles variadic arguments with the
36
byval attribute */
@@ -128,4 +131,4 @@ int main() {
128131
struct foo f2 = {10, 20, 30, 40, 50, 60, 70};
129132
struct bar b2 = {1, 3, 5, 7, 9};
130133
test2(i, l, i, f, l, b, f2, b2);
131-
}
134+
}

0 commit comments

Comments
 (0)