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

[WASM][aot] System.Tests.UriCreateStringTests.Path_Query_Fragment #105823

Closed
AaronRobinsonMSFT opened this issue Aug 1, 2024 · 3 comments
Closed
Assignees
Labels
area-Codegen-AOT-mono 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
Milestone

Comments

@AaronRobinsonMSFT
Copy link
Member

AaronRobinsonMSFT commented Aug 1, 2024

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=762134
Build error leg or test failing: System.Tests.UriCreateStringTests.Path_Query_Fragment
Pull request: #105671

[23:21:54] info: [FAIL] System.Tests.UriCreateStringTests.Path_Query_Fragment(uriString: "http://host/path?query    \t \r \n  \t \n \r", path: "/path", query: "?query", fragment: "")
[23:21:54] info: Assert.Equal() Failure: Exception thrown during comparison
[23:21:54] info:                        ↓ (pos 0)
[23:21:54] info: Expected: <generated> [null, "path"]
[23:21:54] info: Actual:   string[]    ["/", "path"]
[23:21:54] info:                        ↑ (pos 0)
[23:21:54] info: ---- System.NullReferenceException : Object reference not set to an instance of an object.
[23:21:54] info:    at System.Object.InvokeStub_UriCreateStringTests.Path_Query_Fragment(Object , Span`1 )
[23:21:54] info:    at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object , BindingFlags , Binder , Object[] , CultureInfo )
[23:21:54] info: ----- Inner Stack Trace -----

Error Message

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

{
  "ErrorMessage": "at System.Object.InvokeStub_UriCreateStringTests.Path_Query_Fragment(Object , Span`1 )",
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=762134
Error message validated: [at System.Object.InvokeStub_UriCreateStringTests.Path_Query_Fragment(Object , Span1 )`]
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 8/1/2024 4:52:27 PM UTC

Report

Build Definition Test Pull Request
762134 dotnet/runtime WasmTestOnV8-ST-System.Runtime.Tests.WorkItemExecution #105671

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 1 1
@AaronRobinsonMSFT AaronRobinsonMSFT added 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 1, 2024
@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Aug 1, 2024
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Aug 1, 2024
@AaronRobinsonMSFT
Copy link
Member Author

/cc @lewing

@lewing lewing added this to the 9.0.0 milestone Aug 1, 2024
@dotnet-policy-service dotnet-policy-service bot removed the untriaged New issue has not been triaged by the area owner label Aug 1, 2024
@lewing
Copy link
Member

lewing commented Aug 1, 2024

@ilonatommy this reminds me of the other failures on v8

@ilonatommy ilonatommy changed the title [WASM] System.Tests.UriCreateStringTests.Path_Query_Fragment [WASM][aot] System.Tests.UriCreateStringTests.Path_Query_Fragment Aug 2, 2024
@ilonatommy
Copy link
Member

Yes, it looks like a duplicate of #105362. I'll update the pattern to not to include the specific test name but the test collection (System.Tests).

@ilonatommy ilonatommy added area-Codegen-AOT-mono and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Aug 2, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Sep 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Codegen-AOT-mono 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
Projects
None yet
Development

No branches or pull requests

3 participants