-
-
Notifications
You must be signed in to change notification settings - Fork 917
Update JUnit EnabledOnOS for OpenBSD and FreeBSD #2154
Copy link
Copy link
Closed
Labels
compatibilityExtending OSHI compatibility to OSs or versionsExtending OSHI compatibility to OSs or versionsfirst-timers-onlyIssues reserved for brand new GitHub usersIssues reserved for brand new GitHub usersgood first issueGood issues for new contributors to work onGood issues for new contributors to work onup for grabsIssues the maintainers want community help withIssues the maintainers want community help with
Metadata
Metadata
Assignees
Labels
compatibilityExtending OSHI compatibility to OSs or versionsExtending OSHI compatibility to OSs or versionsfirst-timers-onlyIssues reserved for brand new GitHub usersIssues reserved for brand new GitHub usersgood first issueGood issues for new contributors to work onGood issues for new contributors to work onup for grabsIssues the maintainers want community help withIssues the maintainers want community help with
Type
Fields
Give feedbackNo fields configured for issues without a type.
In JUnit 5.9, the
@EnabledOnOSannotation was expanded to include OpenBSD and FreeBSD.We have a few tests still using the
OS.OTHERenum which now actually excludes testing on those platforms.Tests using
OS.OTHERshould use the appropriateOSenum, and thePlatform.is*BSD()conditional removed. For example,should be changed to
FreeBSD Tests
OpenBSD Tests