From 83380c2a00e680b5c12404a12fa5bbb11df101ee Mon Sep 17 00:00:00 2001 From: Todd Fiala Date: Thu, 6 Oct 2016 19:23:29 +0000 Subject: xfail TestSBTypeTypeClass.py on macOS i386 Tracked by: rdar://28656677 llvm-svn: 283484 --- .../test/python_api/sbtype_typeclass/TestSBTypeTypeClass.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lldb/packages/Python') diff --git a/lldb/packages/Python/lldbsuite/test/python_api/sbtype_typeclass/TestSBTypeTypeClass.py b/lldb/packages/Python/lldbsuite/test/python_api/sbtype_typeclass/TestSBTypeTypeClass.py index 9b0c1f5eaef..46a90fe428c 100644 --- a/lldb/packages/Python/lldbsuite/test/python_api/sbtype_typeclass/TestSBTypeTypeClass.py +++ b/lldb/packages/Python/lldbsuite/test/python_api/sbtype_typeclass/TestSBTypeTypeClass.py @@ -3,4 +3,8 @@ from lldbsuite.test import lldbinline lldbinline.MakeInlineTest( __file__, globals(), [ - decorators.skipIfFreeBSD, decorators.skipIfLinux, decorators.skipIfWindows]) + decorators.skipIfFreeBSD, decorators.skipIfLinux, + decorators.skipIfWindows, + decorators.expectedFailureAll( + oslist=['macosx'], archs=['i386'], + bugnumber='rdar://28656677')]) -- cgit v1.2.3