File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ FILESYSTEM PASSES `TEST SUITE FOR POSIX COMPLIANCE`_ - WITH ONE EXCEPTION:
1919- UPDATING *ATIME * AND *MTIME * FAILS UNDER CERTAIN CIRCUMSTANCES.
2020 THE ROOT SOURCE CAN LIKELY BE FOUND IN LIBFUSE **2 **.
2121 THIS IS UNDER FURTHER INVESTIGATION.
22- TWO TESTS WHICH FAIL BECAUSE OF IT ARE THEREFORE CURRENTLY BEING IGNORED.
22+ ONE TEST WHICH FAILS BECAUSE OF IT IS THEREFORE CURRENTLY BEING IGNORED.
2323
2424A CUSTOM BUG-FIXED VERSION OF `FUSEPY `_ IS REQUIRED FOR FULL POSIX COMPLIANCE.
2525IF THE LATEST OFFICIAL RELEASE OF FUSEPY IS USED INSTEAD, TIMESTAMPS WILL BE
Original file line number Diff line number Diff line change @@ -129,8 +129,7 @@ def __ignore_tests__(old_group_list):
129129 # ('rename', 2)
130130 # ] # The original LoggedFS crashes when tested against those.
131131 xfail_group_list = [
132- ('utimensat' , 2 ),
133- ('utimensat' , 5 )
132+ ('utimensat' , 2 )
134133 ] # likely bugs in libfuse 2.9
135134
136135 for group_path in old_group_list :
You can’t perform that action at this time.
0 commit comments