Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
95cef39d
Commit
95cef39d
authored
16 years ago
by
Yang Tse
Browse files
Options
Downloads
Patches
Plain Diff
Test case 557 now also verifies signed and unsigned int formatting.
parent
00fb5bcf
No related branches found
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
configure.ac
+1
-0
1 addition, 0 deletions
configure.ac
tests/data/test557
+2
-0
2 additions, 0 deletions
tests/data/test557
tests/libtest/lib557.c
+399
-0
399 additions, 0 deletions
tests/libtest/lib557.c
with
402 additions
and
0 deletions
configure.ac
+
1
−
0
View file @
95cef39d
...
...
@@ -1995,6 +1995,7 @@ CURL_CHECK_STRUCT_TIMEVAL
CURL_VERIFY_RUNTIMELIBS
AC_CHECK_SIZEOF(size_t)
AC_CHECK_SIZEOF(int)
AC_CHECK_SIZEOF(long)
CURL_CONFIGURE_LONG
AC_CHECK_SIZEOF(time_t)
...
...
This diff is collapsed.
Click to expand it.
tests/data/test557
+
2
−
0
View file @
95cef39d
...
...
@@ -26,6 +26,8 @@ nothing
# Verify data after the test has been "shot"
<verify>
<stdout mode="text">
All curl_mprintf() unsigned int tests OK!
All curl_mprintf() signed int tests OK!
All curl_mprintf() unsigned long tests OK!
All curl_mprintf() signed long tests OK!
All curl_mprintf() curl_off_t tests OK!
...
...
This diff is collapsed.
Click to expand it.
tests/libtest/lib557.c
+
399
−
0
View file @
95cef39d
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment