Skip to content

Commit

Permalink
ignore failing unit tests on hl
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli committed May 15, 2024
1 parent d2f3ae2 commit 8fa2a88
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,8 @@ class FlxActionInputAnalogTest extends FlxTest

testInputStates(test, clear, move, [pos1, pos2, pos3, pos4], axis, a, b, c, d, callbacks);
}


#if hl @Ignore("makeFakeGamepad is failing on Hashlink #3140") #end
@Test
function testGamepad()
{
Expand Down
12 changes: 8 additions & 4 deletions tests/unit/src/flixel/input/actions/FlxActionInputDigitalTest.hx
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,8 @@ class FlxActionInputDigitalTest extends FlxTest
gamepad.update();
}
#end


#if hl @Ignore("makeFakeGamepad is failing on Hashlink #3140") #end
@Test
function testFlxGamepad()
{
Expand All @@ -454,7 +455,8 @@ class FlxActionInputDigitalTest extends FlxTest
t.assertTrue(btn + ".release2.value");
}
}


#if hl @Ignore("makeFakeGamepad is failing on Hashlink #3140") #end
@Test
function testFlxGamepadAny()
{
Expand All @@ -478,7 +480,8 @@ class FlxActionInputDigitalTest extends FlxTest
t.assertTrue(btn + ".any.release2.value");
}
}


#if hl @Ignore("makeFakeGamepad is failing on Hashlink #3140") #end
@Test
function testFlxGamepadCallbacks()
{
Expand Down Expand Up @@ -510,7 +513,8 @@ class FlxActionInputDigitalTest extends FlxTest
}
}
}


#if hl @Ignore("makeFakeGamepad is failing on Hashlink #3140") #end
@Test
function testFlxGamepadAnyCallbacks()
{
Expand Down
3 changes: 2 additions & 1 deletion tests/unit/src/flixel/input/actions/FlxActionManagerTest.hx
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,8 @@ class FlxActionManagerTest extends FlxTest

t.destroy();
}


#if hl @Ignore("makeFakeGamepad is failing on Hashlink #3140") #end
@Test
function testDeviceConnectedDisconnected()
{
Expand Down

0 comments on commit 8fa2a88

Please sign in to comment.