@@ -63,6 +63,7 @@ private static ITaskItem CreateItem(ProjectItem projectItem)
63
63
}
64
64
65
65
[ Fact ]
66
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/77889" , TestPlatforms . iOS | TestPlatforms . tvOS ) ]
66
67
public void CanCreateRuntimeGraph ( )
67
68
{
68
69
// will generate and compare to existing file.
@@ -80,6 +81,7 @@ public void CanCreateRuntimeGraph()
80
81
81
82
82
83
[ Fact ]
84
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/77889" , TestPlatforms . iOS | TestPlatforms . tvOS ) ]
83
85
public void CanIgnoreExistingInferRids ( )
84
86
{
85
87
// will generate and compare to existing file.
@@ -134,6 +136,7 @@ private void AssertRuntimeGraphAdditions(string[] additionalRIDs, RuntimeDescrip
134
136
}
135
137
136
138
[ Fact ]
139
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/77889" , TestPlatforms . iOS | TestPlatforms . tvOS ) ]
137
140
public void CanAddVersionsToExistingGroups ( )
138
141
{
139
142
var additionalRIDs = new [ ] { "ubuntu.22.04-arm64" } ;
@@ -150,6 +153,7 @@ public void CanAddVersionsToExistingGroups()
150
153
}
151
154
152
155
[ Fact ]
156
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/77889" , TestPlatforms . iOS | TestPlatforms . tvOS ) ]
153
157
public void CanAddParentVersionsToExistingGroups ( )
154
158
{
155
159
var additionalRIDs = new [ ] { "centos.9.2-arm64" } ;
@@ -169,6 +173,7 @@ public void CanAddParentVersionsToExistingGroups()
169
173
}
170
174
171
175
[ Fact ]
176
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/77889" , TestPlatforms . iOS | TestPlatforms . tvOS ) ]
172
177
public void CanAddMajorVersionsToExistingGroups ( )
173
178
{
174
179
@@ -184,8 +189,9 @@ public void CanAddMajorVersionsToExistingGroups()
184
189
185
190
AssertRuntimeGraphAdditions ( additionalRIDs , expectedAdditions ) ;
186
191
}
187
-
192
+
188
193
[ Fact ]
194
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/77889" , TestPlatforms . iOS | TestPlatforms . tvOS ) ]
189
195
public void CanAddArchitectureToExistingGroups ( )
190
196
{
191
197
var additionalRIDs = new [ ] { "win10-x128" } ;
@@ -208,6 +214,7 @@ public void CanAddArchitectureToExistingGroups()
208
214
209
215
210
216
[ Fact ]
217
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/77889" , TestPlatforms . iOS | TestPlatforms . tvOS ) ]
211
218
public void CanAddArchitectureAndVersionToExistingGroups ( )
212
219
{
213
220
var additionalRIDs = new [ ] { "osx.13-powerpc" } ;
@@ -235,6 +242,7 @@ public void CanAddArchitectureAndVersionToExistingGroups()
235
242
}
236
243
237
244
[ Fact ]
245
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/77889" , TestPlatforms . iOS | TestPlatforms . tvOS ) ]
238
246
public void CanAddNewGroups ( )
239
247
{
240
248
var additionalRIDs = new [ ] { "yolinux.42.0-quantum" } ;
0 commit comments