summaryrefslogtreecommitdiff
path: root/tests/test_arcs.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-01-14 13:22:36 -0500
committerNed Batchelder <ned@nedbatchelder.com>2017-01-14 13:22:36 -0500
commit04beb40df71bd0c3774f44016bfc85389319ef7f (patch)
tree6e38fa1a45d15d13fb703e7e41c313734dc230a1 /tests/test_arcs.py
parentef13e807a709ad0cda9c0f51b4e43894dc735ecb (diff)
downloadpython-coveragepy-git-04beb40df71bd0c3774f44016bfc85389319ef7f.tar.gz
More Jython test fixes/skips
Diffstat (limited to 'tests/test_arcs.py')
-rw-r--r--tests/test_arcs.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_arcs.py b/tests/test_arcs.py
index d9b77dce..eaa57e66 100644
--- a/tests/test_arcs.py
+++ b/tests/test_arcs.py
@@ -1101,6 +1101,9 @@ class MiscArcTest(CoverageTest):
)
def test_pathologically_long_code_object(self):
+ if env.JYTHON:
+ self.skipTest("Bytecode concerns are irrelevant on Jython")
+
# https://bitbucket.org/ned/coveragepy/issue/359
# The structure of this file is such that an EXTENDED_ARG bytecode is
# needed to encode the jump at the end. We weren't interpreting those