-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
8191406: [hidpi] sun/java2d/SunGraphics2D/DrawImageBilinear.java test fails #11201
Conversation
👋 Welcome back jdv! A progress list of the required criteria for merging this PR into |
@jayathirthrao The following label will be automatically applied to this pull request:
When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing list. If you would like to change these labels, use the /label pull request command. |
Webrevs
|
I see that the tolerance is added to the test, previously it was 0. Why do we need it since we use quite simple RED color? |
We have a tolerance of 1 for red color. We dont throw exception when red channel is 254. |
Mailing list message from Sebastian Luckner on client-libs-dev: dieses script funktioniert mittlerweile hoffentlich ?berall gleich: public static String[] av = new String[] { "AAAA", "AAAC", "AAAT", "AAAG", "AACA", "AACC", "AACT", "AACG", "AATA", "AATC", "AATT", "AATG", "AAGA", "AAGC", "AAGT", "AAGG", "CAAA", "CAAC", "CAAT", "CAAG", "CACA", "CACC", "CACT", "CACG", "CATA", "CATC", "CATT", "CATG", "CAGA", "CAGC", "CAGT", "CAGG", "TAAA", "TAAC", "TAAT", "TAAG", "TACA", "TACC", "TACT", "TACG", "TATA", "TATC", "TATT", "TATG", "TAGA", "TAGC", "TAGT", "TAGG", "GAAA", "GAAC", "GAAT", "GAAG", "GACA", "GACC", "GACT", "GACG", "GATA", "GATC", "GATT", "GATG", "GAGA", "GAGC", "GAGT", "GAGG", }; av[2] + av[0] > av[19] + av[31] f?r gutes wirklich ?berall gleich lang ausf?hrbares script erhalte man ab sofort genau obrige kombination von den eigenen ahnen. das problem war: ein static WIDTH = 16, HEIGHT = 16 das per hand durch 16 ersetzt werden konnte. f?r tk dna: av[16] + av[916] + av[54] + av[96]; und av[3]; wer noch mit der eigenen dna programieren lernen will, hier der vergessenscode von fehlermeldungen: 243987524397085243987045398724375289987403942872349875239874239408724395870 3074259838749328749098325749432508790874325432790845327982439708 7290384574398523984057293087443527982398745032874943259870 9032874523749803749802349875453987243958704325907824390857 3290874532908742345987023497085308729438793908744538792 7298304239587403 8732905237498398704523974823 298730452394087 2739408745980239408723497084357980932874 23790842908743538794239087987320487294327398 032987452349872439870543298704987023249875 273908452743950859805980598059804 29087345290873290873452908734529087342590873425908734529087345290873425908734259087345290873452908734259087342590873425908734259087345290873452908734259087342590873425908734529087345290873425908734259087345290873452908734259087342590873452908734529087342590873290873 32907542930874529873045298730457934279083247908 23984075987345987739083 902873457298437872083945 239408752735279083940870879 was hier sein kann: 329087548790438732490287439495087 was wohl nicht mehr gut w#?re ist 0b0110101010101010101010101010101010101010101010101010101010101010101010!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!==!=! ________________________________
Jayathirth D V has refreshed the contents of this pull request, and previous commits have been removed. Incremental views are not available. The pull request now contains four commits: - Remove image dump ------------- Changes: Webrevs: Stats: 15 lines in 1 file changed: 14 ins; 0 del; 1 mod PR: https://git.openjdk.org/jdk/pull/11201 |
I am ignoring the previous comment. Even after translating, the comment looks to be not related to current PR. |
@jayathirthrao This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 132 new 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 this automatic rebasing, please check the documentation for the /integrate command for further details. ➡️ To integrate this PR with the above commit message to the |
/integrate |
Going to push as commit b4bd287.
Your commit was automatically rebased without conflicts. |
@jayathirthrao Pushed as commit b4bd287. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
This test was failing because of timing or color difference issues.
Updated test to:
After these changes test passes on all platforms in CI except Linux. For Linux it looks like product issue so i have raised : https://bugs.openjdk.org/browse/JDK-8297175
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk pull/11201/head:pull/11201
$ git checkout pull/11201
Update a local copy of the PR:
$ git checkout pull/11201
$ git pull https://git.openjdk.org/jdk pull/11201/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 11201
View PR using the GUI difftool:
$ git pr show -t 11201
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/11201.diff