Module: wine Branch: master Commit: 967c39fa51357ea50f5876d4e06f59787f0aeff9 URL: https://gitlab.winehq.org/wine/wine/-/commit/967c39fa51357ea50f5876d4e06f597...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Sep 28 14:13:04 2022 +0200
wmvcore/tests: Reduce the number of printed todos.
---
dlls/wmvcore/tests/wmvcore.c | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/dlls/wmvcore/tests/wmvcore.c b/dlls/wmvcore/tests/wmvcore.c index 06e1852c8c0..aacff6f7bda 100644 --- a/dlls/wmvcore/tests/wmvcore.c +++ b/dlls/wmvcore/tests/wmvcore.c @@ -3422,6 +3422,8 @@ START_TEST(wmvcore) if(hr != S_OK) return;
+ winetest_mute_threshold = 3; /* FIXME: thread tests print too many "got wrong thread" todos */ + test_wmreader_interfaces(); test_wmsyncreader_interfaces(); test_wmwriter_interfaces();