You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Reenable `System.Runtime.Serialization.Xml.Tests`
This was disabled due to #59926,
which was then tracked by #61061
.
The stack overflow is due to one specific test though, and the rest of
the tests can be enabled if we skip this one - `DCS_DeeplyLinkedData`.
* Disable the test with `SkipOnPlatform` instead, for wasm, as it is
.. unlikely to be fixed (- vargaz).
Copy file name to clipboardExpand all lines: src/libraries/tests.proj
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -333,8 +333,6 @@
333
333
334
334
<!-- Aggressive Trimming related failures -->
335
335
<ItemGroupCondition="('$(TargetOS)' != 'Browser' and '$(RunAOTCompilation)' == 'true' and '$(MonoForceInterpreter)' != 'true') or ('$(TargetOS)' == 'Browser' and '$(BuildAOTTestsOnHelix)' == 'true' and '$(RunDisabledWasmTests)' != 'true')">
<ItemGroupCondition="('$(TargetOS)' != 'Browser' and '$(RunAOTCompilation)' == 'true' and '$(MonoForceInterpreter)' != 'true') or ('$(TargetOS)' == 'Browser' and '$(BuildAOTTestsOnHelix)' == 'true' and '$(RunDisabledWasmTests)' != 'true') or ('$(TargetOS)' == 'iOS' and '$(BuildTestsOnHelix)' == 'true')">
0 commit comments