mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 746534 - events/test_selects.html causes crashes or hangs on OS X, disable
This commit is contained in:
parent
082ba95e0c
commit
dcb06b8f49
@ -28,6 +28,13 @@
|
||||
|
||||
function doTests()
|
||||
{
|
||||
// Bug 746534 - File causes crash or hang on OS X
|
||||
if (MAC) {
|
||||
todo(false, "Bug 746534 - test file causes crash or hang on OS X");
|
||||
SimpleTest.finish();
|
||||
return;
|
||||
}
|
||||
|
||||
gQueue = new eventQueue();
|
||||
|
||||
// first item is focused until there's selection
|
||||
|
Loading…
Reference in New Issue
Block a user