-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
8275165 : ProblemList InterpolationQualityTest.java #5930
Conversation
👋 Welcome back lawrence-andrew! A progress list of the required criteria for merging this PR into |
@lawrence-andrew To determine the appropriate audience for reviewing this pull request, one or more labels corresponding to different subsystems will normally be applied automatically. However, no automatic labelling rule matches the changes in this pull request. In order to have an "RFR" email sent to the correct mailing list, you will need to add one or more applicable labels manually using the /label pull request command. Applicable Labels
|
/label 2d |
@lawrence-andrew The label
|
/label client |
@lawrence-andrew |
I remember this test was(and is) quite stable, did you check what is the reason of the failure. Is it possible it is caused by some of the @run main/othervm option(d3d/gdi)? |
@mrserb - I run the test with all the options as well as one by one @ main/othervm options and only the following passes. All the other options fails. Only bilinear fails but other two hint passesnearest passed. Display resolution is set to 1920 * 1080 Test is tested on VM |
It looks like it fail when d3d is enabled by default(unclear why d3d is enabled by default inside of VM), so it passed only when we disable d3d explicitly. Does it fail in the mach5 headful lab or it is the new system? |
Its a latest window on a new VM. |
Then double check the VM graphics system configuration, version of the driver, etc. I am worried to disable it completely since this is the only one test we have for interpolation, and it was stable for one year since the last November. |
Checking the VM's graphic system configuration. |
I checked the VM graphics configuration
|
What happens if you will disable d3d? You also mat try to update the driver or do the opposite and remove it, is the problem in this test only, or do some other tests fail as well? |
Since I am able to disable the d3d and test I can't say whether its a test case issue. This test case fails on Windows VMs. Let me try in other hosts. |
This VM can't possibly be reporting an AMD or Nvidia D3D card can it ?? |
Yes I was also very surprised to see this stable test fail. FWIW
BOTH seem to claim D3D is supported and enabled by default for 2D It will take a debugging build to understand what we see in start up that causes 2d to enable the D3D pipeline here. This is a blocker for using available VMs for testing.
BTW we probably need a better way of doing this because where a setting doesn't apply to a platform its a no-op |
So the way the check is done, we exclude D3D if it is known to be bad hardware. ie it is an exclude list, not an include list. |
So it reports the Microsoft Basic Render Driver .. |
@lawrence-andrew This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
@lawrence-andrew This pull request has been inactive for more than 8 weeks and will now be automatically closed. If you would like to continue working on this pull request in the future, feel free to reopen it! This can be done using the |
InterpolationQualityTest.java test fails consistently on windows 10 hence adding it in the problemList.
@shurymury
Progress
Issue
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk pull/5930/head:pull/5930
$ git checkout pull/5930
Update a local copy of the PR:
$ git checkout pull/5930
$ git pull https://git.openjdk.java.net/jdk pull/5930/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 5930
View PR using the GUI difftool:
$ git pr show -t 5930
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk/pull/5930.diff