[Python-Dev] Summary or failing regression tests...

Fredrik Lundh Fredrik Lundh" <effbot@telia.com
Wed, 26 Jul 2000 01:00:58 +0200


trent wrote:
> Fredrik, are you aware of the test_sre failure on Win32? Am I doing =
something
> wrong to be getting this?

>    Traceback (most recent call last):
>      File "..\Lib\test\test_sre.py", line 124, in ?
>        raise TestFailed, "symbolic reference"
>    test_support.TestFailed: symbolic reference

hmm.  *I* don't get that error (Win32, MSVC 5.0).  If everything
works as it should, test_re and test_sre should produce what's in
output/test_s?re

does anyone else see this error on Linux?

</F>