[Lldb-commits] [lldb] r236425 - Mark TestTypedefArray as XFAIL with Gcc.

Oleksiy Vyalov ovyalov at google.com
Mon May 4 08:20:25 PDT 2015


Author: ovyalov
Date: Mon May  4 10:20:25 2015
New Revision: 236425

URL: http://llvm.org/viewvc/llvm-project?rev=236425&view=rev
Log:
Mark TestTypedefArray as XFAIL with Gcc.


Modified:
    lldb/trunk/test/functionalities/data-formatter/typedef_array/TestTypedefArray.py

Modified: lldb/trunk/test/functionalities/data-formatter/typedef_array/TestTypedefArray.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/data-formatter/typedef_array/TestTypedefArray.py?rev=236425&r1=236424&r2=236425&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/data-formatter/typedef_array/TestTypedefArray.py (original)
+++ lldb/trunk/test/functionalities/data-formatter/typedef_array/TestTypedefArray.py Mon May  4 10:20:25 2015
@@ -1,3 +1,4 @@
 import lldbinline
+import lldbtest
 
-lldbinline.MakeInlineTest(__file__, globals())
+lldbinline.MakeInlineTest(__file__, globals(), [lldbtest.expectedFailureGcc])





More information about the lldb-commits mailing list