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

Set -Anomsgtext by default for all tests #212

Merged
merged 8 commits into from
Apr 11, 2022

Conversation

zcai1
Copy link
Collaborator

@zcai1 zcai1 commented Apr 6, 2022

No description provided.

Copy link
Member

@wmdietl wmdietl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Please also mention this in the changelog.

@wmdietl wmdietl assigned zcai1 and unassigned wmdietl Apr 6, 2022
Copy link
Member

@wmdietl wmdietl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, just two small comments.

@@ -137,7 +137,6 @@ protected CheckerFrameworkPerDirectoryTest(
this.testDir = "tests" + File.separator + testDir;
this.classpathExtra = classpathExtra;
this.checkerOptions = new ArrayList<>(Arrays.asList(checkerOptions));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
this.checkerOptions = new ArrayList<>(Arrays.asList(checkerOptions));
this.checkerOptions = Arrays.asList(checkerOptions);

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you try whether this works? Now that this doesn't add anything to the list, wrapping in a new ArrayList shouldn't be necessary.

zcai1 and others added 2 commits April 11, 2022 13:25
Co-authored-by: Werner Dietl <wdietl@gmail.com>
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