Skip to content

Remove unused baselines#28572

Merged
sheetalkamat merged 1 commit into
microsoft:masterfrom
calebsander:fix/unused-baselines
Nov 16, 2018
Merged

Remove unused baselines#28572
sheetalkamat merged 1 commit into
microsoft:masterfrom
calebsander:fix/unused-baselines

Conversation

@calebsander
Copy link
Copy Markdown
Contributor

@calebsander calebsander commented Nov 16, 2018

Turns out there are a lot of unused baselines (140,682 lines, to be precise). I ran the following to prune the tests/baselines/reference folder:

rm tests/baselines/reference/*
jake runtests
mv tests/baselines/local tests/baselines/reference
git checkout HEAD -- tests/baselines/reference/user # restore user baselines, which aren't tested by jake runtests

Perhaps there should be some script to do this automatically, or to fail jake runtests if not all reference baselines are matched by local baselines.

@sheetalkamat sheetalkamat merged commit f7584ad into microsoft:master Nov 16, 2018
@microsoft microsoft locked as resolved and limited conversation to collaborators Oct 21, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants