game.input: This test fails on Windows machines without mice. Disable
for nowfactor-shell
parent
9a2af5a312
commit
6c965dbe21
|
@ -2,7 +2,9 @@ USING: ui game.input tools.test kernel system threads calendar
|
||||||
combinators.short-circuit ;
|
combinators.short-circuit ;
|
||||||
IN: game.input.tests
|
IN: game.input.tests
|
||||||
|
|
||||||
os { [ windows? ] [ macosx? ] } 1|| [
|
! os { [ windows? ] [ macosx? ] } 1|| [
|
||||||
|
! This test only works if a mouse is present. Issue #1844
|
||||||
|
os { [ macosx? ] } 1|| [
|
||||||
[ ] [ open-game-input ] unit-test
|
[ ] [ open-game-input ] unit-test
|
||||||
[ ] [ 1 seconds sleep ] unit-test
|
[ ] [ 1 seconds sleep ] unit-test
|
||||||
[ ] [ close-game-input ] unit-test
|
[ ] [ close-game-input ] unit-test
|
||||||
|
|
Loading…
Reference in New Issue