summaryrefslogtreecommitdiff
path: root/Test/stratifiedinline
diff options
context:
space:
mode:
authorGravatar qadeer <qadeer@microsoft.com>2012-04-28 17:11:48 -0700
committerGravatar qadeer <qadeer@microsoft.com>2012-04-28 17:11:48 -0700
commit53877d7a90e870d6d95d08dfd86209e315101e09 (patch)
tree6e0e5a1ff42679a3c9cb3a551f6bbd98f0989267 /Test/stratifiedinline
parent5e0123996f7a79ea7d3576ef120b4c2cb2417a71 (diff)
removed proccopybounding code
stratified inliinig is now run always with /doNotUseLabels
Diffstat (limited to 'Test/stratifiedinline')
-rw-r--r--Test/stratifiedinline/runtest.bat20
1 files changed, 10 insertions, 10 deletions
diff --git a/Test/stratifiedinline/runtest.bat b/Test/stratifiedinline/runtest.bat
index 3ba74096..2bb3cbd5 100644
--- a/Test/stratifiedinline/runtest.bat
+++ b/Test/stratifiedinline/runtest.bat
@@ -5,33 +5,33 @@ set BGEXE=..\..\Binaries\Boogie.exe
rem set BGEXE=mono ..\..\Binaries\Boogie.exe
echo ----- Running regression test bar1.bpl
-%BGEXE% %* /noinfer /stratifiedInline:1 bar1.bpl
+%BGEXE% %* /noinfer /doNotUseLabels /stratifiedInline:1 bar1.bpl
echo -----
echo ----- Running regression test bar2.bpl
-%BGEXE% %* /noinfer /stratifiedInline:1 bar2.bpl
+%BGEXE% %* /noinfer /doNotUseLabels /stratifiedInline:1 bar2.bpl
echo -----
echo ----- Running regression test bar3.bpl
-%BGEXE% %* /noinfer /stratifiedInline:1 bar3.bpl
+%BGEXE% %* /noinfer /doNotUseLabels /stratifiedInline:1 bar3.bpl
echo -----
echo ----- Running regression test bar4.bpl
-%BGEXE% %* /noinfer /stratifiedInline:1 bar4.bpl
+%BGEXE% %* /noinfer /doNotUseLabels /stratifiedInline:1 bar4.bpl
echo -----
echo ----- Running regression test bar6.bpl
-%BGEXE% %* /noinfer /stratifiedInline:1 bar6.bpl
+%BGEXE% %* /noinfer /doNotUseLabels /stratifiedInline:1 bar6.bpl
echo -----
echo ----- Running regression test bar7.bpl
-%BGEXE% %* /noinfer /stratifiedInline:1 /nonUniformUnfolding bar7.bpl
+%BGEXE% %* /noinfer /doNotUseLabels /stratifiedInline:1 /nonUniformUnfolding bar7.bpl
echo -----
echo ----- Running regression test bar8.bpl
-%BGEXE% %* /noinfer /stratifiedInline:1 /nonUniformUnfolding bar8.bpl
+%BGEXE% %* /noinfer /doNotUseLabels /stratifiedInline:1 /nonUniformUnfolding bar8.bpl
echo -----
echo ----- Running regression test bar9.bpl
-%BGEXE% %* /noinfer /stratifiedInline:1 /nonUniformUnfolding bar9.bpl
+%BGEXE% %* /noinfer /doNotUseLabels /stratifiedInline:1 /nonUniformUnfolding bar9.bpl
echo -----
echo ----- Running regression test bar10.bpl
-%BGEXE% %* /noinfer /stratifiedInline:1 /nonUniformUnfolding bar10.bpl
+%BGEXE% %* /noinfer /doNotUseLabels /stratifiedInline:1 /nonUniformUnfolding bar10.bpl
echo -----
echo ----- Running regression test bar11.bpl
-%BGEXE% %* /noinfer /stratifiedInline:1 bar11.bpl
+%BGEXE% %* /noinfer /doNotUseLabels /stratifiedInline:1 bar11.bpl
echo -----