Skip to content

Commit 5ed4079

Browse files
authored
[browser][AOT] active issue for AOT stack frames (#118287)
1 parent 9b694bf commit 5ed4079

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libraries/System.Diagnostics.StackTrace/tests/DiagnosticMethodInfoTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ public unsafe void Create_MarshalledPointer()
192192
}
193193

194194
[Fact]
195+
[ActiveIssue("https://github.com/dotnet/runtime/issues/117165", TestPlatforms.Browser)]
195196
public unsafe void Create_StackFrame()
196197
{
197198
StackTrace tr = NonGenericStackTraceClass.TestNonGeneric();

0 commit comments

Comments
 (0)