[ros-bugs] [Bug 3587] New: test_complex.py fails with Python 2.3.5

ReactOS.Bugzilla at www.reactos.org ReactOS.Bugzilla at www.reactos.org
Fri Jul 25 19:25:01 CEST 2008


http://www.reactos.org/bugzilla/show_bug.cgi?id=3587

           Summary: test_complex.py fails  with Python 2.3.5
           Product: ReactOS
           Version: TRUNK
          Platform: QEmu
        OS/Version: ReactOS
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: Win32
        AssignedTo: ros-bugs at reactos.org
        ReportedBy: jeanmichel.123 at free.Fr
         QAContact: ros-bugs at reactos.org


On r347xx, with Python 2.3.5
I modified linecache.py, to make getlines return [] to not have a crash when
test fails.

Then I launched test_complex.py
All tests are okay, but 3: test_pow, test_abs, test_repr for complex
For those tests, first array contains .0 when second one contains some 0.0

The two first might be related to convention call from stubs.c from msvcrt.dll

test_repr says that 1 + 6j differs from 16j.

Failing test is:
 self.assertEqual(repr(1+6j), '(1+6j)')


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the Ros-bugs mailing list