tests: mark ul/ul as a known failure

As with ul/basic, this test produces different output when ran under
different terminals, which isn't very useful.

Set TS_KNOWN_FAIL so that these problems don't cause the test to fail.

Signed-off-by: Ross Burton <ross.burton@arm.com>
This commit is contained in:
Ross Burton 2021-06-30 11:25:01 +01:00 committed by Karel Zak
parent 89379c88db
commit 6269a5fc0d
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@ ts_init "$*"
ts_check_test_command "$TS_CMD_UL"
# This test provides different result on some terminals and virtual machines
TS_KNOWN_FAIL="yes"
printf "a\x08ab\x5F\x08c\\n\\ttab\\f\\b\\r" |
$TS_CMD_UL -t xterm >> $TS_OUTPUT 2>> $TS_ERRLOG