8030048: (fs) Support UserDefinedFileAttributeView/extended attributes on OS X / HFS+

Alan Bateman Alan.Bateman at oracle.com
Sun Jan 10 14:46:36 UTC 2021


On 08/01/2021 14:07, Sebastian Stenzel wrote:
> :
> If I may amend the list of questions:
>
> While the tier1 tests all passed, I am pretty sure that the most relevant test for this PR was not included: `tests/jdk/java/nio/file/attribute/UserDefinedAttributeView/Basic.java` Since we haven't dealt with jtreg before, can you give us any hint on how to execute one specific test individually?
>
The tests for this area are currently configured to run in tier2. 
Assuming you have run configure with the location of jtreg (I assume you 
have have if you are running the tier1 tests locally) then one way to 
run just these tests is:

make run-test TEST="jtreg:test/jdk/java/nio/file"

-Alan


More information about the nio-dev mailing list