[pypy-commit] pypy default: skip these two tests on cli

antocuni noreply at buildbot.pypy.org
Mon Sep 3 10:17:44 CEST 2012


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: 
Changeset: r57091:8c7a6810dd0c
Date: 2012-09-03 10:17 +0200
http://bitbucket.org/pypy/pypy/changeset/8c7a6810dd0c/

Log:	skip these two tests on cli

diff --git a/pypy/translator/cli/test/test_unicode.py b/pypy/translator/cli/test/test_unicode.py
--- a/pypy/translator/cli/test/test_unicode.py
+++ b/pypy/translator/cli/test/test_unicode.py
@@ -24,3 +24,9 @@
 
     def test_strformat_unicode_arg(self):
         py.test.skip('fixme!')
+
+    def test_unicode_decode(self):
+        py.test.skip('fixme!')
+
+    def test_unicode_encode(self):
+        py.test.skip('fixme!')


More information about the pypy-commit mailing list