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

[7.0] [wasm] Chrome DateTimeTests CheckDateTimeLocale failure #88799

Closed
carlossanlop opened this issue Jul 12, 2023 · 3 comments
Closed

[7.0] [wasm] Chrome DateTimeTests CheckDateTimeLocale failure #88799

carlossanlop opened this issue Jul 12, 2023 · 3 comments
Labels
arch-wasm WebAssembly architecture area-VM-meta-mono Known Build Error Use this to report build issues in the .NET Helix tab os-linux Linux OS (any supported distro) runtime-mono specific to the Mono runtime
Milestone

Comments

@carlossanlop
Copy link
Member

carlossanlop commented Jul 12, 2023

Error Blob

{
  "ErrorMessage": "DebuggerTests.DateTimeTests.CheckDateTimeLocale",
  "BuildRetry": false,
  "ErrorPattern": "",
  "ExcludeConsoleLog": false
}

Reproduction Steps

@radical for wasm
@tarekgh since it's a time test and we had recent servicing changes in that area

----------------
Installed an ASP.NET Core HTTPS development certificate.
To trust the certificate run 'dotnet dev-certs https --trust' (Windows and macOS only).
Learn about HTTPS: https://aka.ms/dotnet-https
----------------
Write your first app: https://aka.ms/dotnet-hello-world
Find out what's new: https://aka.ms/dotnet-whats-new
Explore documentation: https://aka.ms/dotnet-docs
Report issues and find source on GitHub: https://github.com/dotnet/core
Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli
--------------------------------------------------------------------------------------
Microsoft (R) Test Execution Command Line Tool Version 17.4.1 (x64)
Copyright (c) Microsoft Corporation.  All rights reserved.

Starting test execution, please wait...
A total of 1 test files matched the specified pattern.
[xUnit.net 00:09:42.92]     DebuggerTests.DateTimeTests.CheckDateTimeLocale(locale: "en-US", fdtp: "dddd, MMMM d, yyyy h:mm:ss tt", ldp: "dddd, MMMM d, yyyy", ltp: "h:mm:ss tt", sdp: "M/d/yyyy", stp: "h:mm tt") [FAIL]
  Failed DebuggerTests.DateTimeTests.CheckDateTimeLocale(locale: "en-US", fdtp: "dddd, MMMM d, yyyy h:mm:ss tt", ldp: "dddd, MMMM d, yyyy", ltp: "h:mm:ss tt", sdp: "M/d/yyyy", stp: "h:mm tt") [48 s]
  Error Message:
   System.Threading.Tasks.TaskCanceledException : A task was canceled.
  Stack Trace:
     at DebuggerTests.DebuggerTestBase.SetBreakpointInMethod(String assembly, String type, String method, Int32 lineOffset, Int32 col, String condition) in /_/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 1156
   at DebuggerTests.DateTimeTests.CheckDateTimeLocale(String locale, String fdtp, String ldp, String ltp, String sdp, String stp) in /_/src/mono/wasm/debugger/DebuggerTestSuite/DateTimeTests.cs:line 26
--- End of stack trace from previous location ---
[xUnit.net 00:11:22.62]     DebuggerTests.DelegateTests.MethodWithDelegatesAsyncTest(use_cfo: True) [FAIL]
  Failed DebuggerTests.DelegateTests.MethodWithDelegatesAsyncTest(use_cfo: True) [1 ms]
  Error Message:
   System.Threading.Tasks.TaskCanceledException : Test timed out (elapsed time: 60.3869458)
  Stack Trace:
     at DebuggerTests.Inspector.OpenSessionAsync(Func`3 getInitCmds, TimeSpan span) in /_/src/mono/wasm/debugger/DebuggerTestSuite/Inspector.cs:line 343
   at DebuggerTests.DebuggerTestBase.InitializeAsync() in /_/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 149
[Result: IsOk: True, IsErr: False, Value: {
  "breakpointId": "1:539:8:dotnet://debugger-test.dll//_/src/mono/wasm/debugger/tests/debugger-test/debugger-test.cs",
  "locations": [
    {
      "scriptId": "dotnet://38144_1",
      "lineNumber": 542,
      "columnNumber": 8
    }
  ]
}, Error:  ]
[Result: IsOk: True, IsErr: False, Value: {
  "breakpointId": "1:1272:8:dotnet://debugger-test.dll//_/src/mono/wasm/debugger/tests/debugger-test/debugger-test.cs",
  "locations": []
}, Error:  ]
Results File: /datadisks/disk1/work/AEFA08D6/w/B92C09D1/uploads/xharness-output/logs/testResults.trx

Failed!  - Failed:     2, Passed:   745, Skipped:     0, Total:   747, Duration: 36 m 6 s - DebuggerTestSuite.dll (net7.0)

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=337259
Error message validated: DebuggerTests.DateTimeTests.CheckDateTimeLocale
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 7/12/2023 11:18:00 PM UTC

Report

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 0
@carlossanlop carlossanlop added os-linux Linux OS (any supported distro) blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' untriaged New issue has not been triaged by the area owner area-VM-meta-mono runtime-mono specific to the Mono runtime Known Build Error Use this to report build issues in the .NET Helix tab labels Jul 12, 2023
@tarekgh tarekgh added the arch-wasm WebAssembly architecture label Jul 12, 2023
@ghost
Copy link

ghost commented Jul 12, 2023

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

Issue Details

Error Blob

{
  "ErrorMessage": "DebuggerTests.DateTimeTests.CheckDateTimeLocale",
  "BuildRetry": false,
  "ErrorPattern": "",
  "ExcludeConsoleLog": false
}

Reproduction Steps

@radical for wasm
@tarekgh since it's a time test and we had recent servicing changes in that area

----------------
Installed an ASP.NET Core HTTPS development certificate.
To trust the certificate run 'dotnet dev-certs https --trust' (Windows and macOS only).
Learn about HTTPS: https://aka.ms/dotnet-https
----------------
Write your first app: https://aka.ms/dotnet-hello-world
Find out what's new: https://aka.ms/dotnet-whats-new
Explore documentation: https://aka.ms/dotnet-docs
Report issues and find source on GitHub: https://github.com/dotnet/core
Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli
--------------------------------------------------------------------------------------
Microsoft (R) Test Execution Command Line Tool Version 17.4.1 (x64)
Copyright (c) Microsoft Corporation.  All rights reserved.

Starting test execution, please wait...
A total of 1 test files matched the specified pattern.
[xUnit.net 00:09:42.92]     DebuggerTests.DateTimeTests.CheckDateTimeLocale(locale: "en-US", fdtp: "dddd, MMMM d, yyyy h:mm:ss tt", ldp: "dddd, MMMM d, yyyy", ltp: "h:mm:ss tt", sdp: "M/d/yyyy", stp: "h:mm tt") [FAIL]
  Failed DebuggerTests.DateTimeTests.CheckDateTimeLocale(locale: "en-US", fdtp: "dddd, MMMM d, yyyy h:mm:ss tt", ldp: "dddd, MMMM d, yyyy", ltp: "h:mm:ss tt", sdp: "M/d/yyyy", stp: "h:mm tt") [48 s]
  Error Message:
   System.Threading.Tasks.TaskCanceledException : A task was canceled.
  Stack Trace:
     at DebuggerTests.DebuggerTestBase.SetBreakpointInMethod(String assembly, String type, String method, Int32 lineOffset, Int32 col, String condition) in /_/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 1156
   at DebuggerTests.DateTimeTests.CheckDateTimeLocale(String locale, String fdtp, String ldp, String ltp, String sdp, String stp) in /_/src/mono/wasm/debugger/DebuggerTestSuite/DateTimeTests.cs:line 26
--- End of stack trace from previous location ---
[xUnit.net 00:11:22.62]     DebuggerTests.DelegateTests.MethodWithDelegatesAsyncTest(use_cfo: True) [FAIL]
  Failed DebuggerTests.DelegateTests.MethodWithDelegatesAsyncTest(use_cfo: True) [1 ms]
  Error Message:
   System.Threading.Tasks.TaskCanceledException : Test timed out (elapsed time: 60.3869458)
  Stack Trace:
     at DebuggerTests.Inspector.OpenSessionAsync(Func`3 getInitCmds, TimeSpan span) in /_/src/mono/wasm/debugger/DebuggerTestSuite/Inspector.cs:line 343
   at DebuggerTests.DebuggerTestBase.InitializeAsync() in /_/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 149
[Result: IsOk: True, IsErr: False, Value: {
  "breakpointId": "1:539:8:dotnet://debugger-test.dll//_/src/mono/wasm/debugger/tests/debugger-test/debugger-test.cs",
  "locations": [
    {
      "scriptId": "dotnet://38144_1",
      "lineNumber": 542,
      "columnNumber": 8
    }
  ]
}, Error:  ]
[Result: IsOk: True, IsErr: False, Value: {
  "breakpointId": "1:1272:8:dotnet://debugger-test.dll//_/src/mono/wasm/debugger/tests/debugger-test/debugger-test.cs",
  "locations": []
}, Error:  ]
Results File: /datadisks/disk1/work/AEFA08D6/w/B92C09D1/uploads/xharness-output/logs/testResults.trx

Failed!  - Failed:     2, Passed:   745, Skipped:     0, Total:   747, Duration: 36 m 6 s - DebuggerTestSuite.dll (net7.0)

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=337259
Error message validated: DebuggerTests.DateTimeTests.CheckDateTimeLocale
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 7/12/2023 11:18:00 PM UTC

Author: carlossanlop
Assignees: -
Labels:

arch-wasm, os-linux, blocking-clean-ci, untriaged, area-VM-meta-mono, runtime-mono, Known Build Error

Milestone: -

@lewing
Copy link
Member

lewing commented Jul 21, 2023

Seems like possibly a one off?

@lewing lewing added this to the Future milestone Jul 21, 2023
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Jul 21, 2023
@build-analysis build-analysis bot removed this from the Future 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 Future milestone Nov 24, 2023
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Nov 24, 2023
@jeffschwMSFT jeffschwMSFT removed the blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' label Mar 7, 2024
@jeffschwMSFT
Copy link
Member

removing blocking-clean-ci as it has not failed in 30 days

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 0

@github-actions github-actions bot locked and limited conversation to collaborators Apr 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-wasm WebAssembly architecture area-VM-meta-mono Known Build Error Use this to report build issues in the .NET Helix tab os-linux Linux OS (any supported distro) runtime-mono specific to the Mono runtime
Projects
None yet
Development

No branches or pull requests

5 participants