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(), [])


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to