From 9632e23aa6c38f7ad69831145f397cda4deb2654 Mon Sep 17 00:00:00 2001
From: pompolic <pompolic@special-circumstanc.es>
Date: Tue, 21 Feb 2023 20:19:49 +0100
Subject: [PATCH] Explicitly add and skip a test for
 return_from_perform_lowlevel_parse

---
 gdb-port/tests/unit/top-level-parse.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gdb-port/tests/unit/top-level-parse.py b/gdb-port/tests/unit/top-level-parse.py
index a30d703..b0a5692 100644
--- a/gdb-port/tests/unit/top-level-parse.py
+++ b/gdb-port/tests/unit/top-level-parse.py
@@ -64,6 +64,10 @@ class TopLevelParseStateManagement(unittest.TestCase):
 		self.assertIsNone(parser1.name)
 		self.assertEqual(parser1.address, 32)
 
+	@unittest.skip("Function is a placeholder at the moment")
+	def test_return_from_lowlevel_parse(self):
+		pass
+
 	def test_enter_h_arena_malloc_raw(self):
 		self.top_level_parse.parser_stacks.append(self.ps1)
 		self.top_level_parse.parser_objs[32] = self.parser1
-- 
GitLab