From 25c81e8393f0f9d643c223cd3e7f6a734ec65ff5 Mon Sep 17 00:00:00 2001 From: afd Date: Wed, 27 Jun 2012 14:49:15 +0100 Subject: Undo bad merge. --- Test/VSI-Benchmarks/AnswerNoRuntimeChecking | 32 ----------------------- Test/VSI-Benchmarks/AnswerRuntimeChecking | 21 --------------- Test/VSI-Benchmarks/runtestNoRuntimeChecking.bat | 27 ------------------- Test/VSI-Benchmarks/runtestRuntimeChecking.bat | 33 ------------------------ 4 files changed, 113 deletions(-) delete mode 100644 Test/VSI-Benchmarks/AnswerNoRuntimeChecking delete mode 100644 Test/VSI-Benchmarks/AnswerRuntimeChecking delete mode 100644 Test/VSI-Benchmarks/runtestNoRuntimeChecking.bat delete mode 100644 Test/VSI-Benchmarks/runtestRuntimeChecking.bat (limited to 'Test/VSI-Benchmarks') diff --git a/Test/VSI-Benchmarks/AnswerNoRuntimeChecking b/Test/VSI-Benchmarks/AnswerNoRuntimeChecking deleted file mode 100644 index 81ac67ef..00000000 --- a/Test/VSI-Benchmarks/AnswerNoRuntimeChecking +++ /dev/null @@ -1,32 +0,0 @@ - --------------------- b1 -------------------- -Compiled assembly into b1.exe - --------------------- b2 -------------------- -Compiled assembly into b2.exe - --------------------- b3 -------------------- -Compilation error: Method _default.Queue.Init has no body -Compilation error: Method _default.Queue.Enqueue has no body -Compilation error: Method _default.Queue.Dequeue has no body - --------------------- b4 -------------------- -Compiled assembly into b4.dll - --------------------- b5 -------------------- -Compiled assembly into b5.dll - --------------------- b6 -------------------- -Compiled assembly into b6.exe - --------------------- b7 -------------------- -Compilation error: Method _default.Queue.Init has no body -Compilation error: Method _default.Queue.Enqueue has no body -Compilation error: Method _default.Queue.Dequeue has no body -Compilation error: Method _default.Client.Sort has no body - --------------------- b8 -------------------- -Compilation error: Method _default.Queue.Init has no body -Compilation error: Method _default.Queue.Enqueue has no body -Compilation error: Method _default.Queue.Dequeue has no body -Compilation error: Method _default.Glossary.Sort has no body diff --git a/Test/VSI-Benchmarks/AnswerRuntimeChecking b/Test/VSI-Benchmarks/AnswerRuntimeChecking deleted file mode 100644 index 49a440db..00000000 --- a/Test/VSI-Benchmarks/AnswerRuntimeChecking +++ /dev/null @@ -1,21 +0,0 @@ - --------------------- b1 -------------------- -Compiled assembly into b1.exe -Rewrote assembly into b1.exe - --------------------- b3 -------------------- -Compilation error: Method _default.Queue.Init has no body -Compilation error: Method _default.Queue.Enqueue has no body -Compilation error: Method _default.Queue.Dequeue has no body - --------------------- b7 -------------------- -Compilation error: Method _default.Queue.Init has no body -Compilation error: Method _default.Queue.Enqueue has no body -Compilation error: Method _default.Queue.Dequeue has no body -Compilation error: Method _default.Client.Sort has no body - --------------------- b8 -------------------- -Compilation error: Method _default.Queue.Init has no body -Compilation error: Method _default.Queue.Enqueue has no body -Compilation error: Method _default.Queue.Dequeue has no body -Compilation error: Method _default.Glossary.Sort has no body diff --git a/Test/VSI-Benchmarks/runtestNoRuntimeChecking.bat b/Test/VSI-Benchmarks/runtestNoRuntimeChecking.bat deleted file mode 100644 index c85b7606..00000000 --- a/Test/VSI-Benchmarks/runtestNoRuntimeChecking.bat +++ /dev/null @@ -1,27 +0,0 @@ -@echo off -setlocal - -set BOOGIEDIR=..\..\Binaries -set DAFNY_EXE=%BOOGIEDIR%\Dafny.exe -set BPLEXE=%BOOGIEDIR%\Boogie.exe - -for %%f in (b1 b2 b3 b4 b5 b6 b7 b8) do ( - echo. - echo -------------------- %%f -------------------- - %DAFNY_EXE% /nologo /errorTrace:0 /verification:0 /runtimeChecking:0 /compile:2 %* %%f.dfy - if exist %%f.cs. ( - del %%f.cs - ) - if exist %%f.exe. ( - del %%f.exe - ) - if exist %%f.dll. ( - del %%f.dll - ) - if exist %%f.pdb. ( - del %%f.pdb - ) - if exist %%f.pdb.original. ( - del %%f.pdb.original - ) -) diff --git a/Test/VSI-Benchmarks/runtestRuntimeChecking.bat b/Test/VSI-Benchmarks/runtestRuntimeChecking.bat deleted file mode 100644 index 27df70a3..00000000 --- a/Test/VSI-Benchmarks/runtestRuntimeChecking.bat +++ /dev/null @@ -1,33 +0,0 @@ -@echo off -setlocal - -set BOOGIEDIR=..\..\Binaries -set DAFNY_EXE=%BOOGIEDIR%\Dafny.exe -set BPLEXE=%BOOGIEDIR%\Boogie.exe - -REM to implement: -REM b2: quantifiers -REM b4: old expressions -REM b5: parallel statements -REM b6: functions - -for %%f in (b1 b3 b7 b8) do ( - echo. - echo -------------------- %%f -------------------- - %DAFNY_EXE% /nologo /errorTrace:0 /verification:0 /runtimeChecking:1 /compile:2 %* %%f.dfy - if exist %%f.cs. ( - del %%f.cs - ) - if exist %%f.exe. ( - del %%f.exe - ) - if exist %%f.dll. ( - del %%f.dll - ) - if exist %%f.pdb. ( - del %%f.pdb - ) - if exist %%f.pdb.original. ( - del %%f.pdb.original - ) -) -- cgit v1.2.3