Module: wine Branch: master Commit: 3c8f70e2c3a08aa013ab8729887217f3dc2e9940 URL: https://source.winehq.org/git/wine.git/?a=commit;h=3c8f70e2c3a08aa013ab87298... Author: Austin English <austinenglish(a)gmail.com> Date: Wed Aug 21 21:29:33 2019 -0500 mscoree/tests: Mark tests as todo_wine if mono is not available on the current platform. This allows the tests to pass for me both on arm64 and x86. Signed-off-by: Austin English <austinenglish(a)gmail.com> Signed-off-by: Vincent Povirk <vincent(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/mscoree/tests/metahost.c | 14 ++++++++++--- dlls/mscoree/tests/mscoree.c | 46 ++++++++++++++++++++++++------------------- 2 files changed, 37 insertions(+), 23 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=3c8f70e2c3a08aa013ab8...