Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 2 and Version 3 of Projects/GSoC/TestSuite/file_systems


Ignore:
Timestamp:
08/18/12 22:41:39 (12 years ago)
Author:
Xiaochen Pan
Comment:

/* Operations on Files */

Legend:

Unmodified
Added
Removed
Modified
  • Projects/GSoC/TestSuite/file_systems

    v2 v3  
    44= Operations on Files =
    55
     6{| class="wikitable"
     7|-
     8!width="200pt"|General Area Written Test
     9|width="300pt"|
     10|}
    611
    7 open/close
    8 
    9 read/write
    10 file pointer
    11 make copy
    12 file renaming
    13 check/set protection information
    14 tar/untar
    15 fifo
     12{| class="wikitable"
     13|-
     14!  width="200pt"|Subarea
     15!  width="300pt"|Written Tests
     16|-
     17|open/close
     18|
     19|-
     20|read/write
     21|
     22|-
     23|file pointer
     24|
     25|-
     26|make copy
     27|
     28|-
     29|file renaming
     30|
     31|-
     32|check/set protection information
     33|
     34|-
     35|tar/untar
     36|
     37|-
     38|fifo
     39|
     40|}
    1641= Operations on Directories =
    1742= File System Operations =