summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2023-12-16 13:11:57 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-12-16 13:12:42 +0000
commit26edf895615bcb082a7bdf5ba875fdf5e3bdac52 (patch)
tree09817422aec3d4efa3f998df20dffd9f2b9bcb52 /meta/lib/oeqa/selftest
parentff7aba28f7071a787ed3c0b230139512bf05f86a (diff)
downloadpoky-26edf895615bcb082a7bdf5ba875fdf5e3bdac52.tar.gz
oeqa/sstatetests: Disable gcc source printdiff test for now
There are some issues with the printdiff code this has identified, disable the test for now until we have patches to resolve them. (From OE-Core rev: 436766983568a8bddc4b9ffa28dc656bf4bf67c1) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/selftest')
-rw-r--r--meta/lib/oeqa/selftest/cases/sstatetests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/sstatetests.py b/meta/lib/oeqa/selftest/cases/sstatetests.py
index 795cd5bd85..e6f3b03c82 100644
--- a/meta/lib/oeqa/selftest/cases/sstatetests.py
+++ b/meta/lib/oeqa/selftest/cases/sstatetests.py
@@ -840,7 +840,7 @@ do_install:append() {
840expected_sametmp_output, expected_difftmp_output) 840expected_sametmp_output, expected_difftmp_output)
841 841
842 # Check if changes to gcc-source (which uses tmp/work-shared) are correctly discovered 842 # Check if changes to gcc-source (which uses tmp/work-shared) are correctly discovered
843 def test_gcc_runtime_vs_gcc_source(self): 843 def _test_gcc_runtime_vs_gcc_source(self):
844 gcc_source_pn = 'gcc-source-%s' % get_bb_vars(['PV'], 'gcc')['PV'] 844 gcc_source_pn = 'gcc-source-%s' % get_bb_vars(['PV'], 'gcc')['PV']
845 845
846 expected_output = ("Task {}:do_preconfigure couldn't be used from the cache because:".format(gcc_source_pn), 846 expected_output = ("Task {}:do_preconfigure couldn't be used from the cache because:".format(gcc_source_pn),