You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, ctest2 returns an assertion failure when run against a function that contains a variadic function as a parameter. The assertion failure can be found here:
Currently,
ctest2
returns an assertion failure when run against a function that contains a variadic function as a parameter. The assertion failure can be found here:ctest2/src/lib.rs
Line 2107 in 80f9cc4
This became an issue while introducing NetBSD CI (rust-lang/libc#3965), as NetBSD contains the following function:
For
esetfunc
to be properly tested, variadic parameters/return values need support.The text was updated successfully, but these errors were encountered: