Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_ossaudiodev fails #47596

Closed
donmez mannequin opened this issue Jul 12, 2008 · 4 comments
Closed

test_ossaudiodev fails #47596

donmez mannequin opened this issue Jul 12, 2008 · 4 comments
Labels
tests Tests in the Lib/test dir

Comments

@donmez
Copy link
Mannequin

donmez mannequin commented Jul 12, 2008

BPO 3346

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2008-07-18.16:11:44.395>
created_at = <Date 2008-07-12.10:24:50.630>
labels = ['tests']
title = 'test_ossaudiodev fails'
updated_at = <Date 2008-07-18.16:11:44.394>
user = 'https://bugs.python.org/donmez'

bugs.python.org fields:

activity = <Date 2008-07-18.16:11:44.394>
actor = 'benjamin.peterson'
assignee = 'none'
closed = True
closed_date = <Date 2008-07-18.16:11:44.395>
closer = 'benjamin.peterson'
components = ['Tests']
creation = <Date 2008-07-12.10:24:50.630>
creator = 'donmez'
dependencies = []
files = []
hgrepos = []
issue_num = 3346
keywords = []
message_count = 4.0
messages = ['69582', '69643', '69644', '69957']
nosy_count = 1.0
nosy_names = ['donmez']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue3346'
versions = ['Python 3.0']

@donmez
Copy link
Mannequin Author

donmez mannequin commented Jul 12, 2008

This is a rather new regression:

test_ossaudiodev
test test_ossaudiodev failed -- Traceback (most recent call last):
  File "/home/cartman/Sources/py3k/Lib/test/test_ossaudiodev.py", line
146, in test_playback
    self.play_sound_file(*sound_info)
  File "/home/cartman/Sources/py3k/Lib/test/test_ossaudiodev.py", line
66, in play_sound_file
    setattr(dsp, attr, 42)
AttributeError: 'ossaudiodev.oss_audio_device' object has no attribute
'closed'

@donmez donmez mannequin added the tests Tests in the Lib/test dir label Jul 12, 2008
@donmez
Copy link
Mannequin Author

donmez mannequin commented Jul 14, 2008

Works with today's SVN, please close as invalid.

@donmez
Copy link
Mannequin Author

donmez mannequin commented Jul 14, 2008

Scratch that, it still fails in the second phase of make testall with
the same error.

@donmez
Copy link
Mannequin Author

donmez mannequin commented Jul 18, 2008

Works fine in beta2.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Tests in the Lib/test dir
Projects
None yet
Development

No branches or pull requests

1 participant