summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/gxx01/gxx01.scn
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/gxx01/gxx01.scn')
-rw-r--r--testsuites/libtests/gxx01/gxx01.scn10
1 files changed, 9 insertions, 1 deletions
diff --git a/testsuites/libtests/gxx01/gxx01.scn b/testsuites/libtests/gxx01/gxx01.scn
index bec6d16ecb..e66bd6a156 100644
--- a/testsuites/libtests/gxx01/gxx01.scn
+++ b/testsuites/libtests/gxx01/gxx01.scn
@@ -12,6 +12,8 @@ rtems_gxx_recursive_mutex_unlock() - Unnest
rtems_gxx_recursive_mutex_unlock() - OK
rtems_gxx_recursive_mutex_lock() - OK
rtems_gxx_recursive_mutex_unlock() - OK
+rtems_gxx_mutex_destroy(mutex) - OK
+rtems_gxx_mutex_destroy(mutex) - NOT OK
Call once method the first time
Running once method
@@ -21,6 +23,12 @@ rtems_gxx_key_create(&key, NULL) - OK
rtems_gxx_key_delete(key) - OK
rtems_gxx_key_create(&key, key_dtor) - OK
rtems_gxx_setspecific() - OK
-rtems_gxx_petspecific() - OK
+rtems_gxx_getspecific(key) already existing - OK
rtems_gxx_key_delete(key) - OK
+rtems_gxx_getspecific(key_for_testing) non-existent - OK
+rtems_gxx_key_delete(key_for_testing) - OK
+
+rtems_gxx_mutex_init() until exhausted and panic
+rtems_gxx_mutex_init
+fatal error, exiting
*** END OF TEST GXX 01 ***