source: rtems/testsuites/libtests/gxx01/gxx01.scn @ 972a8dba

4.115
Last change on this file since 972a8dba was 972a8dba, checked in by Joel Sherrill <joel.sherrill@…>, on 07/25/10 at 14:53:37

2010-07-25 Joel Sherrill <joel.sherrill@…>

  • gxx01/gxx01.scn, gxx01/init.c: Add more testcases.
  • Property mode set to 100644
File size: 1.0 KB
Line 
1*** TEST GXX 01 ***
2rtems_gxx_mutex_init() - OK
3rtems_gxx_mutex_trylock() - OK
4rtems_gxx_mutex_unlock() - OK
5rtems_gxx_mutex_lock() - OK
6rtems_gxx_mutex_unlock() - OK
7
8rtems_gxx_recursive_mutex_init() - OK
9rtems_gxx_recursive_mutex_trylock() - OK
10rtems_gxx_recursive_mutex_trylock() - Nest
11rtems_gxx_recursive_mutex_unlock() - Unnest
12rtems_gxx_recursive_mutex_unlock() - OK
13rtems_gxx_recursive_mutex_lock() - OK
14rtems_gxx_recursive_mutex_unlock() - OK
15rtems_gxx_mutex_destroy(mutex) - OK
16rtems_gxx_mutex_destroy(mutex) - NOT OK
17
18Call once method the first time
19Running once method
20Call once method the second time
21
22rtems_gxx_key_create(&key, NULL) - OK
23rtems_gxx_key_delete(key) - OK
24rtems_gxx_key_create(&key, key_dtor) - OK
25rtems_gxx_setspecific() - OK
26rtems_gxx_getspecific(key) already existing - OK
27rtems_gxx_key_delete(key) - OK
28rtems_gxx_getspecific(key_for_testing) non-existent - OK
29rtems_gxx_key_delete(key_for_testing) - OK
30
31rtems_gxx_mutex_init() until exhausted and panic
32rtems_gxx_mutex_init
33fatal error, exiting
34*** END OF TEST GXX 01 ***
Note: See TracBrowser for help on using the repository browser.