https://bugs.winehq.org/show_bug.cgi?id=47853
Bug ID: 47853 Summary: Allow testing in any locale on Wine VMs Product: Wine-Testbot Version: unspecified Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: unknown Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
Because Wine VMs run Unix, running a test in a locale is a simple matter of setting $LANG (*), creating a new WinePrefix for good measure, and running the test normally.
This does assume that the relevant locales have been configured before hand which is an easy one-time task when setting up the VM.
Wine VMs already have a list of missions they perform for wine-devel patches from which we can derive a list of locales to offer on the 'Submit job' page (see bug 47852). But we would not want to run every patch through every possible locale as this would take too much time (there are dozens of locales).
But extra locales could be included in the 'Submit job' page to allow debugging of these locales.
(*) And $LC_ALL too???
https://bugs.winehq.org/show_bug.cgi?id=47853
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|wine-bugs@winehq.org |fgouget@codeweavers.com
https://bugs.winehq.org/show_bug.cgi?id=47853
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED
--- Comment #1 from François Gouget fgouget@codeweavers.com --- The Wine VMs have a long list of supported locales in their MissionCaps. For instance debiant has:
lang=af_ZA|ar_MA|az_AZ|be_BY|bg_BG|br_FR|ca_ES|cs_CZ|cy_GB|da_DK|de_DE|dv_MV|el_GR|en_GB|es_ES|et_EE|eu_ES|fa_IR|fi_FI|fo_FO|ga_IE|gd_GB|gl_ES|gu_IN|hi_IN|hu_HU|hy_AM|id_ID|is_IS|it_CH|it_IT|ka_GE|kk_KZ|kn_IN|kok_IN|ko_KR|ky_KG|lt_LT|lv_LV|mk_MK|ml_IN|mn_MN|mr_IN|ms_BN|ms_MY|nb_NO|nl_BE|nl_NL|or_IN|pa_IN|pl_PL|pt_PT|pt_BR|ro_RO|ru_RU|sa_IN|sk_SK|sl_SI|sq_AL|sr_RS@latin|sv_FI|sv_SE|sw_KE|ta_IN|te_IN|th_TH|tr_TR|uk_UA|ur_PK|uz_UZ@cyrillic|zh_TW
The Submit job page lets the developer pick any of these locales from a drop-down list in the Options column.
Note: Only $LANG is set, not $LC_ALL, as I never received any indication to the contrary for the regular locale tests.
https://bugs.winehq.org/show_bug.cgi?id=47853
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from François Gouget fgouget@codeweavers.com --- Closing.