summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxinttypes01/psxinttypes01.doc
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-11-25 09:39:29 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-11-26 07:21:40 +0100
commite9fdcd79b73d3c4879ac64696d5de1fafb6cf8a2 (patch)
treedc5a5e41d391c59b62a3272e8e89057c518ca63d /testsuites/psxtests/psxinttypes01/psxinttypes01.doc
parentlibtests: Use '-' for TAR file names (diff)
downloadrtems-e9fdcd79b73d3c4879ac64696d5de1fafb6cf8a2.tar.bz2
psxinttypes01: Remove invalid test cases
The functions expect a valid string as input according to POSIX. On systems with a NULL pointer protection the test cases ended up in exceptions.
Diffstat (limited to 'testsuites/psxtests/psxinttypes01/psxinttypes01.doc')
-rw-r--r--testsuites/psxtests/psxinttypes01/psxinttypes01.doc4
1 files changed, 0 insertions, 4 deletions
diff --git a/testsuites/psxtests/psxinttypes01/psxinttypes01.doc b/testsuites/psxtests/psxinttypes01/psxinttypes01.doc
index 607d67015e..19f63af34b 100644
--- a/testsuites/psxtests/psxinttypes01/psxinttypes01.doc
+++ b/testsuites/psxtests/psxinttypes01/psxinttypes01.doc
@@ -12,7 +12,6 @@ test suite name: PSXINTTYPE 01
- checks for output for string having a positive number - Number Out of Range
- checks for output for string having a negative number - Number Out of Range
- checks for final string pointed by endptr
- - checks for output for invalid argument - NULL Pointer
- checks for output for invalid argument - Invalid Base
- Checks for Strtoumax Test Cases
@@ -21,7 +20,6 @@ test suite name: PSXINTTYPE 01
- checks for output for string having a positive number - Number Out of Range
- checks for output for string having a negative number - Number Out of Range
- checks for final string pointed by endptr
- - checks for output for invalid argument - NULL Pointer
- checks for output for invalid argument - Invalid Base
- Checks for Wcstoimax Testcases
@@ -30,7 +28,6 @@ test suite name: PSXINTTYPE 01
- checks for output for string having a positive number - Number Out of Range
- checks for output for string having a negative number - Number Out of Range
- checks for final string pointed by endptr
- - checks for output for invalid argument - NULL Pointer
- checks for output for invalid argument - Invalid Base
- Checks for Wcstoumax Testcases
@@ -39,5 +36,4 @@ test suite name: PSXINTTYPE 01
- checks for output for string having a positive number - Number Out of Range
- checks for output for string having a negative number - Number Out of Range
- checks for final string pointed by endptr
- - checks for output for invalid argument - NULL Pointer
- checks for output for invalid argument - Invalid Base