On Thu, 14 Nov 2019 18:49:18 GMT, Kevin Rushforth wrote:
> On Thu, 14 Nov 2019 09:33:39 GMT, Ajit Ghaisas wrote:
>
>> This PR is to address ignored tests in ComboBoxTest, LabeledTest,
>> HyperLinkTest and TextInputControlTest.
>>
>> strategy is as follows -
>>
>> 1) Enable tests marked with
On Thu, 14 Nov 2019 19:56:16 GMT, Ambarish Rapte wrote:
> Following graphics unit tests can be re-enabled.
>
> 1.
> test.com.sun.javafx.scene.layout.region.BackgroundRepeatConverterTest.scenario2
> RepeatStructConverter.convert() is an internal method and does not verify the
> parameters. Pas
On Thu, 14 Nov 2019 23:31:34 GMT, Kevin Rushforth wrote:
> [JDK-8233421](https://bugs.openjdk.java.net/browse/JDK-8233421)
>
> This bumps the windows compiler version to VS2017 version 15.9.16 to match
> JDK 14. I have run a full build and test, including WebKit and media.
>
>
On Thu, 14 Nov 2019 23:34:49 GMT, Kevin Rushforth wrote:
> [JDK-8233420](https://bugs.openjdk.java.net/browse/JDK-8233420)
>
> This bumps the Linux compiler version to gcc 8.3 to match JDK 14. I have run
> a full build and test, including WebKit and media.
>
>
>
> Commits:
>
[JDK-8233420](https://bugs.openjdk.java.net/browse/JDK-8233420)
This bumps the Linux compiler version to gcc 8.3 to match JDK 14. I have run a
full build and test, including WebKit and media.
Commits:
- ab06dc58: 8233420: Upgrade to gcc 8.3 on Linux
Changes: https://git.openj
On Thu, 14 Nov 2019 23:31:34 GMT, Kevin Rushforth wrote:
> [JDK-8233421](https://bugs.openjdk.java.net/browse/JDK-8233421)
>
> This bumps the windows compiler version to VS2017 version 15.9.16 to match
> JDK 14. I have run a full build and test, including WebKit and media.
>
>
[JDK-8233421](https://bugs.openjdk.java.net/browse/JDK-8233421)
This bumps the windows compiler version to VS2017 version 15.9.16 to match JDK
14. I have run a full build and test, including WebKit and media.
Commits:
- aab19fa8: 8233421: Upgrade to Visual Studio 2017 version
On 11/14/2019 10:12 AM, Rony G. Flatscher wrote:
On 14.11.2019 16:34, Rony G. Flatscher wrote:
On 13.11.2019 19:50, Kevin Rushforth wrote:
On 11/13/2019 9:42 AM, Rony G. Flatscher wrote:
... cut ...
To reproduce the testcase one would need ooRexx and the Java bridge BSF4ooRexx
(all openso
Btw, the direct pointer to the JBS bug is:
https://bugs.openjdk.java.net/browse/JDK-8233181
You're right that FXCanvas Hi-DPI support doesn't handle Linux at all.
As for building JavaFX on Ubuntu 19.10, I just did that, but needed to
disable warnings as errors, likely due to the fact that gcc
I filed this bug regarding the high dpi scaling on Linux when using the
FXCanvas for SWT:
https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8233181
I think I found the problem in the FXCancas class whereas the Linux case is
simply not handled:
https://github.com/openjdk/jfx/blob/mast
Following graphics unit tests can be re-enabled.
1.
test.com.sun.javafx.scene.layout.region.BackgroundRepeatConverterTest.scenario2
RepeatStructConverter.convert() is an internal method and does not verify the
parameters. Passing null value to this method results in NPE.
2. test.javafx.scene.l
On Thu, 14 Nov 2019 09:33:39 GMT, Ajit Ghaisas wrote:
> This PR is to address ignored tests in ComboBoxTest, LabeledTest,
> HyperLinkTest and TextInputControlTest.
>
> strategy is as follows -
>
> 1) Enable tests marked with @Ignore by removing that tag
> 2) Run the test
> 3) If test Passes -
On Tue, 12 Nov 2019 16:45:04 GMT, Ajit Ghaisas wrote:
> **Issue :**
> https://bugs.openjdk.java.net/browse/JDK-8193445
>
> **Background :**
> The CSS performance improvement done in
> [JDK-8151756](https://bugs.openjdk.java.net/browse/JDK-8151756) had to be
> backed out due to functional regre
On Thu, 14 Nov 2019 17:53:29 GMT, Ambarish Rapte wrote:
> Following unit tests are to be removed:
> 1. test.com.sun.javafx.iio.ImageLoaderScalingTest.testAllTheScalesJPG:
> Color of a pixel in original and scaled jpg image can not be guarantted to be
> same.
>
> 2. test.javafx.scene.layout.Back
On 14.11.2019 16:34, Rony G. Flatscher wrote:
> On 13.11.2019 19:50, Kevin Rushforth wrote:
>> On 11/13/2019 9:42 AM, Rony G. Flatscher wrote:
... cut ...
>>> To reproduce the testcase one would need ooRexx and the Java bridge
>>> BSF4ooRexx (all opensource) for
>>> which I could come up with a zi
Following unit tests are to be removed:
1. test.com.sun.javafx.iio.ImageLoaderScalingTest.testAllTheScalesJPG:
Color of a pixel in original and scaled jpg image can not be guarantted to be
same.
2. test.javafx.scene.layout.BackgroundSizeTest.negativeWidthThrowsException3
test.javafx.scene.layout.
On Thu, 14 Nov 2019 15:30:09 GMT, Alexander Scherbatiy
wrote:
> The pull request has been updated with additional changes.
>
>
>
> Added commits:
> - c55e4d81: Restore new line in the end of .idea/vcs.xml file
>
> Changes:
> - all: https://git.openjdk.java.net/jfx/pull/37/
On Thu, 14 Nov 2019 15:02:40 GMT, Dean Wookey wrote:
> On Thu, 14 Nov 2019 14:27:24 GMT, Kevin Rushforth wrote:
>
>> On Thu, 14 Nov 2019 12:34:56 GMT, Kevin Rushforth wrote:
>>
>>> On Thu, 14 Nov 2019 11:33:24 GMT, Dean Wookey wrote:
>>>
On Wed, 13 Nov 2019 19:10:45 GMT, David Grieve
Just for the record: attached the wrong diff, so attaching the correct one to
this posting. Sorry
for the confusion.
---rony
On 13.11.2019 15:14, Rony G. Flatscher wrote:
> Hmm, not getting any feedback so far, so wondering if there are currently any
> Java developers who
> take advantage of t
On 13.11.2019 19:50, Kevin Rushforth wrote:
>
> On 11/13/2019 9:42 AM, Rony G. Flatscher wrote:
>> Will come up with a short reproducible testcase in ooRexx with brief
>> comments such that the testcase
>> could be understood without the runtime (ooRexx reads almost like
>> pseudo-code).
>>
>> To
The pull request has been updated with additional changes.
Added commits:
- c55e4d81: Restore new line in the end of .idea/vcs.xml file
Changes:
- all: https://git.openjdk.java.net/jfx/pull/37/files
- new: https://git.openjdk.java.net/jfx/pull/37/files/f0f1866a..c55e4d81
W
On Thu, 14 Nov 2019 15:06:07 GMT, Kevin Rushforth wrote:
> On Thu, 14 Nov 2019 14:35:26 GMT, Alexander Scherbatiy
> wrote:
>
>> Allow IDEA to correctly detect Git version control system when opening JFX
>> project.
>>
>>
>>
>> Commits:
>> - f0f1866a: 8234174: Change IDEA V
On Thu, 14 Nov 2019 15:18:15 GMT, Alexander Scherbatiy
wrote:
> On Thu, 14 Nov 2019 15:06:07 GMT, Kevin Rushforth wrote:
>
>> On Thu, 14 Nov 2019 14:35:26 GMT, Alexander Scherbatiy
>> wrote:
>>
>>> Allow IDEA to correctly detect Git version control system when opening JFX
>>> project.
>>>
On Thu, 14 Nov 2019 15:06:07 GMT, Kevin Rushforth wrote:
> On Thu, 14 Nov 2019 14:35:26 GMT, Alexander Scherbatiy
> wrote:
>
>> Allow IDEA to correctly detect Git version control system when opening JFX
>> project.
>>
>>
>>
>> Commits:
>> - f0f1866a: 8234174: Change IDEA V
On Thu, 14 Nov 2019 14:35:26 GMT, Alexander Scherbatiy
wrote:
> Allow IDEA to correctly detect Git version control system when opening JFX
> project.
>
>
>
> Commits:
> - f0f1866a: 8234174: Change IDEA VCS mapping to Git
>
> Changes: https://git.openjdk.java.net/jfx/pull/37
On Thu, 14 Nov 2019 14:27:24 GMT, Kevin Rushforth wrote:
> On Thu, 14 Nov 2019 12:34:56 GMT, Kevin Rushforth wrote:
>
>> On Thu, 14 Nov 2019 11:33:24 GMT, Dean Wookey wrote:
>>
>>> On Wed, 13 Nov 2019 19:10:45 GMT, David Grieve
>>> wrote:
>>>
On Tue, 12 Nov 2019 16:55:45 GMT, Ajit Gha
On Thu, 14 Nov 2019 14:35:28 GMT, Alexander Scherbatiy
wrote:
> On Thu, 14 Nov 2019 14:35:27 GMT, Kevin Rushforth wrote:
>
>> On Thu, 14 Nov 2019 14:35:26 GMT, Alexander Scherbatiy
>> wrote:
>>
>>> Allow IDEA to correctly detect Git version control system when opening JFX
>>> project.
>>>
On Thu, 14 Nov 2019 14:35:27 GMT, Kevin Rushforth wrote:
> On Thu, 14 Nov 2019 14:35:26 GMT, Alexander Scherbatiy
> wrote:
>
>> Allow IDEA to correctly detect Git version control system when opening JFX
>> project.
>>
>>
>>
>> Commits:
>> - f0f1866a: 8234174: Change IDEA V
Allow IDEA to correctly detect Git version control system when opening JFX
project.
Commits:
- f0f1866a: 8234174: Change IDEA VCS mapping to Git
Changes: https://git.openjdk.java.net/jfx/pull/37/files
Webrev: https://webrevs.openjdk.java.net/jfx/37/webrev.00
Issue: https://
On Thu, 14 Nov 2019 14:35:26 GMT, Alexander Scherbatiy
wrote:
> Allow IDEA to correctly detect Git version control system when opening JFX
> project.
>
>
>
> Commits:
> - f0f1866a: 8234174: Change IDEA VCS mapping to Git
>
> Changes: https://git.openjdk.java.net/jfx/pull/37
On Thu, 14 Nov 2019 12:34:56 GMT, Kevin Rushforth wrote:
> On Thu, 14 Nov 2019 11:33:24 GMT, Dean Wookey wrote:
>
>> On Wed, 13 Nov 2019 19:10:45 GMT, David Grieve
>> wrote:
>>
>>> On Tue, 12 Nov 2019 16:55:45 GMT, Ajit Ghaisas wrote:
>>>
On Tue, 12 Nov 2019 16:52:54 GMT, Ajit Ghaisas
On Thu, 14 Nov 2019 11:33:24 GMT, Dean Wookey wrote:
> On Wed, 13 Nov 2019 19:10:45 GMT, David Grieve
> wrote:
>
>> On Tue, 12 Nov 2019 16:55:45 GMT, Ajit Ghaisas wrote:
>>
>>> On Tue, 12 Nov 2019 16:52:54 GMT, Ajit Ghaisas wrote:
>>>
On Tue, 12 Nov 2019 16:45:04 GMT, Ajit Ghaisas
>
Changeset: dc013094
Author:Kevin Rushforth
Date: 2019-11-14 11:59:08 +
URL: https://git.openjdk.java.net/jfx/commit/dc013094
8234110: SwingFXUtilsTest is unsuitable for unit test framework
Reviewed-by: aghaisas
= tests/system/src/test/java/test/javafx/embed/swing/SwingFXUtils
Changeset: 5b96ee42
Author:Arun Joseph
Committer: Kevin Rushforth
Date: 2019-11-14 11:57:24 +
URL: https://git.openjdk.java.net/jfx/commit/5b96ee42
8231188: Update SQLite to version 3.30.1
Reviewed-by: kcr, jvos
! modules/javafx.web/src/main/native/Source/ThirdParty/sqlite/V
On Thu, 14 Nov 2019 08:18:17 GMT, Johan Vos wrote:
> On Wed, 13 Nov 2019 19:23:03 GMT, Kevin Rushforth wrote:
>
>> On Wed, 6 Nov 2019 10:17:05 GMT, Arun Joseph
>> wrote:
>>
>>> We currently use SQLite version 3.28.0. We should update to the latest
>>> stable release version 3.30.1 released.
On Wed, 13 Nov 2019 19:10:45 GMT, David Grieve
wrote:
> On Tue, 12 Nov 2019 16:55:45 GMT, Ajit Ghaisas wrote:
>
>> On Tue, 12 Nov 2019 16:52:54 GMT, Ajit Ghaisas wrote:
>>
>>> On Tue, 12 Nov 2019 16:45:04 GMT, Ajit Ghaisas wrote:
>>>
**Issue :**
https://bugs.openjdk.java.net/brow
On Wed, 13 Nov 2019 22:54:01 GMT, Kevin Rushforth wrote:
> This fixes [JDK-8234110](https://bugs.openjdk.java.net/browse/JDK-8234110) by
> moving `SwingFXUtilsTest` from the `:swing` project to the `:systemTests`
> project. As explained in the JBS issue, `SwingFXUtilsTest` must be run in its
>
On Wed, 6 Nov 2019 10:17:05 GMT, Arun Joseph
wrote:
> We currently use SQLite version 3.28.0. We should update to the latest stable
> release version 3.30.1 released.
> https://www.sqlite.org/index.html
>
>
>
> Commits:
> - 24c6375d: 8231188: Update SQLite to version 3.30.1
This PR is to address ignored tests in ComboBoxTest, LabeledTest, HyperLinkTest
and TextInputControlTest.
strategy is as follows -
1) Enable tests marked with @Ignore by removing that tag
2) Run the test
3) If test Passes - remove the @Ignore tag
4) If test fails - if test is invalid - remove it
On Wed, 13 Nov 2019 19:23:03 GMT, Kevin Rushforth wrote:
> On Wed, 6 Nov 2019 10:17:05 GMT, Arun Joseph
> wrote:
>
>> We currently use SQLite version 3.28.0. We should update to the latest
>> stable release version 3.30.1 released.
>> https://www.sqlite.org/index.html
>>
>>
41 matches
Mail list logo