Status: Valid
Owner: ----
Labels: Type-Defect Priority-Medium Testing WrongResult

New issue 3990 by [email protected]: The --enhance-asserts option to bin/test gives the wrong line numbers
http://code.google.com/p/sympy/issues/detail?id=3990

$./bin/test _risch -E
==================================================================== test process starts ===================================================================== executable: /Users/aaronmeurer/anaconda3/bin/python (3.3.2-final-0) [CPython]
architecture:       64-bit
cache:              yes
ground types:       python
random seed:        95992403
hash randomization: on (PYTHONHASHSEED=3490253015)

sympy/integrals/tests/test_risch.py[31] ..............F................ [FAIL]

______________________________________________________________________________________________________________________________________________________________
___________________________________ sympy/integrals/tests/test_risch.py:test_integrate_hyperexponential_returns_piecewise ____________________________________ File "/users/aaronmeurer/documents/python/sympy/sympy/sympy/integrals/tests/test_risch.py", line 1879, in test_integrate_hyperexponential_returns_piecewise
AssertionError:
(Piecewise((y, log(x) == 0), (exp(y*log(x))/log(x), True)), z, True) ==
Piecewise((y, log(x) == 0), (exp(x*log(y))/log(x), True))

==================================================== tests finished: 30 passed, 1 failed, in 7.05 seconds ====================================================
DO *NOT* COMMIT!
sympyrisch_subs*$%$./bin/test _risch
==================================================================== test process starts ===================================================================== executable: /Users/aaronmeurer/anaconda3/bin/python (3.3.2-final-0) [CPython]
architecture:       64-bit
cache:              yes
ground types:       python
random seed:        44063473
hash randomization: on (PYTHONHASHSEED=1520260627)

sympy/integrals/tests/test_risch.py[31] ..............F................ [FAIL]

______________________________________________________________________________________________________________________________________________________________
___________________________________ sympy/integrals/tests/test_risch.py:test_integrate_hyperexponential_returns_piecewise ____________________________________ File "/users/aaronmeurer/documents/python/sympy/sympy/sympy/integrals/tests/test_risch.py", line 344, in test_integrate_hyperexponential_returns_piecewise
    Eq(log(x), 0)), (exp(log(y)*x)/log(x), True), z, True))
AssertionError

==================================================== tests finished: 30 passed, 1 failed, in 6.91 seconds ====================================================
DO *NOT* COMMIT!

The 344 line number is the correct one.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sympy-issues.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to