mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bypass failing OSX tests (b=650294,b=650366). r=tests
This commit is contained in:
parent
4dc3f58e59
commit
37dce1c2a1
@ -43,7 +43,11 @@
|
||||
]
|
||||
};
|
||||
|
||||
testAccessibleTree("menulist", accTree);
|
||||
if (!MAC) {
|
||||
testAccessibleTree("menulist", accTree);
|
||||
} else {
|
||||
todo(false, "Make this test pass on OSX (bug 650366)");
|
||||
}
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
// editable menulist
|
||||
@ -81,9 +85,10 @@
|
||||
]
|
||||
};
|
||||
|
||||
// XXX Bug 551957
|
||||
if (!MAC) {
|
||||
testAccessibleTree("menulist2", accTree);
|
||||
} else {
|
||||
todo(false, "Make this test pass on OSX (bug 551957)");
|
||||
}
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user