Re: RFR: 8272123: Problem list 4 jtreg tests which regularly fail on macos-aach64

2021-08-08 Thread Prasanta Sadhukhan
On Mon, 9 Aug 2021 04:28:28 GMT, Sergey Bylokhov wrote: >> As per the bug comments, these tests fail too often on macOS arm. >> This will be too noisy for CI. So I would like to problem list them for >> mac-arm > > test/jdk/ProblemList.txt line 532: > >> 530: >> 531:

Re: RFR: 8272123: Problem list 4 jtreg tests which regularly fail on macos-aach64

2021-08-08 Thread Sergey Bylokhov
On Mon, 9 Aug 2021 03:17:20 GMT, Phil Race wrote: > As per the bug comments, these tests fail too often on macOS arm. > This will be too noisy for CI. So I would like to problem list them for > mac-arm test/jdk/ProblemList.txt line 532: > 530: > 531:

Re: RFR: 5015261: JInternalFrame causes NPE [v2]

2021-08-08 Thread Prasanta Sadhukhan
> JInternalFrame.getDesktopIcon() can be null as setDesktopIcon() can be called > with null value. There are many places in JInternalFrame where > getDesktopIcon() is accessed without null check which might cause NPE. > Added null check for those cases. Prasanta Sadhukhan has updated the pull

Re: RFR: 8272123: Problem list 4 jtreg tests which regularly fail on macos-aach64

2021-08-08 Thread Jayathirth D V
On Mon, 9 Aug 2021 03:17:20 GMT, Phil Race wrote: > As per the bug comments, these tests fail too often on macOS arm. > This will be too noisy for CI. So I would like to problem list them for > mac-arm Marked as reviewed by jdv (Reviewer). - PR:

RFR: 8272123: Problem list 4 jtreg tests which regularly fail on macos-aach64

2021-08-08 Thread Phil Race
As per the bug comments, these tests fail too often on macOS arm. This will be too noisy for CI. So I would like to problem list them for mac-arm - Commit messages: - 8272123: Problem list 4 jtreg tests which regularly fail on macos-aarch64 Changes: