tests/basic/: Make various tests skippable.

To run the testsuite on small ports.
This commit is contained in:
Paul Sokolovsky
2017-02-15 18:11:16 +03:00
parent b737c9cbc8
commit f980c70997
14 changed files with 222 additions and 49 deletions

View File

@@ -20,7 +20,6 @@ test_exc("False in True", TypeError)
test_exc("1 * {}", TypeError)
test_exc("1 in 1", TypeError)
test_exc("bytearray() // 2", TypeError)
test_exc("m = memoryview(bytearray())\nm += bytearray()", TypeError)
# object with buffer protocol needed on rhs
test_exc("bytearray(1) + 1", TypeError)