From: Francois Gouget fgouget@codeweavers.com
Wine-Bug: https://bugs.winehq.org//show_bug.cgi?id=53234 --- dlls/nsi/tests/nsi.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/dlls/nsi/tests/nsi.c b/dlls/nsi/tests/nsi.c index b6dd8f2416d..49f1a52074d 100644 --- a/dlls/nsi/tests/nsi.c +++ b/dlls/nsi/tests/nsi.c @@ -357,6 +357,7 @@ static void test_ndis_ifinfo( void ) dyn->out_mcast_pkts + dyn->out_bcast_pkts, dyn_2->out_mcast_pkts + dyn_2->out_bcast_pkts ); expect_bounded( "OutDiscards", row->OutDiscards, dyn->out_discards, dyn_2->out_discards ); + flaky expect_bounded( "OutErrors", row->OutErrors, dyn->out_errors, dyn_2->out_errors ); expect_bounded( "OutUcastOctets", row->OutUcastOctets, dyn->out_ucast_octs, dyn_2->out_ucast_octs ); expect_bounded( "OutMulticastOctets", row->OutMulticastOctets, dyn->out_mcast_octs, dyn_2->out_mcast_octs );
The test-linux-32 pipeline (#2629) failed because mshtml:htmllocation timed out. But done lines with a non-zero exit code are not highlighted so it's hard to find them.
I don't see any mshtml:htmllocation failure in test.winehq.org but I still doubt it's caused by this MR.
This merge request was closed by Huw Davies.