[Python-bugs-list] [ python-Bugs-232786 ] 2.1a2 "make test" failures under Solaris 8

nobody nobody@sourceforge.net
Wed, 28 Feb 2001 12:19:11 -0800


Bugs #232786, was updated on 2001-02-16 16:58
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=232786&group_id=5470

Category: Unicode
Group: None
Status: Open
Priority: 5
Submitted By: Mark Favas
Assigned to: M.-A. Lemburg
Summary: 2.1a2 "make test" failures under Solaris 8

Initial Comment:
Platform: SunOS asafoetida 5.8 Generic_108528-04 sun4u sparc SUNW,Ultra-60
(actually a Sun 220 rackmount server)
Compiler: gcc version 2.95.2 19991024 (release)
2.1a2: CVS version from Feb 16

"make test" produces (inter alia):

test_sunaudiodev
test test_sunaudiodev failed -- (2, 'No such file or directory', '/dev/audio')
--- This is probably OK, since the platform is a server, and setup.py uses only the test "if platform == 'sunos5':" to decide to compile the sunaudiodev extension. Maybe it should also test for /dev/audio existence?

test_ucn
test test_ucn crashed -- exceptions.AssertionError: failed to raise an exception
 when given a bogus character name

Running this test manually produces:
./python Lib/test/test_ucn.py
Testing General Unicode Character Name, and case insensitivity... done.
Testing name to code mapping.... done.
Testing code to name mapping for all characters.... done.
Found 10538 characters in the unicode name database
Testing misc. symbols for unicode character name expansion.... done.
Testing unicode character name expansion strict error handling....
Traceback (most recent call last):
  File "Lib/test/test_ucn.py", line 90, in ?
    raise AssertionError, "failed to raise an exception when given a bogus character name"
AssertionError: failed to raise an exception when given a bogus character name



----------------------------------------------------------------------

Comment By: Fred L. Drake, Jr.
Date: 2001-02-28 12:19

Message:
Logged In: YES 
user_id=3066

Marc-Andre, can you look at the Unicode part of this?

I don't know what the right thing to do about the /dev/audio issue is, so if anyone can advise us on that we'd appreciate it.

----------------------------------------------------------------------

Comment By: Mark Favas
Date: 2001-02-18 23:17

Message:
The test_ucn bug has been fixed by /F, after a subsequent report of failure on OpenVMS (bug id 132817, Feb 17).

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=232786&group_id=5470