From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 29 Sep 2017 22:51:36 +0200 Subject: [U-Boot] [PATCH 2/2] video: test: Add ANSI escape sequence tests In-Reply-To: <20170925194511.15872-2-robdclark@gmail.com> References: <20170925194511.15872-1-robdclark@gmail.com> <20170925194511.15872-2-robdclark@gmail.com> Message-ID: <20170929225136.6f90cecf@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 25 Sep 2017 15:45:09 -0400 Rob Clark robdclark at gmail.com wrote: > Signed-off-by: Rob Clark > --- > Not sure if there is a way to inject a -l arg when test.py runs > sanbox somehow, to visually confirm the results? It is not really > possible to do manually since 'echo' command doesn't handle escape > sequences properly. At any rate, efi_console uses all the same > escape sequences, and at least with a 32bpp display they look > correct. > > test/dm/video.c | 34 ++++++++++++++++++++++++++++++++++ > 1 file changed, 34 insertions(+) Applied to u-boot-video/master, thanks! -- Anatolij