Status: Accepted
Owner: ----
Labels: Type-Defect Priority-High

New issue 2648 by [email protected]: Test failures in master
http://code.google.com/p/sympy/issues/detail?id=2648

After pulling in most recent changes (HEAD = d377470de864ca67486a90290e167a8be03c94ea) I get:


$ bin/test sympy/core
=============================================================================== test process starts ===============================================================================
executable:   /usr/bin/python  (2.6.6-final-0)
architecture: 64-bit
cache:        yes
ground types: gmpy
random seed:  82985075

sympy/core/tests/test_arit.py[48] ...f..........................................F. [FAIL] sympy/core/tests/test_assumptions.py[28] ............................ [OK] sympy/core/tests/test_basic.py[10] .......... [OK] sympy/core/tests/test_cache.py[1] . [OK] sympy/core/tests/test_complex.py[13] ............. [OK] sympy/core/tests/test_containers.py[6] ...... [OK] sympy/core/tests/test_count_ops.py[2] .. [OK] sympy/core/tests/test_diff.py[6] ...... [OK] sympy/core/tests/test_equal.py[6] ...... [OK] sympy/core/tests/test_eval.py[8] .....f.. [OK] sympy/core/tests/test_eval_power.py[13] ............. [OK] sympy/core/tests/test_evalf.py[25] ......................... [OK] sympy/core/tests/test_expand.py[6] ...... [OK] sympy/core/tests/test_expr.py[59] ........................................................... [OK] sympy/core/tests/test_exprtools.py[4] ..FF [FAIL] sympy/core/tests/test_facts.py[11] ........... [OK] sympy/core/tests/test_functions.py[39] .....ff................................ [OK] sympy/core/tests/test_logic.py[11] ........... [OK] sympy/core/tests/test_match.py[26] ...f...................... [OK] sympy/core/tests/test_numbers.py[47] ............................................... [OK] sympy/core/tests/test_operations.py[4] .... [OK] sympy/core/tests/test_priority.py[5] ..... [OK] sympy/core/tests/test_relational.py[7] ....... [OK] sympy/core/tests/test_sets.py[24] ........................ [OK] sympy/core/tests/test_subs.py[30] .............................. [OK] sympy/core/tests/test_symbol.py[9] ..../home/mateusz/repo/git/sympy/sympy/utilities/runtests.py:1265: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  message = getattr(v, 'msg', getattr(v, 'message', ''))
X.... [OK] sympy/core/tests/test_sympify.py[30] ...f.......................... [OK] sympy/core/tests/test_truediv.py[3] ... [OK] sympy/core/tests/test_var.py[5] ..... [OK]

__________________________________________________________________________________ xpassed tests __________________________________________________________________________________
sympy/core/tests/test_symbol.py: test_symbols_each_char

___________________________________________________________________________________________________________________________________________________________________________________
________________________________________________________________ sympy/core/tests/test_arit.py:test_Add_primitive _________________________________________________________________ File "/home/mateusz/repo/git/sympy/sympy/core/tests/test_arit.py", line 1190, in test_Add_primitive
    assert (3*x + 6).primitive() == (3, x + 2)
AssertionError
___________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________ sympy/core/tests/test_exprtools.py:test_Term ___________________________________________________________________ File "/home/mateusz/repo/git/sympy/sympy/core/tests/test_exprtools.py", line 72, in test_Term assert Term((2*x + 2)*(3*x + 6)**2) == Term(18, Factors({x + 1: 1, x + 2: 2}), Factors({}))
AssertionError
___________________________________________________________________________________________________________________________________________________________________________________
________________________________________________________________ sympy/core/tests/test_exprtools.py:test_gcd_terms ________________________________________________________________ File "/home/mateusz/repo/git/sympy/sympy/core/tests/test_exprtools.py", line 77, in test_gcd_terms
    assert _gcd_terms(f) == ((S(6)/5)*((1 + x)/(1 + x**2)), 5 + x, 1)
AssertionError

==================================== tests finished: 476 passed, 3 failed, 6 expected to fail, 1 expected to fail but passed, in 4.02 seconds =====================================
DO *NOT* COMMIT!


--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to