Skip to content

Extract a reusable test harness with Driver and CodeGenerator abstractions #1411

@zyf265600

Description

@zyf265600

Description:

During recent experiments, it was suggested to extract the testing logic into a reusable harness with two abstractions:

  • Driver: orchestrates experiments, flags, and runs.
  • CodeGenerator: produces configurable test programs/snippets.

Benefits:

  • Enables A/B testing of new Checker Framework features (e.g., scoped checking).
  • Allows performance comparisons across JDKs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions