tools: Drop fragile golden tests that work on x86 but not arm
This commit is contained in:
parent
410666e0b0
commit
2b5b7f7fe9
1 changed files with 0 additions and 6 deletions
|
|
@ -107,12 +107,6 @@ class ToolsTestCase(unittest.TestCase):
|
||||||
def test_c_syntax_gcc(self):
|
def test_c_syntax_gcc(self):
|
||||||
self._test_tool(tools.c_syntax_gcc, [("hello.c", tools.Status.ok)])
|
self._test_tool(tools.c_syntax_gcc, [("hello.c", tools.Status.ok)])
|
||||||
|
|
||||||
def test_objdump_headers(self):
|
|
||||||
self._test_tool(tools.objdump_headers, [("rotatingtree.o", tools.Status.ok)])
|
|
||||||
|
|
||||||
def test_objdump_disassemble(self):
|
|
||||||
self._test_tool(tools.objdump_disassemble, [("rotatingtree.o", tools.Status.problem)])
|
|
||||||
|
|
||||||
def test_readelf(self):
|
def test_readelf(self):
|
||||||
self._test_tool(tools.readelf, [("rotatingtree.o", tools.Status.ok)])
|
self._test_tool(tools.readelf, [("rotatingtree.o", tools.Status.ok)])
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue