From 60fb35b20a0fc335e5f626c44006eed3a49d3bd7 Mon Sep 17 00:00:00 2001 From: Todd Fiala Date: Thu, 6 Oct 2016 21:16:37 +0000 Subject: xfail TestReportData.py on i386 Tracked by: rdar://28658860 llvm-svn: 283493 --- .../Python/lldbsuite/test/functionalities/asan/TestReportData.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/packages/Python/lldbsuite/test') diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py b/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py index b89572dc4ef..91bfa9eb9f6 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() -- cgit v1.2.3