Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
relibc
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
Container Registry
Model registry
Operate
Environments
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
redox-os
relibc
Commits
0af78b1e
Verified
Commit
0af78b1e
authored
5 years ago
by
jD91mZM2
Browse files
Options
Downloads
Patches
Plain Diff
Regenerate test output after !220
parent
8db2f517
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#4557
failed
5 years ago
Stage: build
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
tests/Makefile
+1
-0
1 addition, 0 deletions
tests/Makefile
tests/expected/stdlib/alloc.stderr
+0
-0
0 additions, 0 deletions
tests/expected/stdlib/alloc.stderr
tests/expected/stdlib/alloc.stdout
+31
-0
31 additions, 0 deletions
tests/expected/stdlib/alloc.stdout
with
32 additions
and
0 deletions
tests/Makefile
+
1
−
0
View file @
0af78b1e
...
...
@@ -37,6 +37,7 @@ EXPECT_NAMES=\
stdio/setvbuf
\
stdio/sprintf
\
stdlib/a64l
\
stdlib/alloc
\
stdlib/atof
\
stdlib/atoi
\
stdlib/div
\
...
...
This diff is collapsed.
Click to expand it.
tests/expected/stdlib/alloc.stderr
0 → 100644
+
0
−
0
View file @
0af78b1e
This diff is collapsed.
Click to expand it.
tests/expected/stdlib/alloc.stdout
0 → 100644
+
31
−
0
View file @
0af78b1e
malloc : 0x2038870, errno: 0 = Success
malloc (SIZE_MAX) : (nil), errno: 12 = Out of memory
calloc : 0x2038870, errno: 0 = Success
calloc (overflowing) : (nil), errno: 12 = Out of memory
realloc : 0x2038870, errno: 0 = Success
realloc (SIZE_MAX) : (nil), errno: 12 = Out of memory
memalign : 0x2038a00, errno: 0 = Success
memalign (SIZE_MAX) : (nil), errno: 12 = Out of memory
memalign (alignment 0): (nil), errno: 22 = Invalid argument
memalign (alignment 3): (nil), errno: 22 = Invalid argument
aligned_alloc (size % alignment == 0):
0x2038980, errno: 0 = Success
aligned_alloc (size % alignment != 0):
(nil), errno: 22 = Invalid argument
valloc : 0x2039000, errno: 0 = Success
valloc (SIZE_MAX) : (nil), errno: 12 = Out of memory
posix_memalign:
0x2038980, return value: 0 = Success,
errno: 0 = Success
posix_memalign (alignment 0):
(nil), return value: 22 = Invalid argument,
errno: 0 = Success
posix_memalign (non-power-of-two multiple of sizeof(void *)):
(nil), return value: 22 = Invalid argument,
errno: 0 = Success
posix_memalign (size 0):
0x2038ac0, return value: 0 = Success,
errno: 0 = Success
posix_memalign (SIZE_MAX):
(nil), return value: 12 = Out of memory,
errno: 12 = Out of memory
This diff is collapsed.
Click to expand it.
jD91mZM2
@jD91mZM2
mentioned in commit
c29237d3
·
5 years ago
mentioned in commit
c29237d3
mentioned in commit c29237d360dac35c3969e65fecdb97e1c7d1b59f
Toggle commit list
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