From: Todd Fiala Date: Thu, 6 Oct 2016 21:16:37 +0000 (+0000) Subject: xfail TestReportData.py on i386 X-Git-Tag: llvmorg-4.0.0-rc1~7878 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=60fb35b20a0fc335e5f626c44006eed3a49d3bd7;p=platform%2Fupstream%2Fllvm.git xfail TestReportData.py on i386 Tracked by: rdar://28658860 llvm-svn: 283493 --- diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py b/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py index b89572d..91bfa9e 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py @@ -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()