Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

French abbreviated month names not showing up as expected #90639

Open
carlossanlop opened this issue Aug 15, 2023 · 10 comments
Open

French abbreviated month names not showing up as expected #90639

carlossanlop opened this issue Aug 15, 2023 · 10 comments
Assignees
Labels
arch-wasm WebAssembly architecture area-Infrastructure-mono Known Build Error Use this to report build issues in the .NET Helix tab os-browser Browser variant of arch-wasm
Milestone

Comments

@carlossanlop
Copy link
Member

carlossanlop commented Aug 15, 2023

Error Blob

Reproduction Steps

Hitting an 8.0 RC1 PR.

info: [2023-08-15T20:36:42.955Z] [FAIL] System.Globalization.Tests.DateTimeFormatInfoAbbreviatedMonthGenitiveNames.AbbreviatedMonthGenitiveNames_Get_ReturnsExpected_HybridGlobalization(format: DateTimeFormatInfo { AbbreviatedDayNames = ["søn.", "man.", "tir.", "ons.", "tor.", ...], AbbreviatedMonthGenitiveNames = ["jan.", "feb.", "mars", "apr.", "mai", ...], AbbreviatedMonthNames = ["jan", "feb", "mar", "apr", "mai", ...], AMDesignator = "a.m.", Calendar = GregorianCalendar { AlgorithmType = SolarCalendar, CalendarType = Localized, Eras = [...], IsReadOnly = False, MaxSupportedDateTime = 9999-12-31T23:59:59.9999999, ... }, ... }, expected: ["jan.", "feb.", "mar.", "apr.", "mai", ...])
info: Assert.Equal() Failure
info:                            ↓ (pos 2)
info: Expected: ["jan.", "feb.", "mar.", "apr.", "mai", ...]
info: Actual:   ["jan.", "feb.", "mars", "apr.", "mai", ...]
info:                            ↑ (pos 2)
info:    at System.Object.InvokeStub_DateTimeFormatInfoAbbreviatedMonthGenitiveNames.AbbreviatedMonthGenitiveNames_Get_ReturnsExpected_HybridGlobalization(Object , Span`1 )
info:    at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
info: [2023-08-15T20:36:42.959Z] [FAIL] System.Globalization.Tests.DateTimeFormatInfoAbbreviatedMonthGenitiveNames.AbbreviatedMonthGenitiveNames_Get_ReturnsExpected_HybridGlobalization(format: DateTimeFormatInfo { AbbreviatedDayNames = ["søn.", "man.", "tir.", "ons.", "tor.", ...], AbbreviatedMonthGenitiveNames = ["jan.", "feb.", "mars", "apr.", "mai", ...], AbbreviatedMonthNames = ["jan", "feb", "mar", "apr", "mai", ...], AMDesignator = "a.m.", Calendar = GregorianCalendar { AlgorithmType = SolarCalendar, CalendarType = Localized, Eras = [...], IsReadOnly = False, MaxSupportedDateTime = 9999-12-31T23:59:59.9999999, ... }, ... }, expected: ["jan.", "feb.", "mar.", "apr.", "mai", ...])
info: Assert.Equal() Failure
info:                            ↓ (pos 2)
info: Expected: ["jan.", "feb.", "mar.", "apr.", "mai", ...]
info: Actual:   ["jan.", "feb.", "mars", "apr.", "mai", ...]
info:                            ↑ (pos 2)

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=583372
Error message validated: [["jan.", "feb.", "mars", "apr.", "mai", ...]]
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 3/6/2024 8:03:40 PM UTC

Known Issue Error Message

Fill the error message using step by step known issues guidance.

{
  "ErrorMessage": "[\"jan.\", \"feb.\", \"mars\", \"apr.\", \"mai\", ...]",
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Report

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 0
@carlossanlop carlossanlop added area-System.Globalization blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab labels Aug 15, 2023
@carlossanlop carlossanlop added this to the 8.0.0 milestone Aug 15, 2023
@ghost
Copy link

ghost commented Aug 15, 2023

Tagging subscribers to this area: @dotnet/area-system-globalization
See info in area-owners.md if you want to be subscribed.

Issue Details

Error Blob

{
  "ErrorMessage": "Actual:   ["jan.", "feb.", "mars", "apr.", "mai", ...]",
  "BuildRetry": false,
  "ErrorPattern": "",
  "ExcludeConsoleLog": true
}

Reproduction Steps

Hitting an 8.0 RC1 PR.

info: [2023-08-15T20:36:42.955Z] [FAIL] System.Globalization.Tests.DateTimeFormatInfoAbbreviatedMonthGenitiveNames.AbbreviatedMonthGenitiveNames_Get_ReturnsExpected_HybridGlobalization(format: DateTimeFormatInfo { AbbreviatedDayNames = ["søn.", "man.", "tir.", "ons.", "tor.", ...], AbbreviatedMonthGenitiveNames = ["jan.", "feb.", "mars", "apr.", "mai", ...], AbbreviatedMonthNames = ["jan", "feb", "mar", "apr", "mai", ...], AMDesignator = "a.m.", Calendar = GregorianCalendar { AlgorithmType = SolarCalendar, CalendarType = Localized, Eras = [...], IsReadOnly = False, MaxSupportedDateTime = 9999-12-31T23:59:59.9999999, ... }, ... }, expected: ["jan.", "feb.", "mar.", "apr.", "mai", ...])
info: Assert.Equal() Failure
info:                            ↓ (pos 2)
info: Expected: ["jan.", "feb.", "mar.", "apr.", "mai", ...]
info: Actual:   ["jan.", "feb.", "mars", "apr.", "mai", ...]
info:                            ↑ (pos 2)
info:    at System.Object.InvokeStub_DateTimeFormatInfoAbbreviatedMonthGenitiveNames.AbbreviatedMonthGenitiveNames_Get_ReturnsExpected_HybridGlobalization(Object , Span`1 )
info:    at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
info: [2023-08-15T20:36:42.959Z] [FAIL] System.Globalization.Tests.DateTimeFormatInfoAbbreviatedMonthGenitiveNames.AbbreviatedMonthGenitiveNames_Get_ReturnsExpected_HybridGlobalization(format: DateTimeFormatInfo { AbbreviatedDayNames = ["søn.", "man.", "tir.", "ons.", "tor.", ...], AbbreviatedMonthGenitiveNames = ["jan.", "feb.", "mars", "apr.", "mai", ...], AbbreviatedMonthNames = ["jan", "feb", "mar", "apr", "mai", ...], AMDesignator = "a.m.", Calendar = GregorianCalendar { AlgorithmType = SolarCalendar, CalendarType = Localized, Eras = [...], IsReadOnly = False, MaxSupportedDateTime = 9999-12-31T23:59:59.9999999, ... }, ... }, expected: ["jan.", "feb.", "mar.", "apr.", "mai", ...])
info: Assert.Equal() Failure
info:                            ↓ (pos 2)
info: Expected: ["jan.", "feb.", "mar.", "apr.", "mai", ...]
info: Actual:   ["jan.", "feb.", "mars", "apr.", "mai", ...]
info:                            ↑ (pos 2)
Author: carlossanlop
Assignees: -
Labels:

area-System.Globalization, blocking-clean-ci, Known Build Error

Milestone: 8.0.0

@carlossanlop carlossanlop added Known Build Error Use this to report build issues in the .NET Helix tab arch-wasm WebAssembly architecture os-linux Linux OS (any supported distro) and removed Known Build Error Use this to report build issues in the .NET Helix tab labels Aug 15, 2023
@ghost
Copy link

ghost commented Aug 15, 2023

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

Issue Details

Error Blob

{
  "ErrorMessage": "Actual:   [\"jan.\", \"feb.\", \"mars\", \"apr.\", \"mai\", ...]",
  "BuildRetry": false,
  "ErrorPattern": "",
  "ExcludeConsoleLog": true
}

Reproduction Steps

Hitting an 8.0 RC1 PR.

info: [2023-08-15T20:36:42.955Z] [FAIL] System.Globalization.Tests.DateTimeFormatInfoAbbreviatedMonthGenitiveNames.AbbreviatedMonthGenitiveNames_Get_ReturnsExpected_HybridGlobalization(format: DateTimeFormatInfo { AbbreviatedDayNames = ["søn.", "man.", "tir.", "ons.", "tor.", ...], AbbreviatedMonthGenitiveNames = ["jan.", "feb.", "mars", "apr.", "mai", ...], AbbreviatedMonthNames = ["jan", "feb", "mar", "apr", "mai", ...], AMDesignator = "a.m.", Calendar = GregorianCalendar { AlgorithmType = SolarCalendar, CalendarType = Localized, Eras = [...], IsReadOnly = False, MaxSupportedDateTime = 9999-12-31T23:59:59.9999999, ... }, ... }, expected: ["jan.", "feb.", "mar.", "apr.", "mai", ...])
info: Assert.Equal() Failure
info:                            ↓ (pos 2)
info: Expected: ["jan.", "feb.", "mar.", "apr.", "mai", ...]
info: Actual:   ["jan.", "feb.", "mars", "apr.", "mai", ...]
info:                            ↑ (pos 2)
info:    at System.Object.InvokeStub_DateTimeFormatInfoAbbreviatedMonthGenitiveNames.AbbreviatedMonthGenitiveNames_Get_ReturnsExpected_HybridGlobalization(Object , Span`1 )
info:    at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
info: [2023-08-15T20:36:42.959Z] [FAIL] System.Globalization.Tests.DateTimeFormatInfoAbbreviatedMonthGenitiveNames.AbbreviatedMonthGenitiveNames_Get_ReturnsExpected_HybridGlobalization(format: DateTimeFormatInfo { AbbreviatedDayNames = ["søn.", "man.", "tir.", "ons.", "tor.", ...], AbbreviatedMonthGenitiveNames = ["jan.", "feb.", "mars", "apr.", "mai", ...], AbbreviatedMonthNames = ["jan", "feb", "mar", "apr", "mai", ...], AMDesignator = "a.m.", Calendar = GregorianCalendar { AlgorithmType = SolarCalendar, CalendarType = Localized, Eras = [...], IsReadOnly = False, MaxSupportedDateTime = 9999-12-31T23:59:59.9999999, ... }, ... }, expected: ["jan.", "feb.", "mar.", "apr.", "mai", ...])
info: Assert.Equal() Failure
info:                            ↓ (pos 2)
info: Expected: ["jan.", "feb.", "mar.", "apr.", "mai", ...]
info: Actual:   ["jan.", "feb.", "mars", "apr.", "mai", ...]
info:                            ↑ (pos 2)

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng/internal/_build/results?buildId=2244190
Error message validated: Actual: ["jan.", "feb.", "mars", "apr.", "mai", ...]
Result validation: ❌ Known issue did not match with the provided build.
Validation performed at: 8/15/2023 9:33:00 PM UTC

Author: carlossanlop
Assignees: -
Labels:

arch-wasm, area-System.Globalization, os-linux, blocking-clean-ci, Known Build Error

Milestone: 8.0.0

@tarekgh
Copy link
Member

tarekgh commented Aug 15, 2023

@lewing @ilonatommy could you please have a look? Thanks!

@tarekgh tarekgh added the untriaged New issue has not been triaged by the area owner label Aug 15, 2023
@lewing
Copy link
Member

lewing commented Aug 15, 2023

fixed in #90644

@lewing lewing added in-pr There is an active PR which will close this issue when it is merged and removed untriaged New issue has not been triaged by the area owner in-pr There is an active PR which will close this issue when it is merged labels Aug 15, 2023
@lewing lewing modified the milestones: 8.0.0, 9.0.0 Aug 16, 2023
@ghost
Copy link

ghost commented Aug 16, 2023

Tagging subscribers to this area: @directhex
See info in area-owners.md if you want to be subscribed.

Issue Details

Error Blob

{
  "ErrorMessage": "Actual:   [""jan."", ""feb."", ""mars"", ""apr."", ""mai"", ...]",
  "BuildRetry": false,
  "ErrorPattern": "",
  "ExcludeConsoleLog": true
}

Reproduction Steps

Hitting an 8.0 RC1 PR.

info: [2023-08-15T20:36:42.955Z] [FAIL] System.Globalization.Tests.DateTimeFormatInfoAbbreviatedMonthGenitiveNames.AbbreviatedMonthGenitiveNames_Get_ReturnsExpected_HybridGlobalization(format: DateTimeFormatInfo { AbbreviatedDayNames = ["søn.", "man.", "tir.", "ons.", "tor.", ...], AbbreviatedMonthGenitiveNames = ["jan.", "feb.", "mars", "apr.", "mai", ...], AbbreviatedMonthNames = ["jan", "feb", "mar", "apr", "mai", ...], AMDesignator = "a.m.", Calendar = GregorianCalendar { AlgorithmType = SolarCalendar, CalendarType = Localized, Eras = [...], IsReadOnly = False, MaxSupportedDateTime = 9999-12-31T23:59:59.9999999, ... }, ... }, expected: ["jan.", "feb.", "mar.", "apr.", "mai", ...])
info: Assert.Equal() Failure
info:                            ↓ (pos 2)
info: Expected: ["jan.", "feb.", "mar.", "apr.", "mai", ...]
info: Actual:   ["jan.", "feb.", "mars", "apr.", "mai", ...]
info:                            ↑ (pos 2)
info:    at System.Object.InvokeStub_DateTimeFormatInfoAbbreviatedMonthGenitiveNames.AbbreviatedMonthGenitiveNames_Get_ReturnsExpected_HybridGlobalization(Object , Span`1 )
info:    at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
info: [2023-08-15T20:36:42.959Z] [FAIL] System.Globalization.Tests.DateTimeFormatInfoAbbreviatedMonthGenitiveNames.AbbreviatedMonthGenitiveNames_Get_ReturnsExpected_HybridGlobalization(format: DateTimeFormatInfo { AbbreviatedDayNames = ["søn.", "man.", "tir.", "ons.", "tor.", ...], AbbreviatedMonthGenitiveNames = ["jan.", "feb.", "mars", "apr.", "mai", ...], AbbreviatedMonthNames = ["jan", "feb", "mar", "apr", "mai", ...], AMDesignator = "a.m.", Calendar = GregorianCalendar { AlgorithmType = SolarCalendar, CalendarType = Localized, Eras = [...], IsReadOnly = False, MaxSupportedDateTime = 9999-12-31T23:59:59.9999999, ... }, ... }, expected: ["jan.", "feb.", "mar.", "apr.", "mai", ...])
info: Assert.Equal() Failure
info:                            ↓ (pos 2)
info: Expected: ["jan.", "feb.", "mar.", "apr.", "mai", ...]
info: Actual:   ["jan.", "feb.", "mars", "apr.", "mai", ...]
info:                            ↑ (pos 2)

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng/internal/_build/results?buildId=2244190
Error message validated: Actual: ["jan.", "feb.", "mars", "apr.", "mai", ...]
Result validation: ❌ Known issue did not match with the provided build.
Validation performed at: 8/15/2023 9:33:00 PM UTC

Known Issue Error Message

Fill the error message using step by step known issues guidance.

{
  "ErrorMessage": "",
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Report

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 0
Author: carlossanlop
Assignees: -
Labels:

arch-wasm, area-System.Globalization, os-linux, blocking-clean-ci, area-Infrastructure-mono, Known Build Error

Milestone: 9.0.0

@lewing lewing added os-browser Browser variant of arch-wasm and removed area-System.Globalization blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab os-linux Linux OS (any supported distro) labels Aug 16, 2023
@lewing
Copy link
Member

lewing commented Aug 16, 2023

The has been worked around and is not blocking, leaving it open to make sure we resolve it.

@lewing lewing changed the title [8.0] French abbreviated month names not showing up as expected French abbreviated month names not showing up as expected Aug 16, 2023
@carlossanlop
Copy link
Member Author

This is showing up again in CI: #91246

I'll re-add the KnownBuildError label to see how often it happens and where.

info: Starting:    System.Globalization.Hybrid.WASM.Tests.dll
fail: [FAIL] System.Globalization.Tests.DateTimeFormatInfoFirstDayOfWeek.FirstDayOfWeek(format: DateTimeFormatInfo { AbbreviatedDayNames = ["søn.", "man.", "tir.", "ons.", "tor.", ...], AbbreviatedMonthGenitiveNames = ["jan.", "feb.", "mar.", "apr.", "mai", ...], AbbreviatedMonthNames = ["jan", "feb", "mar", "apr", "mai", ...], AMDesignator = "a.m.", Calendar = GregorianCalendar { CalendarType = Localized, Eras = [...], IsReadOnly = False, MaxSupportedDateTime = 9999-12-31T23:59:59.9999999, MinSupportedDateTime = 0001-01-01T00:00:00.0000000, ... }, ... }, expected: Monday)
info: Assert.Equal() Failure
info: Expected: Monday
info: Actual:   Sunday
info:    at System.Globalization.Tests.DateTimeFormatInfoFirstDayOfWeek.FirstDayOfWeek(DateTimeFormatInfo format, DayOfWeek expected)
info:    at System.Object.InvokeStub_DateTimeFormatInfoFirstDayOfWeek.FirstDayOfWeek(Object , Span`1 )
info:    at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object , BindingFlags , Binder , Object[] , CultureInfo )
info: Finished:    System.Globalization.Hybrid.WASM.Tests.dll
info: 
info: === TEST EXECUTION SUMMARY ===
info: Total: 5200, Errors: 0, Failed: 1, Skipped: 14, Time: 23.2657639s

@carlossanlop carlossanlop added the Known Build Error Use this to report build issues in the .NET Helix tab label Aug 29, 2023
@ghost ghost added in-pr There is an active PR which will close this issue when it is merged and removed in-pr There is an active PR which will close this issue when it is merged labels Aug 31, 2023
@lewing lewing assigned lewing and unassigned ilonatommy Aug 31, 2023
@carlossanlop carlossanlop added Known Build Error Use this to report build issues in the .NET Helix tab and removed Known Build Error Use this to report build issues in the .NET Helix tab labels Oct 18, 2023
@carlossanlop
Copy link
Member Author

Found in #93617

@build-analysis build-analysis bot removed this from the 9.0.0 milestone Nov 15, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Nov 15, 2023
@akoeplinger akoeplinger added this to the 9.0.0 milestone Nov 24, 2023
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Nov 24, 2023
@carlossanlop carlossanlop added Known Build Error Use this to report build issues in the .NET Helix tab and removed Known Build Error Use this to report build issues in the .NET Helix tab labels Mar 6, 2024
@carlossanlop carlossanlop added Known Build Error Use this to report build issues in the .NET Helix tab and removed Known Build Error Use this to report build issues in the .NET Helix tab labels Mar 6, 2024
@lewing lewing assigned ilonatommy and unassigned lewing Apr 1, 2024
@lewing
Copy link
Member

lewing commented Apr 1, 2024

@ilonatommy can this be closed now?

@ilonatommy
Copy link
Member

I don't think so, the last hit was on v8 12.4.105 so it cannot be old v8 version. The failures are not deterministic, so it should stay opened.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-wasm WebAssembly architecture area-Infrastructure-mono Known Build Error Use this to report build issues in the .NET Helix tab os-browser Browser variant of arch-wasm
Projects
None yet
Development

No branches or pull requests

5 participants