From 6c965dbe21d08c9bb3917ec631bfc8cba5eaa8a3 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Fri, 1 Sep 2017 09:19:24 -0500 Subject: [PATCH] game.input: This test fails on Windows machines without mice. Disable for now --- basis/game/input/input-tests.factor | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/basis/game/input/input-tests.factor b/basis/game/input/input-tests.factor index 8cd3daa1d7..22c0b20dda 100644 --- a/basis/game/input/input-tests.factor +++ b/basis/game/input/input-tests.factor @@ -2,7 +2,9 @@ USING: ui game.input tools.test kernel system threads calendar combinators.short-circuit ; 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 [ ] [ 1 seconds sleep ] unit-test [ ] [ close-game-input ] unit-test