mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
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]0b3d526226Signed-off-by: Romain Naour <romain.naour@smile.fr> Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commit2f6b34f851) Signed-off-by: Titouan Christophe <titouan.christophe@mind.be>
This commit is contained in:
committed by
Titouan Christophe
parent
bc5042f1d1
commit
db5ee9b746
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user