From 245cfd85715a9587ccb0e5b9c6d4b8f628593955 Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Mon, 6 Mar 2017 16:51:57 +0100 Subject: [PATCH] input_filter.run: omit char-repeat test on Qemu Apparently, the character-repeat test is too timing-sensitive to run reliably on Qemu. --- repos/os/run/input_filter.run | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/repos/os/run/input_filter.run b/repos/os/run/input_filter.run index a13a6ee37..3730f6f62 100644 --- a/repos/os/run/input_filter.run +++ b/repos/os/run/input_filter.run @@ -1,3 +1,12 @@ +proc test_char_repeat { } { + + # the character-repeat test is too timing sensitive to run reliably on + # Qemu + if {[have_include "power_on/qemu"]} { return 0 } + + return 1 +} + # # Build # @@ -183,8 +192,9 @@ append config { - + } +append_if [test_char_repeat] config { @@ -214,9 +224,9 @@ append config { - - + } +append config {