Commit 2e8b6f0
[clr-ios] Clear stale Apple mobile CoreCLR test exclusions (#128408)
## Description
Reduces the Apple-mobile CoreCLR test exclusions tracked under #124344,
based on`runtime-extra-platforms` (build 1429699):
**Projects that now run on iossim / tvossim / maccatalyst CoreCLR:**
- `System.Reflection.InvokeEmit.Tests`
- `System.Reflection.InvokeInterpreted.Tests`
- `System.Memory.Tests`
**Per-test `[ActiveIssue]` decorations removed:**
- `DiagnosticMethodInfoTests`, `CharReaderTests`, `XmlSerializerTests`,
- `XslCompiledTransform`, `XsltApiV2`, `InvokeWithRefLikeArgs`
**Workaround landed:**
- `DCS_DeeplyLinkedData` now runs on a 16 MB-stack worker thread, so the
513-deep linked chain no longer exhausts the iOS default ~512 KB
main-thread stack. The underlying `DataContractSerializer`
dynamic-method recursion depth is unchanged.
Contributes to #124344
Fixes #127463
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent c4977a3 commit 2e8b6f0
7 files changed
Lines changed: 41 additions & 24 deletions
File tree
- src/libraries
- System.Diagnostics.StackTrace/tests
- System.Numerics.Tensors/tests
- System.Private.Xml/tests
- Readers/CharCheckingReader
- XmlSerializer
- System.Runtime.Serialization.Xml/tests
- System.Runtime/tests/System.Runtime.Tests/System/Reflection
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | 74 | | |
76 | 75 | | |
77 | 76 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
571 | 571 | | |
572 | 572 | | |
573 | 573 | | |
574 | | - | |
575 | 574 | | |
576 | 575 | | |
577 | 576 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2689 | 2689 | | |
2690 | 2690 | | |
2691 | 2691 | | |
2692 | | - | |
2693 | 2692 | | |
2694 | 2693 | | |
2695 | 2694 | | |
| |||
Lines changed: 40 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
4567 | 4569 | | |
4568 | 4570 | | |
4569 | 4571 | | |
| 4572 | + | |
| 4573 | + | |
| 4574 | + | |
| 4575 | + | |
4570 | 4576 | | |
4571 | | - | |
4572 | | - | |
| 4577 | + | |
4573 | 4578 | | |
4574 | 4579 | | |
4575 | | - | |
4576 | | - | |
4577 | | - | |
| 4580 | + | |
| 4581 | + | |
| 4582 | + | |
| 4583 | + | |
| 4584 | + | |
| 4585 | + | |
| 4586 | + | |
| 4587 | + | |
4578 | 4588 | | |
4579 | | - | |
4580 | | - | |
4581 | | - | |
4582 | | - | |
4583 | | - | |
4584 | | - | |
| 4589 | + | |
| 4590 | + | |
| 4591 | + | |
| 4592 | + | |
| 4593 | + | |
| 4594 | + | |
| 4595 | + | |
| 4596 | + | |
| 4597 | + | |
| 4598 | + | |
| 4599 | + | |
| 4600 | + | |
| 4601 | + | |
| 4602 | + | |
| 4603 | + | |
| 4604 | + | |
| 4605 | + | |
| 4606 | + | |
| 4607 | + | |
| 4608 | + | |
| 4609 | + | |
| 4610 | + | |
| 4611 | + | |
| 4612 | + | |
| 4613 | + | |
4585 | 4614 | | |
4586 | 4615 | | |
4587 | 4616 | | |
| |||
src/libraries/System.Runtime/tests/System.Runtime.Tests/System/Reflection/InvokeWithRefLikeArgs.cs
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
659 | 659 | | |
660 | 660 | | |
661 | 661 | | |
662 | | - | |
| 662 | + | |
663 | 663 | | |
664 | | - | |
665 | | - | |
666 | 664 | | |
667 | 665 | | |
668 | | - | |
669 | | - | |
670 | | - | |
671 | | - | |
672 | | - | |
673 | 666 | | |
674 | 667 | | |
675 | 668 | | |
| |||
0 commit comments