Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ public void ObjectMethodTable_IsNotContinuation(TestConfiguration config)
[ConditionalTheory]
[MemberData(nameof(TestConfigurations))]
[SkipOnVersion("net10.0", "Continuation support is not available in .NET 10")]
[SkipOnOS("osx", "AsyncDispatcherInfo type not found in CoreLib on macOS - https://github.com/dotnet/runtime/issues/127774")]
Comment thread
hoyosjs marked this conversation as resolved.
public void ThreadLocalContinuation_IsContinuation(TestConfiguration config)
{
InitializeDumpTest(config);
Expand Down
Loading