tests: Update test suite to be compatible with CPython 3.6.

CPython 3.6 has a few changes that, when run on uPy's test suite, give a
different output to CPython 3.5.  uPy currently officially supports the
3.4 language definition, but it's useful to be able to run the test suite
with 3.4/3.5/3.6 versions of CPython.  This patch makes such changes to
support 3.6.
This commit is contained in:
Damien George
2017-01-09 00:19:01 +11:00
parent 5653e3c72f
commit 65cadbeb9d
3 changed files with 7 additions and 8 deletions

View File

@@ -5,5 +5,7 @@ None
1
SyntaxError
SyntaxError
SyntaxError
SyntaxError
3.4
3 4