[ create a new paste ] login | about

Link: http://codepad.org/ExZHL1iT    [ raw code | fork ]

Plain Text, pasted on Oct 1:
cd work/Python-3.3.0/portbld.static/ && ./python ../Tools/scripts/run_tests.py -u all -j 1 -W -q

clang (base):

======================================================================
FAIL: test_doubleresult (ctypes.test.test_functions.FunctionTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/koobs/redports/lang/python33/work/Python-3.3.0/Lib/ctypes/test/test_functions.py", line 143, in test_doubleresult
    self.assertEqual(result, -21)
AssertionError: 65771.0 != -21

======================================================================
FAIL: test_floatresult (ctypes.test.test_functions.FunctionTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/koobs/redports/lang/python33/work/Python-3.3.0/Lib/ctypes/test/test_functions.py", line 131, in test_floatresult
    self.assertEqual(result, -21)
AssertionError: 65771.0 != -21

======================================================================
FAIL: test_intresult (ctypes.test.test_functions.FunctionTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/koobs/redports/lang/python33/work/Python-3.3.0/Lib/ctypes/test/test_functions.py", line 105, in test_intresult
    self.assertEqual(result, -21)
AssertionError: 65771 != -21

======================================================================
FAIL: test_longdoubleresult (ctypes.test.test_functions.FunctionTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/koobs/redports/lang/python33/work/Python-3.3.0/Lib/ctypes/test/test_functions.py", line 155, in test_longdoubleresult
    self.assertEqual(result, -21)
AssertionError: 65771.0 != -21

======================================================================
FAIL: test_byte (ctypes.test.test_cfuncs.CFunctions)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/koobs/redports/lang/python33/work/Python-3.3.0/Lib/ctypes/test/test_cfuncs.py", line 20, in test_byte
    self.assertEqual(self._dll.tf_b(-126), -42)
AssertionError: 43 != -42

======================================================================
FAIL: test_byte_plus (ctypes.test.test_cfuncs.CFunctions)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/koobs/redports/lang/python33/work/Python-3.3.0/Lib/ctypes/test/test_cfuncs.py", line 26, in test_byte_plus
    self.assertEqual(self._dll.tf_bb(0, -126), -42)
AssertionError: 43 != -42

======================================================================
FAIL: test_short (ctypes.test.test_cfuncs.CFunctions)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/koobs/redports/lang/python33/work/Python-3.3.0/Lib/ctypes/test/test_cfuncs.py", line 44, in test_short
    self.assertEqual(self._dll.tf_h(-32766), -10922)
AssertionError: 10923 != -10922

======================================================================
FAIL: test_short_plus (ctypes.test.test_cfuncs.CFunctions)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/koobs/redports/lang/python33/work/Python-3.3.0/Lib/ctypes/test/test_cfuncs.py", line 50, in test_short_plus
    self.assertEqual(self._dll.tf_bh(0, -32766), -10922)
AssertionError: 10923 != -10922

----------------------------------------------------------------------
Ran 343 tests in 0.421s

FAILED (failures=8, skipped=1)
test test_ctypes failed


======================================================================
FAIL: test_sysconfig_compiler_vars (distutils.tests.test_sysconfig.SysconfigTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/koobs/redports/lang/python33/work/Python-3.3.0/Lib/distutils/tests/test_sysconfig.py", line 154, in test_sysconfig_compiler_vars
    self.assertEqual(global_sysconfig.get_config_var('LDSHARED'), sysconfig.get_config_var('LDSHARED'))
AssertionError: 'clang -shared -pthread  -pthread' != 'clang -shared -pthread'
- clang -shared -pthread  -pthread
?              ----------
+ clang -shared -pthread


======================================================================
FAIL: test_sysconfig_module (distutils.tests.test_sysconfig.SysconfigTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/koobs/redports/lang/python33/work/Python-3.3.0/Lib/distutils/tests/test_sysconfig.py", line 132, in test_sysconfig_module
    self.assertEqual(global_sysconfig.get_config_var('CFLAGS'), sysconfig.get_config_var('CFLAGS'))
AssertionError: '-Wno-unused-result -DNDEBUG -O2 -pipe  -fno-strict-aliasing -O2 -pipe  -fno-str [truncated]... != '-Wno-unused-result -DNDEBUG -O2 -pipe  -fno-strict-aliasing -O2 -pipe  -fno-str [truncated]...
- -Wno-unused-result -DNDEBUG -O2 -pipe  -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing
?                                                                      --------------------------------
+ -Wno-unused-result -DNDEBUG -O2 -pipe  -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing


----------------------------------------------------------------------
Ran 186 tests in 0.986s

FAILED (failures=2, skipped=11)
test test_distutils failed


======================================================================
FAIL: test_create_connection (test.test_socket.NetworkConnectionNoServer)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/koobs/redports/lang/python33/work/Python-3.3.0/Lib/test/test_socket.py", line 4101, in test_create_connection
    self.assertEqual(cm.exception.errno, errno.ECONNREFUSED)
AssertionError: None != 61

----------------------------------------------------------------------
Ran 479 tests in 26.031s

FAILED (failures=1, skipped=103)
test test_socket failed
3 tests failed:
    test_ctypes test_distutils test_socket
2 tests altered the execution environment:
    test_capi test_ssl



Create a new paste based on this one


Comments: