Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Enhanced Diff Test Selection #981

Merged
merged 12 commits into from
Dec 22, 2020

Conversation

danglotb
Copy link
Member

I propose in this PR a new of selecting the tests.

  1. Compute the coverage of t1 on p1 and of t2 on p2
  2. Select the tests of t1 that executes the deletions
  3. Select the tests of t2 that executes the additions
  4. Make the union
  5. Discard modified tests

@danglotb danglotb merged commit 0f91352 into STAMP-project:master Dec 22, 2020
@monperrus
Copy link
Member

monperrus commented Dec 22, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants