diff options
| author | Drashna Jaelre <drashna@live.com> | 2022-11-11 18:11:50 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-12 02:11:50 +0000 |
| commit | 1caedd10c45adef49724f5aa0967e23286f4dd38 (patch) | |
| tree | 5a7c10ac0be1ec4e4fb1b8307173add18e78b577 /tests/basic | |
| parent | 092228571c40a31d88940055b4d2fa749f135314 (diff) | |
Don't clear keys on layer change unless STRICT_LAYER_RELEASE is enabled (#18577)
* Don't clear mousekeys unless clearing keys
* Revert "Don't clear mousekeys unless clearing keys"
This reverts commit 29a0c06b547d72b80d416a8b6fab478c77fbd247.
* Just don't clear anything on layer set
* Fix lint
* Enable test?
Diffstat (limited to 'tests/basic')
| -rw-r--r-- | tests/basic/test_action_layer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/basic/test_action_layer.cpp b/tests/basic/test_action_layer.cpp index fa339a3375..d0a28d42c0 100644 --- a/tests/basic/test_action_layer.cpp +++ b/tests/basic/test_action_layer.cpp | |||
| @@ -360,7 +360,6 @@ TEST_F(ActionLayer, LayerTapToggleWithToggleWithKeypress) { | |||
| 360 | } | 360 | } |
| 361 | 361 | ||
| 362 | TEST_F(ActionLayer, LayerTapReleasedBeforeKeypressReleaseWithModifiers) { | 362 | TEST_F(ActionLayer, LayerTapReleasedBeforeKeypressReleaseWithModifiers) { |
| 363 | GTEST_SKIP() << "TODO: Modifiers are erroneously discarded on layer changes, although a key that introduced the modifier is still held."; | ||
| 364 | TestDriver driver; | 363 | TestDriver driver; |
| 365 | InSequence s; | 364 | InSequence s; |
| 366 | 365 | ||
