summaryrefslogtreecommitdiff
path: root/Test/og
Commit message (Collapse)AuthorAge
* updated the example to include atomic specifications (sent by Suha)Gravatar qadeer2015-03-29
|
* fixed crash reported by Dan.Gravatar qadeer2015-03-02
| | | | DoModSetAnalysis needs to run before the linear and mover type checking.
* fix from Serdar and SuhaGravatar qadeer2015-02-24
|
* moved some things aroundGravatar qadeer2015-02-11
|
* minor fix to the golden fileGravatar qadeer2015-01-28
|
* added lit stuff at the top of the file and the golden outputGravatar qadeer2015-01-28
|
* Work stealing queue (PLDI '12 Vechev et al.)Gravatar Unknown2015-01-28
|
* removed unused functions and axioms to make the verification fasterGravatar qadeer2015-01-27
|
* strengthened type checkingGravatar qadeer2014-12-26
| | | | | cleaned up the generation of mover checks (based on example from Chris) added two examples from Chris to regressions
* changed type checking of yield procedures so that they can only call other ↵Gravatar qadeer2014-12-18
| | | | yielding procedures
* 1. made variable introduction layer explicit in the test casesGravatar qadeer2014-12-15
| | | | 2. if a single layer is specified for a global variable, that layer is the introduction layer
* patched an expected outputGravatar qadeer2014-12-15
|
* renamed :phase to :layerGravatar qadeer2014-11-14
|
* removed a useless procedureGravatar qadeer2014-10-21
|
* deleted the free assume about gates after parallel callsGravatar qadeer2014-07-26
|
* enabled merging of yield callsGravatar qadeer2014-07-20
|
* minor changeGravatar qadeer2014-07-19
|
* treiber stack fixedGravatar qadeer2014-07-18
|
* some clean upGravatar qadeer2014-07-16
|
* updated the linear type system based on Chris' design with linear, ↵Gravatar qadeer2014-07-15
| | | | linear_in, linear_out
* simplified yield type chcking and added treiber stack (not fully done)Gravatar qadeer2014-07-15
|
* added testsGravatar qadeer2014-07-12
|
* fixed some tests in ogGravatar qadeer2014-07-11
| | | | | added another test in linear (based on bug reported by Chris) removed the QED build configuration
* updated golden outputs and removed irrelevant testsGravatar qadeer2014-06-02
|
* Removed old test infrastructure files except forGravatar Dan Liew2014-05-28
| | | | | | | | | ./AbsHoudini/ ./doomed/ ./z3api/ ./test17/ because their conversion to lit incomplete.
* Fix lit test suite when running Boogie under a path that containsGravatar Dan Liew2014-05-27
| | | | spaces.
* Set the following tests to expected failure under lit. Having theseGravatar Dan Liew2014-05-19
| | | | | | | | | | | | | | | reported is unnecessary noise right now. Someone needs to fix these tests but I'm not the author. Boogie :: og/DeviceCacheSimplified.bpl Boogie :: og/DeviceCacheWithBuffer.bpl Boogie :: og/async.bpl Boogie :: og/houd1.bpl Boogie :: og/lock-introduced.bpl Boogie :: og/termination.bpl Boogie :: og/treiber-stack.bpl Boogie :: test21/Maps2.bpl Boogie :: test21/test3_AddMethod_conv.bpl
* Enable as many "og" lit tests. Several fail because they weren'tGravatar Dan Liew2014-05-11
| | | | | | | | | | | | being executed previously! Boogie :: og/DeviceCacheSimplified.bpl Boogie :: og/DeviceCacheWithBuffer.bpl Boogie :: og/async.bpl Boogie :: og/houd1.bpl Boogie :: og/lock-introduced.bpl Boogie :: og/termination.bpl Boogie :: og/treiber-stack.bpl
* example for variable introduction addedGravatar qadeer2014-05-04
|
* second checkpointGravatar qadeer2014-05-04
|
* checkpointGravatar qadeer2014-05-03
|
* updated the mover checksGravatar qadeer2014-04-25
|
* added another sampleGravatar qadeer2014-04-20
|
* added simulation relation computation to yield type checkingGravatar qadeer2014-04-20
| | | | updated the type check to incorporate {:terminates} annotation
* added the framing for the refinement checkGravatar qadeer2014-04-16
|
* added variable hidingGravatar qadeer2014-04-16
| | | | added annotation on an atomic action about the phases in which it exists
* added ReadOnlyStandardVisitorGravatar qadeer2014-02-24
| | | | made the default phase of assertions be 0
* fixed a bug in desugaring of linear variablesGravatar qadeer2014-02-20
|
* forgot to update the Answer file earlierGravatar qadeer2014-02-12
|
* fixed the civl-paper exampleGravatar qadeer2014-02-12
|
* using break statement in the inner loop instead of gotoGravatar qadeer2014-02-11
|
* added another example and fixed a bug regarding initialization of pc/okGravatar qadeer2014-02-07
| | | | snapshots per loop header
* new design for linear types + VCgenGravatar qadeer2014-02-07
| | | | | ported all the examples added the QED examples to runtest.bat
* more cleanupGravatar qadeer2014-01-23
|
* some cleanupGravatar qadeer2014-01-23
|
* some small optimizations to mover checkingGravatar qadeer2014-01-22
| | | | added LookUp to multiset.bpl
* some fixesGravatar qadeer2014-01-21
|
* various bug fixesGravatar qadeer2014-01-21
| | | | added "cnst" feature
* fixed a bug revealed subsequent to the latest fix in parallel call handlingGravatar qadeer2014-01-20
|
* bug fix in handling of parallel callGravatar qadeer2014-01-20
|