From ab46490dfc5cded4b2873da75eb47e150d1ad92c Mon Sep 17 00:00:00 2001 From: Raphael Isemann Date: Fri, 11 Jun 2021 16:24:58 +0200 Subject: [PATCH] [lldb] Remove GCC XFAIL for TestTypedefArray This passes with GCC>8.5 and ToT LLDB. --- .../functionalities/data-formatter/typedef_array/TestTypedefArray.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lldb/test/API/functionalities/data-formatter/typedef_array/TestTypedefArray.py b/lldb/test/API/functionalities/data-formatter/typedef_array/TestTypedefArray.py index 7e67f73..f08c0dc 100644 --- a/lldb/test/API/functionalities/data-formatter/typedef_array/TestTypedefArray.py +++ b/lldb/test/API/functionalities/data-formatter/typedef_array/TestTypedefArray.py @@ -1,7 +1,4 @@ from lldbsuite.test import lldbinline from lldbsuite.test import decorators -lldbinline.MakeInlineTest( - __file__, globals(), [ - decorators.expectedFailureAll( - compiler="gcc")]) +lldbinline.MakeInlineTest(__file__, globals(), []) -- 2.7.4