Skip to content

Commit 01d36ab

Browse files
committed
Our "mono variant" check doesn't work on non-desktop platforms, so explicitly skip on Browser and Wasi
1 parent fc8b63c commit 01d36ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tests/JIT/Regression/JitBlue/Runtime_74635/Runtime_74635_1.il

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
string('https://github.com/dotnet/runtime/issues/74687')
3131
type([TestLibrary]TestLibrary.PlatformDetection)
3232
string[1] ('IsMonoInterpreter')
33+
.custom instance void [Microsoft.DotNet.XUnitExtensions]Xunit.ActiveIssueAttribute::.ctor(string, valuetype [Microsoft.DotNet.XUnitExtensions]Xunit.TestPlatforms) = {
34+
string('https://github.com/dotnet/runtime/issues/74687')
35+
int32(0x2400) // Browser | Wasi
3336
}
3437

3538
.entrypoint

0 commit comments

Comments
 (0)