From: Nikolay Sivov nsivov@codeweavers.com
--- dlls/vbscript/tests/lang.vbs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dlls/vbscript/tests/lang.vbs b/dlls/vbscript/tests/lang.vbs index 990d830234d..529f995e764 100644 --- a/dlls/vbscript/tests/lang.vbs +++ b/dlls/vbscript/tests/lang.vbs @@ -1562,7 +1562,8 @@ sub TestReDimList end sub call TestReDimList
-dim rx(4) +dim rx +redim rx(4) sub TestReDimByRef(byref x) ok ubound(x) = 4, "ubound(x) = " & ubound(x) redim x(6)
Hi,
It looks like your patch introduced the new failures shown below. Please investigate and fix them before resubmitting your patch. If they are not new, fixing them anyway would help a lot. Otherwise please ask for the known failures list to be updated.
The full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=126661
Your paranoid android.
=== build (build log) ===
error: patch failed: dlls/vbscript/tests/lang.vbs:1562 Task: Patch failed to apply
=== debian11 (build log) ===
error: patch failed: dlls/vbscript/tests/lang.vbs:1562 Task: Patch failed to apply
=== debian11b (build log) ===
error: patch failed: dlls/vbscript/tests/lang.vbs:1562 Task: Patch failed to apply
This merge request was approved by Jacek Caban.