- 16 Apr, 2014 1 commit
-
-
Andrew Scheller authored
See the `skip_travis_tests` variable. Fixes #495 (also tidied up usage of os.path.basename() function)
-
- 15 Apr, 2014 2 commits
-
-
Damien George authored
-
Damien George authored
-
- 13 Apr, 2014 2 commits
-
-
Damien George authored
-
Damien George authored
-
- 06 Apr, 2014 1 commit
-
-
Damien George authored
On x64, native emitter now passes 70 of the tests.
-
- 04 Apr, 2014 1 commit
-
-
Paul Sokolovsky authored
-
- 03 Apr, 2014 3 commits
-
-
Damien George authored
-
Damien George authored
To run the tests on the pyboard you need to set the "test_on_pyboard" variable to "True", and also have tools/pyboard.py available for import (easiest is to symlink to it).
-
Paul Sokolovsky authored
-
- 02 Apr, 2014 2 commits
-
-
Damien George authored
I upgraded to Python 3.4.0, so needed to make these changes. Hopefully the tests still run with Python 3.3.x (the scripts use python3 so are agnostic as to the subversion). Bytecode tests are tightly coupled to the Python version, and now some fail against Python 3.4.
-
Damien George authored
-
- 22 Mar, 2014 1 commit
-
-
Paul Sokolovsky authored
This was a long-standing regression from converting script from sh to python.
-
- 29 Jan, 2014 1 commit
-
-
Damien George authored
-
- 28 Jan, 2014 1 commit
-
-
Markus Siemens authored
-
- 21 Jan, 2014 1 commit
-
-
Paul Sokolovsky authored
-
- 20 Jan, 2014 1 commit
-
-
Damien George authored
-
- 19 Jan, 2014 2 commits
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
- 11 Jan, 2014 1 commit
-
-
John R. Lenton authored
-
- 08 Jan, 2014 1 commit
-
-
Paul Sokolovsky authored
The idea is simple: each print represents a testcase within a test unit. As we don't have strict rules on which/how many testcase are put into a test file, it's nice to have an idea how many *testcases* we have totally. Would be nice to count how many testcases pass/fail, but that's a bit less trivial.
-
- 04 Jan, 2014 1 commit
-
-
Paul Sokolovsky authored
tests/bytecode/run-tests already uses puthon3.3, so let's just use it here too. Fore reference, errors with python 3.2.3: File "tests/generator1.py", line 12 return None SyntaxError: 'return' with argument inside generator File "tests/list_clear.py", line 3, in <module> x.clear() AttributeError: 'list' object has no attribute 'clear' etc.
-
- 03 Jan, 2014 1 commit
-
-
Damien George authored
import works for simple cases. Still work to do on finding the right script, and setting globals/locals correctly when running an imported function.
-
- 02 Jan, 2014 1 commit
-
-
Damien George authored
-
- 29 Dec, 2013 2 commits