Skip to content
Snippets Groups Projects
Commit 102b91ef authored by Anh Nguyen-Tuong's avatar Anh Nguyen-Tuong
Browse files

context-sensitivity no longer takes argument

parent 5302fa3b
No related branches found
No related tags found
No related merge requests found
Pipeline #2814 passed
Subproject commit 8acd3ee30168df1c41e7f0eb565badb5bc17b86d
Subproject commit 63c3799ff7ffe1684970ddfd9d355bcbc73d7161
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment