Re: RFR: 8348299: Update List/ItemEventTest/ItemEventTest.java [v2]

2025-01-23 Thread Alexander Zvegintsev
On Thu, 23 Jan 2025 11:09:23 GMT, Alexey Ivanov wrote: >> With this changeset, I update the >> `java/awt/List/ItemEventTest/ItemEventTest.java` test to improve its >> stability and analysis of failures of the test. >> >> 1. Use thread-safe `StringBuffer` for `actualSelectionOrder` to track >>

Re: RFR: 8348299: Update List/ItemEventTest/ItemEventTest.java [v2]

2025-01-23 Thread Alexey Ivanov
On Thu, 23 Jan 2025 09:40:19 GMT, Alexander Zvegintsev wrote: >> Alexey Ivanov has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Use setLength to reset actualSelectionOrder >> >> Co-authored-by: Aleksandr Zvegintsev >> <77687766+azv

Re: RFR: 8348299: Update List/ItemEventTest/ItemEventTest.java [v2]

2025-01-23 Thread Alexey Ivanov
> With this changeset, I update the > `java/awt/List/ItemEventTest/ItemEventTest.java` test to improve its > stability and analysis of failures of the test. > > 1. Use thread-safe `StringBuffer` for `actualSelectionOrder` to track > selecting/deselecting items in the list. > 2. Enable `robot.se

Re: RFR: 8348299: Update List/ItemEventTest/ItemEventTest.java [v2]

2025-01-23 Thread Alexey Ivanov
On Thu, 23 Jan 2025 09:33:33 GMT, Alexander Zvegintsev wrote: >> Alexey Ivanov has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Use setLength to reset actualSelectionOrder >> >> Co-authored-by: Aleksandr Zvegintsev >> <77687766+azv

Re: RFR: 8348299: Update List/ItemEventTest/ItemEventTest.java

2025-01-23 Thread Alexander Zvegintsev
On Wed, 22 Jan 2025 16:45:17 GMT, Alexey Ivanov wrote: > With this changeset, I update the > `java/awt/List/ItemEventTest/ItemEventTest.java` test to improve its > stability and analysis of failures of the test. > > 1. Use thread-safe `StringBuffer` for `actualSelectionOrder` to track > selec

Re: RFR: 8348299: Update List/ItemEventTest/ItemEventTest.java

2025-01-22 Thread Alexander Zuev
On Wed, 22 Jan 2025 16:45:17 GMT, Alexey Ivanov wrote: > With this changeset, I update the > `java/awt/List/ItemEventTest/ItemEventTest.java` test to improve its > stability and analysis of failures of the test. > > 1. Use thread-safe `StringBuffer` for `actualSelectionOrder` to track > selec

Re: RFR: 8348299: Update List/ItemEventTest/ItemEventTest.java

2025-01-22 Thread Phil Race
On Wed, 22 Jan 2025 16:45:17 GMT, Alexey Ivanov wrote: > With this changeset, I update the > `java/awt/List/ItemEventTest/ItemEventTest.java` test to improve its > stability and analysis of failures of the test. > > 1. Use thread-safe `StringBuffer` for `actualSelectionOrder` to track > selec

RFR: 8348299: Update List/ItemEventTest/ItemEventTest.java

2025-01-22 Thread Alexey Ivanov
With this changeset, I update the `java/awt/List/ItemEventTest/ItemEventTest.java` test to improve its stability and analysis of failures of the test. 1. Use thread-safe `StringBuffer` for `actualSelectionOrder` to track selecting/deselecting items in the list. 2. Enable `robot.setAutoWaitForId