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
1 change: 1 addition & 0 deletions src/coreclr/tools/r2rtest/CompilerRunner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public sealed class FrameworkExclusion
{
new FrameworkExclusion(ExclusionType.Ignore, "CommandLine", "Not a framework assembly"),
new FrameworkExclusion(ExclusionType.Ignore, "R2RDump", "Not a framework assembly"),
new FrameworkExclusion(ExclusionType.Ignore, "System.TestStructs", "Not a framework assembly"),

// TODO (DavidWr): IBC-related failures
new FrameworkExclusion(ExclusionType.DontCrossgen2, "Microsoft.CodeAnalysis.CSharp", "Ibc TypeToken 6200019a has type token which resolves to a nil token"),
Expand Down