RFR: 8256267: Relax compiler/floatingpoint/NaNTest.java for x86_32 and lower -XX:+UseSSE [v3]

Igor Ignatyev iignatyev at openjdk.java.net
Tue Nov 24 17:35:58 UTC 2020


On Tue, 24 Nov 2020 17:14:49 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

>> Aleksey Shipilev has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Do not run the tests when it is known to fail, even for messages
>
> Good.

if  `expectStableFloats` is false, we basically don't do any testing, so I'd prefer us to throw `SkippedException` to have more realistic test results. and for a case `expectStableFloats` being false, it would be nice to at least print a message saying we didn't do that part.

-------------

PR: https://git.openjdk.java.net/jdk/pull/1187


More information about the hotspot-compiler-dev mailing list