Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
Zipr Toolchain
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
Service Desk
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
Open Source Software
Zipr Toolchain
Commits
49c4d388
Commit
49c4d388
authored
12 years ago
by
jdh8d
Browse files
Options
Downloads
Patches
Plain Diff
fix to skip iconv_open tests
Former-commit-id: b3a22ddd6b3e6e69592ea45eb205269b0e31a1fa
parent
bb8c843e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/ps_analyze.sh
+18
-0
18 additions, 0 deletions
tools/ps_analyze.sh
with
18 additions
and
0 deletions
tools/ps_analyze.sh
+
18
−
0
View file @
49c4d388
...
...
@@ -336,6 +336,20 @@ check_files()
}
check_for_iconv
()
{
my_name
=
$1
nm
$my_name
|grep iconv_open
>
/dev/null 2> /dev/null
if
[
$?
=
0
]
;
then
echo
Found iconv
in
executable, we should skip this test.
echo
SKIP
echo
Skip
echo
skip
exit
255
fi
}
#
# turn on debugging output if it's requested.
#
...
...
@@ -418,12 +432,16 @@ mkdir $newdir
# store the original executable as a.ncexe
cp
$orig_exe
$newdir
/
$newname
.ncexe
# make sure we overwrite out output file one way or another
rm
-f
$stratafied_exe
# and switch to that dir
cd
$newdir
check_for_iconv
$newname
.ncexe
# next, create a location for our log files
mkdir
logs
...
...
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