summaryrefslogtreecommitdiffstats
path: root/testsuites/ada/sptests
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testsuites/ada/sptests/sp09/sptest.adb18
-rw-r--r--testsuites/ada/sptests/spatcb01/init.c2
-rw-r--r--testsuites/ada/sptests/spatcb01/spatcb01.adb2
3 files changed, 8 insertions, 14 deletions
diff --git a/testsuites/ada/sptests/sp09/sptest.adb b/testsuites/ada/sptests/sp09/sptest.adb
index 946829a2c1..fa6aafb349 100644
--- a/testsuites/ada/sptests/sp09/sptest.adb
+++ b/testsuites/ada/sptests/sp09/sptest.adb
@@ -2595,21 +2595,15 @@ package body SPTEST is
TIME := ( 2100, 12, 31, 23, 59, 59, 0 );
RTEMS.CLOCK.SET( TIME, STATUS );
- TEST_SUPPORT.DIRECTIVE_FAILED( STATUS, "CLOCK_SET SUCCESSFUL" );
- TEST_SUPPORT.PRINT_TIME(
- "TA1 - clock_set - ",
- TIME,
- " - SUCCESSFUL"
+ TEST_SUPPORT.FATAL_DIRECTIVE_STATUS(
+ STATUS,
+ RTEMS.INVALID_CLOCK,
+ "CLOCK_SET WITH INVALID YEAR"
);
- TEXT_IO.NEW_LINE;
- RTEMS.TASKS.WAKE_AFTER( TEST_SUPPORT.TICKS_PER_SECOND, STATUS );
- TEST_SUPPORT.DIRECTIVE_FAILED( STATUS, "TASK_WAKE_AFTER" );
- RTEMS.CLOCK.GET_TOD( TIME, STATUS );
- TEST_SUPPORT.DIRECTIVE_FAILED( STATUS, "CLOCK_GET_TOD" );
TEST_SUPPORT.PRINT_TIME(
- "TA1 - clock_get - ",
+ "TA1 - clock_set - ",
TIME,
- " - SUCCESSFUL"
+ " - INVALID_CLOCK"
);
TEXT_IO.NEW_LINE;
diff --git a/testsuites/ada/sptests/spatcb01/init.c b/testsuites/ada/sptests/spatcb01/init.c
index 7db4b111b8..401090ddd9 100644
--- a/testsuites/ada/sptests/spatcb01/init.c
+++ b/testsuites/ada/sptests/spatcb01/init.c
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/*
- * Copyright (c) 2017 embedded brains GmbH
+ * Copyright (c) 2017 embedded brains GmbH & Co. KG
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/testsuites/ada/sptests/spatcb01/spatcb01.adb b/testsuites/ada/sptests/spatcb01/spatcb01.adb
index db74cbb737..19af70e232 100644
--- a/testsuites/ada/sptests/spatcb01/spatcb01.adb
+++ b/testsuites/ada/sptests/spatcb01/spatcb01.adb
@@ -8,7 +8,7 @@
-- Ensure that the SYSTEM.TASK_PRIMITIVES.OPERATIONS.SPECIFIC implementation
-- works.
--
--- Copyright (c) 2017 embedded brains GmbH
+-- Copyright (c) 2017 embedded brains GmbH & Co. KG
--
-- Redistribution and use in source and binary forms, with or without
-- modification, are permitted provided that the following conditions