Skip to content

Commit e20549e

Browse files
authored
Our "mono variant" check doesn't work on non-desktop platforms, so explicitly skip on Browser and Wasi (#112246)
1 parent 111ceb8 commit e20549e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

+4
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
type([TestLibrary]TestLibrary.PlatformDetection)
3232
string[1] ('IsMonoInterpreter')
3333
}
34+
.custom instance void [Microsoft.DotNet.XUnitExtensions]Xunit.ActiveIssueAttribute::.ctor(string, valuetype [Microsoft.DotNet.XUnitExtensions]Xunit.TestPlatforms) = {
35+
string('https://github.com/dotnet/runtime/issues/74687')
36+
int32(0x2400) // Browser | Wasi
37+
}
3438

3539
.entrypoint
3640

0 commit comments

Comments
 (0)