Commit 943dd48
Preserve base test gating attributes on overrides
xUnit does not inherit attributes from overridden virtual methods, so the
ReadWrite_Success and CopyToAsync_AllDataCopied overrides must restate the base
ConnectedStreamConformanceTests gating: the IsMultithreadingSupported
ConditionalTheory guard, the LinuxBionic and iOS/tvOS SkipOnPlatform skips, and
the WASI ActiveIssue. Keeps the DynamicDependency trimming roots that this PR
adds.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent c95ffd0 commit 943dd48
2 files changed
Lines changed: 6 additions & 3 deletions
File tree
- src/libraries
- System.Net.Sockets/tests/FunctionalTests
- System.Security.Cryptography/tests
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
0 commit comments