On Fri, 8 Nov 2024 22:12:32 GMT, Sean Mullan <mul...@openjdk.org> wrote:
>> It's pretty easy to do, you just throw `SkippedException`. > > Actually what might be better is when you add the data files later, you > should treat those tests as failures if you can't find the data. I'm worried > about false passes, where the data file gets accidentally removed or > something and the test still passes. I'll skip if there is nothing to test, either because cannot find the JSON files or none of the algorithms is supported. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/21548#discussion_r1835110027