summaryrefslogtreecommitdiff
path: root/tools/python-yasm/tests
Commit message (Collapse)AuthorAgeFilesLines
* Remove $Id$ and RCSID() usage.Peter Johnson2011-08-197-8/+0
| | | | These are useless now that we're using git.
* Finish cleanup made in [1948].Peter Johnson2007-09-141-1/+1
| | | | svn path=/trunk/yasm/; revision=1951
* Remove yasm_immval, moving remaining unique information (sign flag) intoPeter Johnson2007-01-211-8/+1
| | | | | | yasm_value. svn path=/trunk/yasm/; revision=1740
* intnum.c: Better internal error checking on intnum creation input strings.Peter Johnson2007-01-201-0/+12
| | | | svn path=/trunk/yasm/; revision=1739
* Include test_bytecode.py and test_expr.py in the distribution, as they'rePeter Johnson2006-08-101-0/+2
| | | | | | called out by the python test framework. svn path=/trunk/yasm/; revision=1601
* Rework yasm.Expression to accept strings like '+' to indicate operation.Michael Urman2006-05-074-2/+33
| | | | | | Add tests for yasm.Expression and new yasm.ImmVal. svn path=/trunk/yasm/; revision=1527
* Raise SymbolTable redefinition errors in Python.Michael Urman2006-05-071-1/+29
| | | | | | | Fix a double-free problem encountered during this testing. Redefine symtab.define_special() vis parameter to match symrec.visibility. svn path=/trunk/yasm/; revision=1526
* Raise IntNum division by zero errors in Python.Michael Urman2006-05-061-0/+9
| | | | svn path=/trunk/yasm/; revision=1524
* * symrec.pxi: Change various things to properties rather than functions.Peter Johnson2006-04-171-6/+47
| | | | | | | Visibility is handled via set of strings. * test_symrec.py: Test. svn path=/trunk/yasm/; revision=1503
* * python_test.sh: Set srcdir and PYTHON to reasonable defaults if not alreadyPeter Johnson2006-04-171-0/+3
| | | | | | set, this allows easy manual execution of this script outside of make check. svn path=/trunk/yasm/; revision=1502
* * python_test.sh: Use PYTHON variable to find python executable.Peter Johnson2006-04-172-1/+2
| | | | | | | | * python-yasm/tests/Makefile.inc: Pass PYTHON setting down through TESTS_ENVIRONMENT. * Makefile.am: Initialize TESTS_ENVIRONMENT to empty. svn path=/trunk/yasm/; revision=1501
* Add intnum tests; test_cmp is failing right now and needs a source fix.Michael Urman2006-04-173-0/+59
| | | | svn path=/trunk/yasm/; revision=1499
* * test_symrec.py: Actually add test, and fix it to work.Peter Johnson2006-04-171-1/+2
| | | | svn path=/trunk/yasm/; revision=1498
* * python-yasm: Add test framework; large portions copied from Quod LibetPeter Johnson2006-04-174-0/+107
framework. svn path=/trunk/yasm/; revision=1497