From 19f731f0eaeb02eca8fc7b23a2435f021d7b7e9c Mon Sep 17 00:00:00 2001 From: Oleksiy Vyalov Date: Mon, 4 May 2015 15:20:25 +0000 Subject: [PATCH] Mark TestTypedefArray as XFAIL with Gcc. llvm-svn: 236425 --- .../functionalities/data-formatter/typedef_array/TestTypedefArray.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lldb/test/functionalities/data-formatter/typedef_array/TestTypedefArray.py b/lldb/test/functionalities/data-formatter/typedef_array/TestTypedefArray.py index a70d2ca..0398760 100644 --- a/lldb/test/functionalities/data-formatter/typedef_array/TestTypedefArray.py +++ b/lldb/test/functionalities/data-formatter/typedef_array/TestTypedefArray.py @@ -1,3 +1,4 @@ import lldbinline +import lldbtest -lldbinline.MakeInlineTest(__file__, globals()) +lldbinline.MakeInlineTest(__file__, globals(), [lldbtest.expectedFailureGcc]) -- 2.7.4