support/testing: remove TestGdbArc

The Arc specific gdb version was removed by commit [1]
but we still have the TestGdbArc that was testing this
version of gdb.

We can now safely remove TestGdbArc.

[1] 0b3d526226

Signed-off-by: Romain Naour <romain.naour@smile.fr>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit 2f6b34f851)
Signed-off-by: Titouan Christophe <titouan.christophe@mind.be>
This commit is contained in:
Romain Naour
2026-08-19 18:24:06 +02:00
committed by Titouan Christophe
parent d446361292
commit 424d201ab6

View File

@@ -89,19 +89,3 @@ class TestGdbFullTarget(BaseGdb):
def test_run(self):
self.boot()
self.verify_gdb()
class TestGdbArc(BaseGdb):
config = \
"""
BR2_arcle=y
BR2_archs38=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_PACKAGE_HOST_GDB=y
BR2_PACKAGE_GDB=y
BR2_PACKAGE_GDB_SERVER=y
BR2_PACKAGE_GDB_DEBUGGER=y
"""
def test_run(self):
self.verify_host_gdb("arc-linux")