From: Gabriel Ivăncescu gabrielopcode@gmail.com
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com Signed-off-by: Jacek Caban jacek@codeweavers.com --- dlls/jscript/tests/jscript.c | 713 ++++++++++++++++++++++++++++++++++- 1 file changed, 700 insertions(+), 13 deletions(-)
Hi,
While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check?
Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=66428
Your paranoid android.
=== debiant (32 bit report) ===
jscript: jscript.c:1397: Test failed: Unexpected 'this': V_VT = 9, V_DISPATCH = 00426130 jscript.c:1429: Test failed: Unexpected 'this': V_VT = 9, V_DISPATCH = 00426130
=== debiant (32 bit French report) ===
jscript: jscript.c:1397: Test failed: Unexpected 'this': V_VT = 9, V_DISPATCH = 00426130 jscript.c:1429: Test failed: Unexpected 'this': V_VT = 9, V_DISPATCH = 00426130
=== debiant (32 bit Japanese:Japan report) ===
jscript: jscript.c:1397: Test failed: Unexpected 'this': V_VT = 9, V_DISPATCH = 00426130 jscript.c:1429: Test failed: Unexpected 'this': V_VT = 9, V_DISPATCH = 00426130
=== debiant (32 bit Chinese:China report) ===
jscript: jscript.c:1397: Test failed: Unexpected 'this': V_VT = 9, V_DISPATCH = 00426130 jscript.c:1429: Test failed: Unexpected 'this': V_VT = 9, V_DISPATCH = 00426130
=== debiant (32 bit WoW report) ===
jscript: jscript.c:1397: Test failed: Unexpected 'this': V_VT = 9, V_DISPATCH = 00426130 jscript.c:1429: Test failed: Unexpected 'this': V_VT = 9, V_DISPATCH = 00426130
=== debiant (64 bit WoW report) ===
jscript: jscript.c:1397: Test failed: Unexpected 'this': V_VT = 9, V_DISPATCH = 00426130 jscript.c:1429: Test failed: Unexpected 'this': V_VT = 9, V_DISPATCH = 00426130
On 05.03.2020 16:53, Marvin wrote:
Hi,
While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check?
Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=66428
Your paranoid android.
=== debiant (32 bit report) ===
jscript: jscript.c:1397: Test failed: Unexpected 'this': V_VT = 9, V_DISPATCH = 00426130 jscript.c:1429: Test failed: Unexpected 'this': V_VT = 9, V_DISPATCH = 00426130
I tested it with patch 2/4 in the tree. I sent a correct version.
Jacek