summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2010-06-04Enabling RDL/IDL in SMT v1 and adding some simple testsChristopher L. Conway
2010-06-03Implementing input from stdin (Fixes: #144)Christopher L. Conway
2010-06-03Fixes 2 issues with assignments. The first is constructing an initial assignm...Tim King
2010-06-03* Added NodeBuilder<>::getChild() to make interface more consistentMorgan Deters
2010-06-02more VERBOSE test failuresMorgan Deters
2010-06-01Fixing test failures in production buildChristopher L. Conway
2010-06-01In order for splitting on demand to be able to retract clauses every translat...Dejan Jovanović
2010-05-31First draft implementation of mkAssociativeChristopher L. Conway
2010-05-29Adding a couple of example from fuzzsmt to regress1.Tim King
2010-05-27small cosmetic change to tests summary outputMorgan Deters
2010-05-27Remove isAtomic() as per 4/27/2010 meeting. Add comments about its potential...Morgan Deters
2010-05-27fix compiler comparison-signedness warningsMorgan Deters
2010-05-27Reverting this file to not include any comments. (Morgan's revision and my re...Tim King
2010-05-27added the ability to add custom expected stdout, stderr, and exit codes to sm...Morgan Deters
2010-05-27Preregistration has been turned on. Highly experimental eager splitting suppo...Tim King
2010-05-27Use the newer automake test driver "parallel-tests". This driver:Morgan Deters
2010-05-27Adding NodeManager::prepareToBeDestroyed() (Fixes: #128)Christopher L. Conway
2010-05-27fix bug #111: errors in building lcov-allMorgan Deters
2010-05-27fix bug 120; competition mode regression failures for intentionally-buggy inputMorgan Deters
2010-05-26Adding CnfStreamBlack tests for all Boolean connectivesChristopher L. Conway
2010-05-26Fixing test failures in CnfStreamBlack (it was the test's fault)Christopher L. Conway
2010-05-26Adding CnfStream unit testsChristopher L. Conway
2010-05-25Added Rational constructors that only take a numerator. The const char* Ratio...Tim King
2010-05-21Small fixes to TheoryArith. Added a hack to make Integers a subtype of Real....Tim King
2010-05-20Added the division symbol to the parser, and minimal support for it in Theory...Tim King
2010-05-19Significant revision to theory/arith. The new draft has a lot of small bug f...Tim King
2010-05-14Adding ITE testsChristopher L. Conway
2010-05-14Adding rudimentary ITE handling in CnfStreamChristopher L. Conway
2010-05-12Adding ParserBuilder, reducing visibility of Parser and Input constructorsChristopher L. Conway
2010-05-12true and false are only defined if the core theory is loaded in SMT v2 strict...Christopher L. Conway
2010-05-12Refactoring parser testsChristopher L. Conway
2010-05-07Tightening lexer rules for numerals in SMT v2Christopher L. Conway
2010-05-06Adding AntlrInput::tokenTextSubstrChristopher L. Conway
2010-05-06Adding tests for Rational::fromDecimalChristopher L. Conway
2010-05-06Adding tests for Integer::powChristopher L. Conway
2010-05-06Adding bit-vector constants in SMT2Christopher L. Conway
2010-05-06Implementing Rational::fromDecimal and adding support for real constants in S...Christopher L. Conway
2010-05-05bug fixes for types, old unit tests for types work nowDejan Jovanović
2010-05-04Adding simple SMT2 parser testsChristopher L. Conway
2010-05-04Type-checking classes and hooks (not tested yet).Dejan Jovanović
2010-05-03more reasonable smt 2.0 benchmark testMorgan Deters
2010-05-03main driver supports .smt2 input, added an smt2 regression (currently broken,...Morgan Deters
2010-05-02smt parser for bit-vectorsDejan Jovanović
2010-04-29Minor fix to SMT v2 parser testsChristopher L. Conway
2010-04-29First draft implementation of SMT v2 parserChristopher L. Conway
2010-04-28Refactoring Input/Parser code to support external manipulation of the parser ...Christopher L. Conway
2010-04-28Added theory/arith/kind and enabled the smt parser to read in these symbols. ...Tim King
2010-04-27Adding Integer and Rational constants to SMTChristopher L. Conway
2010-04-26Adding the intermediary TypeNode to represent (and separate) the Types at the...Dejan Jovanović
2010-04-15Enhancements to NodeManager tests, taking advantage of new Type implementationChristopher L. Conway
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback