[PATCH 4/8] jscript: Implement Array.prototype.toLocaleString.

Gabriel Ivăncescu gabrielopcode at gmail.com
Fri Apr 15 12:13:15 CDT 2022


Meh, looks like some locales have "; " as delimiter instead of ", "

Is there something I can query for them to obtain that? Or should I just 
adjust the tests to not check even this?


On 15/04/2022 18:21, 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=112662
> 
> Your paranoid android.
> 
> 
> === w7u_el (32 bit report) ===
> 
> jscript:
> run.c:3094: Test failed: V_BSTR(v) = L"12; 12; undefined undefined undefined; 12"
> run.c:3094: Test failed: V_BSTR(v) = L"12; 12; undefined undefined undefined; 12"
> 
> === w10pro64_ar (64 bit report) ===
> 
> jscript:
> run.c:3094: Test failed: V_BSTR(v) = L"12; 12; undefined undefined undefined; 12"
> run.c:3094: Test failed: V_BSTR(v) = L"12; 12; undefined undefined undefined; 12"
> 
> === w8adm (32 bit report) ===
> 
> mshtml:
> events.c:1089: Test failed: unexpected call img_onerror
> events: Timeout
> 
> === w10pro64_zh_CN (64 bit report) ===
> 
> mshtml:
> htmldoc.c:2541: Test failed: unexpected call UpdateUI
> htmldoc.c:2853: Test failed: unexpected call Exec_UPDATECOMMANDS
> htmldoc.c:350: Test failed: expected Exec_SETTITLE
> htmldoc.c:2859: Test failed: unexpected call Exec_SETTITLE
> 
> === w7u_el (32 bit report) ===
> 
> mshtml:
> script.c:634: Test failed: L"/index.html?es5.js:Array toLocaleString: toLocaleString returned aBc; undefined undefined undefined; aBc"
> script.c:634: Test failed: L"/index.html?es5.js:Array toLocaleString: toLocaleString on array-like object returned foo; bar"
> script.c:634: Test failed: L"/index.html?es5.js:Array toLocaleString: toLocaleString on 'ab' returned a; b"
> 
> === w10pro64_ar (64 bit report) ===
> 
> mshtml:
> script.c:634: Test failed: L"/index.html?es5.js:Array toLocaleString: toLocaleString returned aBc; undefined undefined undefined; aBc"
> script.c:634: Test failed: L"/index.html?es5.js:Array toLocaleString: toLocaleString on array-like object returned foo; bar"
> script.c:634: Test failed: L"/index.html?es5.js:Array toLocaleString: toLocaleString on 'ab' returned a; b"
> 




More information about the wine-devel mailing list