Bug 46855 - systemBeep() still beeps when run in DumpRenderTree
Summary: systemBeep() still beeps when run in DumpRenderTree
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-29 16:49 PDT by Eric Seidel (no email)
Modified: 2017-07-18 08:29 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2010-09-29 16:49:06 PDT
systemBeep() still beeps when run in DumpRenderTree

We should find some way to make it not beep.  Ideally it should log instead.

Sound* is where systemBeep() is implemented.  It's a static function, so it doesn't seem like there is a very good way to find out that we're running inside DumpRenderTree.

This is very annoying when I'm running the layout tests in the background and doing other things with my computer.
Comment 1 Eric Seidel (no email) 2010-09-29 18:23:07 PDT
editing/execCommand/paste-and-match-style-event.html

is one of the beeping tests.
Comment 2 Eric Seidel (no email) 2010-09-29 18:25:39 PDT
editing/pasteboard/copy-in-password-field.html

is another beeping test.