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
This test was never actually being run with `-fshort-wchar` because it
was being passed as `args` rather than `emcc_args`, ever since the test
was added back in c33af78.
When actually running with `-fshort-wchar` the test fails under the
sanitizers I believe because wcslen (which is part of libc) would also
need to be built with this flag.
0 commit comments