-
Notifications
You must be signed in to change notification settings - Fork 458
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
8244195: [TEST_BUG] Convert the system tests TabPanePermuteGetTabsTest to unit test #230
8244195: [TEST_BUG] Convert the system tests TabPanePermuteGetTabsTest to unit test #230
Conversation
👋 Welcome back arapte! A progress list of the required criteria for merging this PR into |
Webrevs
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll do a more careful review + test later. I left a few inline comments below.
modules/javafx.controls/src/main/java/javafx/scene/control/skin/TabPaneSkin.java
Show resolved
Hide resolved
modules/javafx.controls/src/shims/java/javafx/scene/control/skin/TabPaneSkinShim.java
Show resolved
Hide resolved
...javafx.controls/src/test/java/test/javafx/scene/control/skin/TabPaneSkinHeaderOrderTest.java
Show resolved
Hide resolved
...javafx.controls/src/test/java/test/javafx/scene/control/skin/TabPaneSkinHeaderOrderTest.java
Outdated
Show resolved
Hide resolved
...javafx.controls/src/test/java/test/javafx/scene/control/skin/TabPaneSkinHeaderOrderTest.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
@arapte This change now passes all automated pre-integration checks. When the change also fulfills all project specific requirements, type
Since the source branch of this PR was last updated there have been 12 commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid automatic rebasing, please merge ➡️ To integrate this PR with the above commit message to the |
/integrate |
@arapte The following commits have been pushed to master since your change was applied:
Your commit was automatically rebased without conflicts. Pushed as commit 804ccce. |
As discussed here during #201 , This PR converts the system tests in TabPanePermuteGetTabsTest.java to unit test.
Thanks @kleopatra , for providing the test. I have added few more tests and found few failures.
JDK-8245528 is created to fix these failures, the failing tests are currently ignored using this bug.
Please take a look.
Progress
Issue
Reviewers
Download
$ git fetch https://git.openjdk.java.net/jfx pull/230/head:pull/230
$ git checkout pull/230