Can someone explain, why this test is "expected to fail"?

https://github.com/fricas/fricas/blob/master/src/input/bugs2007.input#L45

Why is there "xftestEquals" instead of just "testNotEquals"?

 strNoPole := "noPole"
xftestEquals(_
  "eval(integrate(1/(a+x^4),x=0..%plusInfinity, strNoPole), a=1)", _
  "integrate(1/(1+x^4),x=0..%plusInfinity)")

In fact, I would rather want the results to be equal, i.e. "testEquals".

Looks like this testcase is making sure that the bug stays in FriCAS.
Am I missing something?

Ralf

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" 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/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to