diff options
author | xavier grave <xavier@ursus-maritimus> | 2015-07-10 17:59:28 +0200 |
---|---|---|
committer | xavier grave <xavier@ursus-maritimus> | 2015-07-10 17:59:28 +0200 |
commit | 8b8f71b5c7f6e70886d92fe7725f6e990c461b60 (patch) | |
tree | 751d2cea40e080a6858df16cfbae45b03a1dd5d2 /hurd/documentation | |
parent | 523cf20bddb373e117f376d030987bb45bbc7bf3 (diff) |
[ADA4HURD] read try results on netfs Ada binding
Diffstat (limited to 'hurd/documentation')
-rw-r--r-- | hurd/documentation/netfs_ada_results.mdwn | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/hurd/documentation/netfs_ada_results.mdwn b/hurd/documentation/netfs_ada_results.mdwn index c7f48bc7..9dd2bdce 100644 --- a/hurd/documentation/netfs_ada_results.mdwn +++ b/hurd/documentation/netfs_ada_results.mdwn @@ -183,3 +183,17 @@ is included in the section entitled ### ls node/path\ 2 * OK * needed to fix a missing update in the child node (because update was done only on get_dirents call) + +### cat node/path\ 2/leaf\ 1 + * NOK + * Call sequence + * Validate\_Stat + * Check\_Open\_Permissions + * Attempt\_Lookup + * Validate\_Stat + * Attempt\_Lookup + * Validate\_Stat + * Check\_Open\_Permissions + * Validate_Stat + * netfs\_implementation.adb:113 Netfs\_Implementation.Attempt\_Read + * need for attemp\_read implementation
\ No newline at end of file |