On Fri, 7 Oct 2022 14:14:13 GMT, Darragh Clarke wrote:
> Added an int cast for the `timeoutLeft` assignment, looking through the code
> and other uses of the variable it seems to show no issues with lossy
> conversion. As part of this I removed the file to disable the conversion
> warning
>
>
> Added test cases for xpath Axis:
> 1. descendant
> 2. descendant-or-self
> 3. following
> 4. following-sibling
Mahendra Chhipa has updated the pull request incrementally with one additional
commit since the last revision:
Implemented the review comments.
-
Changes:
- all: htt
On Fri, 7 Oct 2022 14:14:13 GMT, Darragh Clarke wrote:
> Added an int cast for the `timeoutLeft` assignment, looking through the code
> and other uses of the variable it seems to show no issues with lossy
> conversion. As part of this I removed the file to disable the conversion
> warning
>
>
On Fri, 7 Oct 2022 14:14:13 GMT, Darragh Clarke wrote:
> Added an int cast for the `timeoutLeft` assignment, looking through the code
> and other uses of the variable it seems to show no issues with lossy
> conversion. As part of this I removed the file to disable the conversion
> warning
>
>
Added an int cast for the `timeoutLeft` assignment, looking through the code
and other uses of the variable it seems to show no issues with lossy
conversion. As part of this I removed the file to disable the conversion warning
I tested this build and it doesn't give any warnings on this file
--
On Sun, 7 Aug 2022 07:57:49 GMT, Thomas Stuefe wrote:
>> Nothing I could find in the tests that suggest they use this message as
>> input, and none of them have failed with this patch, so I guess that's a
>> good thing? :P
>>
>> I am slightly concerned with going the route of 2 different calls
On Mon, 26 Sep 2022 16:51:36 GMT, Michael Ernst wrote:
>> 8294321: Fix typos in files under test/jdk/java, test/jdk/jdk, test/jdk/jni
>
> Michael Ernst has updated the pull request with a new target base due to a
> merge or a rebase. The pull request now contains six commits:
>
> - Reinstate t
On Tue, 4 Oct 2022 17:59:36 GMT, Alan Bateman wrote:
> This is a test only change for two tests for virtual threads that
> hang/timeout on single core systems. The two tests involve pinning and
> require at least two carrier threads. The test lib used by these tests is
> updated to define a ne