[Lldb-commits] [lldb] ab46490 - [lldb] Remove GCC XFAIL for TestTypedefArray
Raphael Isemann via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 11 07:25:29 PDT 2021
Author: Raphael Isemann
Date: 2021-06-11T16:24:59+02:00
New Revision: ab46490dfc5cded4b2873da75eb47e150d1ad92c
URL: https://github.com/llvm/llvm-project/commit/ab46490dfc5cded4b2873da75eb47e150d1ad92c
DIFF: https://github.com/llvm/llvm-project/commit/ab46490dfc5cded4b2873da75eb47e150d1ad92c.diff
LOG: [lldb] Remove GCC XFAIL for TestTypedefArray
This passes with GCC>8.5 and ToT LLDB.
Added:
Modified:
lldb/test/API/functionalities/data-formatter/typedef_array/TestTypedefArray.py
Removed:
################################################################################
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 7e67f73b70925..f08c0dcbda983 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(), [])
More information about the lldb-commits
mailing list