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
102b91ef
Commit
102b91ef
authored
6 years ago
by
Anh Nguyen-Tuong
Browse files
Options
Downloads
Patches
Plain Diff
context-sensitivity no longer takes argument
parent
5302fa3b
No related branches found
No related tags found
No related merge requests found
Pipeline
#2814
passed
6 years ago
Stage: clean
Stage: build
Stage: test
Stage: deploy
Changes
2
Pipelines
8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
SMPStaticAnalyzer
+1
-1
1 addition, 1 deletion
SMPStaticAnalyzer
tests/test_cmds.sh
+6
-6
6 additions, 6 deletions
tests/test_cmds.sh
with
7 additions
and
7 deletions
SMPStaticAnalyzer
@
63c3799f
Compare
8acd3ee3
...
63c3799f
Subproject commit
8acd3ee30168df1c41e7f0eb565badb5bc17b86d
Subproject commit
63c3799ff7ffe1684970ddfd9d355bcbc73d7161
This diff is collapsed.
Click to expand it.
tests/test_cmds.sh
+
6
−
6
View file @
102b91ef
...
...
@@ -73,7 +73,7 @@ do_tests()
zafl.sh
$progpath
$protected
-d
-g
--tempdir
$temp_dir
>
test_
${
prog
}
.ps.log 2>&1
;;
zafl_domgraph_opt_context_sensitive
)
zafl.sh
$progpath
$protected
-d
-g
--enable-context-sensitivity
function
--tempdir
$temp_dir
>
test_
${
prog
}
.ps.log 2>&1
zafl.sh
$progpath
$protected
-d
-g
--enable-context-sensitivity
--tempdir
$temp_dir
>
test_
${
prog
}
.ps.log 2>&1
;;
zafl_domgraph_locality
)
zafl.sh
$progpath
$protected
-d
--enable-locality
--tempdir
$temp_dir
>
test_
${
prog
}
.ps.log 2>&1
...
...
@@ -118,10 +118,10 @@ do_tests()
zafl.sh
$progpath
$protected
--rida
-m
--tempdir
$temp_dir
>
test_
${
prog
}
.ps.log 2>&1
;;
zafl_context_sensitive
)
zafl.sh
$progpath
$protected
-v
--rida
--enable-context-sensitivity
function
--tempdir
$temp_dir
>
test_
${
prog
}
.ps.log 2>&1
zafl.sh
$progpath
$protected
-v
--rida
--enable-context-sensitivity
--tempdir
$temp_dir
>
test_
${
prog
}
.ps.log 2>&1
;;
zafl_context_sensitive_locality
)
zafl.sh
$progpath
$protected
--rida
--enable-context-sensitivity
function
-l
--tempdir
$temp_dir
>
test_
${
prog
}
.ps.log 2>&1
zafl.sh
$progpath
$protected
--rida
--enable-context-sensitivity
-l
--tempdir
$temp_dir
>
test_
${
prog
}
.ps.log 2>&1
;;
zafl_laf
)
zafl.sh
$progpath
$protected
--enable-laf
--tempdir
$temp_dir
>
test_
${
prog
}
.ps.log 2>&1
...
...
@@ -130,13 +130,13 @@ do_tests()
zafl.sh
$progpath
$protected
--enable-laf
-d
--tempdir
$temp_dir
>
test_
${
prog
}
.ps.log 2>&1
;;
zafl_context_sensitive_laf
)
zafl.sh
$progpath
$protected
--rida
--enable-laf
--enable-context-sensitivity
function
--tempdir
$temp_dir
>
test_
${
prog
}
.ps.log 2>&1
zafl.sh
$progpath
$protected
--rida
--enable-laf
--enable-context-sensitivity
--tempdir
$temp_dir
>
test_
${
prog
}
.ps.log 2>&1
;;
zafl_context_sensitive_laf_domgraph
)
zafl.sh
$progpath
$protected
--rida
--enable-laf
--enable-context-sensitivity
function
-d
--tempdir
$temp_dir
>
test_
${
prog
}
.ps.log 2>&1
zafl.sh
$progpath
$protected
--rida
--enable-laf
--enable-context-sensitivity
-d
--tempdir
$temp_dir
>
test_
${
prog
}
.ps.log 2>&1
;;
zafl_context_sensitive_laf_domgraph_optgraph
)
zafl.sh
$progpath
$protected
--rida
--enable-laf
--enable-context-sensitivity
function
-d
-g
--tempdir
$temp_dir
>
test_
${
prog
}
.ps.log 2>&1
zafl.sh
$progpath
$protected
--rida
--enable-laf
--enable-context-sensitivity
-d
-g
--tempdir
$temp_dir
>
test_
${
prog
}
.ps.log 2>&1
;;
laf
)
$PSZ
$progpath
$protected
-s
rida
-c
laf
--tempdir
$temp_dir
>
test_
${
prog
}
.ps.log 2>&1
...
...
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