Skip to content

Revise arm64_unix_skip_list in runtest.py #42577

Description

@MichalStrehovsky

Found by accident when messing with the script in the runtimelab repo. We should probably revise the arm64_unix_skip_list.

This looks like an ARM64 bringup workaround from more than 2 year ago - I couldn't find associates issues. At this point it's probably just causing us to not have crossgen test coverage on ARM64 because I don't see what should be ARM64 specific on Microsoft.CodeAnalysis.VisualBasic.

arm64_unix_skip_list = [
".*Microsoft.CodeAnalysis.VisualBasic.*",
".*System.Net.NameResolution.*",
".*System.Net.Sockets.*",
".*System.Net.Primitives.*"
]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions