- 10 Mar, 2017 1 commit
-
-
Paul Sokolovsky authored
MICROPY_LONGINT_IMPL_LONGLONG doesn't have overflow detection, so just parsing a large number won't give an error, we need to print it out to check that the whole number was parsed.
-
- 03 Mar, 2017 2 commits
-
-
Paul Sokolovsky authored
Tests which don't work with small ints are suffixed with _intbig.py. Some of these may still work with long long ints and need to be reclassified later.
-
Paul Sokolovsky authored
Big aka arbitrary-precision integers (implemented by MPZ module) are used in tests starting with "int_big_" or ending with "_intbig".
-
- 16 Feb, 2017 1 commit
-
-
Damien George authored
-
- 14 Feb, 2017 2 commits
-
-
Paul Sokolovsky authored
-
stijn authored
This allows using the test runner for other scenarios than just testing uPy itself. The principle of comparing either to CPython or else to a .exp file is really handy but to be able to test custom modules not built into micropython.exe one needs to be able to specify the module search path a.k.a MICROPYPATH.
-
- 30 Jan, 2017 1 commit
-
-
Paul Sokolovsky authored
-
- 23 Jan, 2017 1 commit
-
-
stijn authored
Fixes #2806.
-
- 22 Jan, 2017 1 commit
-
-
Damien George authored
-
- 16 Jan, 2017 1 commit
-
-
Damien George authored
-
- 04 Jan, 2017 1 commit
-
-
Paul Sokolovsky authored
If sets are not enabled, set literals lead to SyntaxError during parsing, so it requires feature_check. Set tests are skipped based on set_*.py pattern.
-
- 29 Dec, 2016 1 commit
-
-
Rami Ali authored
-
- 22 Dec, 2016 1 commit
-
-
Damien George authored
-
- 20 Dec, 2016 2 commits
-
-
Rami Ali authored
-
Damien George authored
-
- 21 Nov, 2016 1 commit
-
-
Damien George authored
The native emitter doesn't provide proper traceback info so this test should not be run in that case.
-
- 17 Oct, 2016 1 commit
-
-
Damien George authored
It now works.
-
- 11 Oct, 2016 1 commit
-
-
Damien George authored
-
- 05 Oct, 2016 1 commit
-
-
stijn authored
The output might contain more than one line ending in 5b so properly skip everything until the next known point. This fixes test failures in appveyor debug builds.
-
- 04 Oct, 2016 1 commit
-
-
Damien George authored
Disabled until a proper fix is found.
-
- 20 Sep, 2016 2 commits
-
-
Damien George authored
With mpy-cross built, tests can now be run by first compiling them to .mpy files, and then executing the .mpy file. Usage: ./run-tests --via-mpy
-
Damien George authored
The showbc function now no longer uses the system printf so works correctly.
-
- 08 Sep, 2016 1 commit
-
-
Damien George authored
It has reliability issues (cause unknown at this time).
-
- 27 Aug, 2016 1 commit
-
-
Damien George authored
It has reliability issues (cause unknown at this time).
-
- 25 Aug, 2016 1 commit
-
-
Damien George authored
It has reliability issues and sometimes fails on Travis (reason currently unknown).
-
- 17 Aug, 2016 1 commit
-
-
Damien George authored
It has reliability issues that need to be worked out.
-
- 26 Jul, 2016 1 commit
-
-
Paul Sokolovsky authored
Required to pass bytes_compare3.py (opptional warnings) on devices.
-
- 22 Jul, 2016 1 commit
-
-
Paul Sokolovsky authored
This may produce a warning, depending on MicroPython configuration.
-
- 09 Jul, 2016 1 commit
-
-
Damien George authored
They will fail because the GIL is disabled on the unix build.
-
- 07 May, 2016 1 commit
-
-
Paul Sokolovsky authored
To get consistent error messages, etc.
-
- 28 Apr, 2016 1 commit
-
-
Paul Sokolovsky authored
Just as the rest of generator tests, which aren't yet supoorted for native.
-
- 13 Apr, 2016 1 commit
-
-
Damien George authored
-
- 07 Apr, 2016 1 commit
-
-
Damien George authored
-
- 15 Mar, 2016 2 commits
-
-
Damien George authored
-
Damien George authored
This allows you to specify the heapsize that unix will use when running the test suite, eg: ./run-tests --heapsize 16k
-
- 08 Mar, 2016 1 commit
-
-
Damien George authored
Now, all output has newlines converted to \n, regardless of port or platform.
-
- 07 Mar, 2016 1 commit
-
-
Damien George authored
-
- 03 Mar, 2016 1 commit
-
-
Paul Sokolovsky authored
-
- 21 Feb, 2016 1 commit
-
-
danicampora authored
-
- 13 Feb, 2016 1 commit
-
-
Paul Sokolovsky authored
-