xfail TestReportData.py on i386
authorTodd Fiala <todd.fiala@gmail.com>
Thu, 6 Oct 2016 21:16:37 +0000 (21:16 +0000)
committerTodd Fiala <todd.fiala@gmail.com>
Thu, 6 Oct 2016 21:16:37 +0000 (21:16 +0000)
Tracked by:
rdar://28658860

llvm-svn: 283493

lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py

index b89572d..91bfa9e 100644 (file)
@@ -24,6 +24,7 @@ class AsanTestReportDataCase(TestBase):
     @skipIfFreeBSD  # llvm.org/pr21136 runtimes not yet available by default
     @skipIfRemote
     @skipUnlessCompilerRt
+    @expectedFailureAll(archs=['i386'], bugnumber="rdar://28658860")
     def test(self):
         self.build()
         self.asan_tests()