Mark TestTypedefArray as XFAIL with Gcc.
authorOleksiy Vyalov <ovyalov@google.com>
Mon, 4 May 2015 15:20:25 +0000 (15:20 +0000)
committerOleksiy Vyalov <ovyalov@google.com>
Mon, 4 May 2015 15:20:25 +0000 (15:20 +0000)
llvm-svn: 236425

lldb/test/functionalities/data-formatter/typedef_array/TestTypedefArray.py

index a70d2ca..0398760 100644 (file)
@@ -1,3 +1,4 @@
 import lldbinline
+import lldbtest
 
-lldbinline.MakeInlineTest(__file__, globals())
+lldbinline.MakeInlineTest(__file__, globals(), [lldbtest.expectedFailureGcc])