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] System.Runtime.Serialization.Xml, and System.Runtime.Serialization.Xml.ReflectionOnly tests breaking for AOT on rolling builds #85013

Closed
radical opened this issue Apr 18, 2023 · 2 comments
Assignees
Labels
arch-wasm WebAssembly architecture area-Codegen-AOT-mono disabled-test The test is disabled in source code against the issue Known Build Error Use this to report build issues in the .NET Helix tab test-failure
Milestone

Comments

@radical
Copy link
Member

radical commented Apr 18, 2023

[22:09:34] fail: [FAIL] XmlDictionaryWriterTest.XmlBaseWriter_WriteString
[22:09:34] info: System.ArgumentException : The output byte buffer is too small to contain the encoded data, encoding codepage '65001' and fallback 'System.Text.EncoderReplacementFallback'. (Parameter 'bytes')
[22:09:34] info:    at System.Reflection.MethodInvoker.Invoke(Object , IntPtr* , BindingFlags )
[21:50:14] fail: [FAIL] XmlDictionaryWriterTest.XmlBaseWriter_WriteString
[21:50:14] info: System.ArgumentException : The output byte buffer is too small to contain the encoded data, encoding codepage '65001' and fallback 'System.Text.EncoderReplacementFallback'. (Parameter 'bytes')
[21:50:14] info:    at System.Reflection.MethodInvoker.Invoke(Object , IntPtr* , BindingFlags )

Broken in rolling builds since Apr 14 - https://dev.azure.com/dnceng-public/public/_build/results?buildId=242119&view=results . The changes since the previous rolling build were - e3a80f3...3182dfb .

Known Issue Error Message

Fill the error message using known issues guidance.

{
  "ErrorPattern": "System.ArgumentException : The output byte buffer is too small to contain the encoded data, encoding codepage '65001' and fallback 'System.Text.EncoderReplacementFallback'",
  "BuildRetry": false
}

Report

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 0
@radical radical added arch-wasm WebAssembly architecture blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' area-Codegen-AOT-mono test-failure labels Apr 18, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Apr 18, 2023
@ghost
Copy link

ghost commented Apr 18, 2023

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

Issue Details
[22:09:34] fail: [FAIL] XmlDictionaryWriterTest.XmlBaseWriter_WriteString
[22:09:34] info: System.ArgumentException : The output byte buffer is too small to contain the encoded data, encoding codepage '65001' and fallback 'System.Text.EncoderReplacementFallback'. (Parameter 'bytes')
[22:09:34] info:    at System.Reflection.MethodInvoker.Invoke(Object , IntPtr* , BindingFlags )
[21:50:14] fail: [FAIL] XmlDictionaryWriterTest.XmlBaseWriter_WriteString
[21:50:14] info: System.ArgumentException : The output byte buffer is too small to contain the encoded data, encoding codepage '65001' and fallback 'System.Text.EncoderReplacementFallback'. (Parameter 'bytes')
[21:50:14] info:    at System.Reflection.MethodInvoker.Invoke(Object , IntPtr* , BindingFlags )

Broken in rolling builds since Apr 14 - https://dev.azure.com/dnceng-public/public/_build/results?buildId=242119&view=results . The changes since the previous rolling build were - e3a80f3...3182dfb .

Author: radical
Assignees: -
Labels:

arch-wasm, blocking-clean-ci, area-Codegen-AOT-mono, test-failure

Milestone: -

@radical radical added this to the 8.0.0 milestone Apr 18, 2023
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Apr 18, 2023
@radical radical added the Known Build Error Use this to report build issues in the .NET Helix tab label Apr 18, 2023
radical added a commit to radical/runtime that referenced this issue Apr 20, 2023
- System.Runtime.Serialization.Xml.Tests
- System.Runtime.Serialization.Xml.ReflectionOnly.Tests

Issue: dotnet#85013
radical added a commit that referenced this issue Apr 20, 2023
* [wasm] Disable failing AOT test - System.Collections.Immutable

Issue: #85012

* [wasm] Disable failing AOT tests - System.Runtime.Serialization.Xml*

- System.Runtime.Serialization.Xml.Tests
- System.Runtime.Serialization.Xml.ReflectionOnly.Tests

Issue: #85013
@radical radical added disabled-test The test is disabled in source code against the issue and removed blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' labels Apr 28, 2023
@vargaz
Copy link
Contributor

vargaz commented Jul 10, 2023

Can't reproduce this any more after reenabling the test.

@lewing lewing closed this as completed Aug 13, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Sep 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-wasm WebAssembly architecture area-Codegen-AOT-mono disabled-test The test is disabled in source code against the issue Known Build Error Use this to report build issues in the .NET Helix tab test-failure
Projects
None yet
Development

No branches or pull requests

3 participants