diff options
author | Austin English <wizardedit@gentoo.org> | 2016-04-06 16:36:28 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-04-06 16:38:18 -0500 |
commit | 0fe947962912fa7047d766557fe1f19ff09caed0 (patch) | |
tree | 909ce5413fc154facbecca172f2a0fc071778735 /dev-python/python-spidermonkey/files | |
parent | games-kids/tuxmath: version bump (diff) | |
download | gentoo-0fe947962912fa7047d766557fe1f19ff09caed0.tar.gz gentoo-0fe947962912fa7047d766557fe1f19ff09caed0.tar.bz2 gentoo-0fe947962912fa7047d766557fe1f19ff09caed0.zip |
dev-python/python-spidermonkey: add python-spidermonkey-0.0.10
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-python/python-spidermonkey/files')
-rw-r--r-- | dev-python/python-spidermonkey/files/python-spidermonkey-0.0.10-tests.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-python/python-spidermonkey/files/python-spidermonkey-0.0.10-tests.patch b/dev-python/python-spidermonkey/files/python-spidermonkey-0.0.10-tests.patch new file mode 100644 index 000000000000..fca5fdd3d79c --- /dev/null +++ b/dev-python/python-spidermonkey/files/python-spidermonkey-0.0.10-tests.patch @@ -0,0 +1,12 @@ +diff --git a/tests/test-syntax-error.py b/tests/test-syntax-error.py +index ab14deb..78fc0ed 100644 +--- a/tests/test-syntax-error.py ++++ b/tests/test-syntax-error.py +@@ -9,7 +9,3 @@ import traceback + def test_syntax_error(cx): + t.raises(t.JSError, cx.execute, "function(asdf;") + +-@t.cx() +-def test_invalid_octal(cx): +- t.raises(t.JSError, cx.execute, "09;") +- |