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
Build and run all tests as shared libraries (#780)
This PR is derived from #779 to build and run dynamically-linked tests
in wasi-libc to help exercise shared-library-related support. This
requires the fix from #779, for example, to get tests passing. This
takes a different approach to testing, however, to build and run all
tests as dynamically linked instead of only some particular tests. This
avoids the need for a one-off test and additionally helps reuse all
existing infrastructure for tests. This expands the test coverage more
and documents a few cases where dynamic libraries don't work (long-float
intrinsics and setjmp)
---------
Co-authored-by: Joel Dice <joel.dice@akamai.com>
0 commit comments