]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
gcc-testsuite: Fix test failures with output pattern due to ssh warning.
authorHarish Sadineni <Harish.Sadineni@windriver.com>
Fri, 22 Aug 2025 07:12:27 +0000 (00:12 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Aug 2025 16:46:38 +0000 (17:46 +0100)
commit08200d7ac9d96996dbc1f913bcc0c8bee13592f8
tree83e5f6a313ccd88996ed552e652e7256d4e9f362
parent745eedb1afcb4f8e28ca560ae41d3297bb63cdd4
gcc-testsuite: Fix test failures with output pattern due to ssh warning.

when running oe-selftest for gcc some of the output pattern matchng test cases
were getting failed due to below issue.

Output line 1 was:
Warning: Permanently added '192.168.7
Should match (from /poky/poky/build-st/tmp/work-shared/gcc-15.1.0-r0/sources/
gcc-15.1.0/gcc/testsuite/gcc.dg/dg-output-file-1-lp64.txt):
This is a test output for lp64 target
Failed test for output line 1 This is a test output for lp64 target

Signed-off-by: Harish Sadineni <Harish.Sadineni@windriver.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
meta/recipes-devtools/gcc/gcc-testsuite.inc