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

Changes between Version 5 and Version 6 of Projects/GSoC/TestSuite/general_areas


Ignore:
Timestamp:
08/18/12 23:51:44 (12 years ago)
Author:
Xiaochen Pan
Comment:

/* General Areas */

Legend:

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

    v5 v6  
    6666!  width="200pt"|Subarea
    6767!  width="300pt"|Written Tests
    68 |-= Timer =
     68|-
     69|obtain time of the day
     70|
     71|-
     72|set time of the day
     73|
     74|-
     75|get clock resolution
     76|
     77|-
     78|delay process execution /in Microseconds
     79|
     80|-
     81|delay with high resolution
     82|
     83|-
     84|get the time of day
     85|
     86|-
     87|get time in seconds
     88|
     89|}= Timer =
    6990
    7091{| class="wikitable"
     
    115136!  width="200pt"|Subarea
    116137!  width="300pt"|Written Tests
    117 |-= Watchdog =
    118 
    119 {| class="wikitable"
    120 |-
    121 !width="200pt"|General Area Written Test
    122 | width="300pt"|
    123 |}
    124 
    125 {| class="wikitable"
    126 |-
    127 !  width="200pt"|Subarea
    128 !  width="300pt"|Written Tests
    129 |-= Data Structure and Objects =
    130 
    131 {| class="wikitable"
    132 |-
    133 !width="200pt"|General Area Written Test
    134 | width="300pt"|
    135 |}
    136 
    137 {| class="wikitable"
    138 |-
    139 !  width="200pt"|Subarea
    140 !  width="300pt"|Written Tests
    141 |-= =Math Operations ==
    142 
    143 {| class="wikitable"
    144 |-
    145 !width="200pt"|General Area Written Test
    146 | width="300pt"|
    147 |}
    148 
    149 {| class="wikitable"
    150 |-
    151 !  width="200pt"|Subarea
    152 !  width="300pt"|Written Tests
    153 |-
     138|-
     139|create a per-process timer
     140|
     141|-
     142|delete a per-process timer
     143|
     144|-
     145|set next timer expiration
     146|
     147|-
     148|get time remaining on timer
     149|
     150|-
     151|get timer overrun count
     152|
     153|}= Watchdog =
     154
     155{| class="wikitable"
     156|-
     157!width="200pt"|General Area Written Test
     158| width="300pt"|
     159|}
     160= Data Structure and Objects =
     161
     162{| class="wikitable"
     163|-
     164!width="200pt"|General Area Written Test
     165| width="300pt"|
     166|}
     167
     168{| class="wikitable"
     169|-
     170!  width="200pt"|Subarea
     171!  width="300pt"|Written Tests
     172|-
     173|red black tree
     174|
     175|-
     176|get size of data structure and object
     177|
     178|-
     179|chain
     180|
     181|-
     182|general objects
     183|
     184|-
     185|buffer
     186|
     187|-
     188|conversion
     189|
     190|}= Math Operations =
     191
     192{| class="wikitable"
     193|-
     194!width="200pt"|General Area Written Test
     195| width="300pt"|
     196|}
     197
     198{| class="wikitable"
     199|-
     200!  width="200pt"|Subarea
     201!  width="300pt"|Written Tests
     202|-
     203| integer math ops
     204|
     205|-
     206| float point math ops
     207|
     208|-
     209| long point math ops
     210|
     211|}