linux-test-project / ltp

Linux Test Project (mailing list: https://lists.linux.it/listinfo/ltp)
https://linux-test-project.readthedocs.io/
GNU General Public License v2.0
2.32k stars 1.01k forks source link

utimensat01 failed in linux 4.4.32 #117

Closed journey-wang closed 7 years ago

journey-wang commented 7 years ago

Testing immutable append-only file, owned by self

Testing times==NULL case Pathname test Owner=nobody; perms=-rw-------; EFAs=Immutable,Append_Only,Extents ./utimensat01 -q /tmp/ltp-k5Jun7qhjX/utimensat_tests/utimensat.test_file EXPECTED: EACCES RESULT: EPERM utimensat01 67 TFAIL : FAILED test 67

jstancek commented 7 years ago

8cc1e10d725c9104c0fc2a31527be8b1d9baa252 comes to mind, if that kernel patch been backported to your kernel.

Can you provide more info about your LTP/distro/arch/kernel? Is it upstream kernel?

journey-wang commented 7 years ago

Thanks