summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp09/screen11.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp09/screen11.c')
-rw-r--r--testsuites/sptests/sp09/screen11.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuites/sptests/sp09/screen11.c b/testsuites/sptests/sp09/screen11.c
index c5666a039c..373ad560b9 100644
--- a/testsuites/sptests/sp09/screen11.c
+++ b/testsuites/sptests/sp09/screen11.c
@@ -109,6 +109,9 @@ void Screen11()
#endif
puts( "TA1 - rtems_partition_create - RTEMS_MP_NOT_CONFIGURED" );
+#if defined(_C3x) || defined(_C4x)
+ puts( "TA1 - rtems_partition_create - RTEMS_INVALID_ADDRESS - SKIPPED" );
+#else
status = rtems_partition_create(
Partition_name[ 1 ],
Partition_bad_area,
@@ -123,7 +126,11 @@ void Screen11()
"rtems_partition_create with bad address"
);
puts( "TA1 - rtems_partition_create - RTEMS_INVALID_ADDRESS" );
+#endif
+#if defined(_C3x) || defined(_C4x)
+ puts( "TA1 - rtems_partition_create - RTEMS_INVALID_SIZE - SKIPPED" );
+#else
status = rtems_partition_create(
Partition_name[ 1 ],
Partition_good_area,
@@ -138,6 +145,7 @@ void Screen11()
"rtems_partition_create with unaligned buffer_size"
);
puts( "TA1 - rtems_partition_create - RTEMS_INVALID_SIZE" );
+#endif
status = rtems_partition_delete( 100 );
fatal_directive_status(