blob: 6896393105ee4c5dc2ce2d19b7c7d1f0a7cfad49 [file] [log] [blame]
Andrew Geissler5f350902021-07-23 13:09:54 -04001Upstream-Status: Backport
2Signed-off-by: Ross Burton <ross.burton@arm.com>
3
4From b1c71f19ea404e74d36ca5b8fbb0484043cdaef3 Mon Sep 17 00:00:00 2001
5From: Ross Burton <ross.burton@arm.com>
6Date: Wed, 30 Jun 2021 11:25:01 +0100
7Subject: [PATCH] tests: mark ul/ul as a known failure
8
9As with ul/basic, this test produces different output when ran under
10different terminals, which isn't very useful.
11
12Set TS_KNOWN_FAIL so that these problems don't cause the test to fail.
13
14Signed-off-by: Ross Burton <ross.burton@arm.com>
15---
16 tests/ts/ul/ul | 3 +++
17 1 file changed, 3 insertions(+)
18
19diff --git a/tests/ts/ul/ul b/tests/ts/ul/ul
20index b856e33db..c707658ac 100755
21--- a/tests/ts/ul/ul
22+++ b/tests/ts/ul/ul
23@@ -20,6 +20,9 @@ ts_init "$*"
24
25 ts_check_test_command "$TS_CMD_UL"
26
27+# This test provides different result on some terminals and virtual machines
28+TS_KNOWN_FAIL="yes"
29+
30 printf "a\x08ab\x5F\x08c\\n\\ttab\\f\\b\\r" |
31 $TS_CMD_UL -t xterm >> $TS_OUTPUT 2>> $TS_ERRLOG
32
33--
342.25.1
35