summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py
diff options
context:
space:
mode:
authorTodd Fiala <todd.fiala@gmail.com>2016-10-06 21:16:37 +0000
committerTodd Fiala <todd.fiala@gmail.com>2016-10-06 21:16:37 +0000
commit60fb35b20a0fc335e5f626c44006eed3a49d3bd7 (patch)
treee42577efeb67f9f293259ec15d1f551b4581abbb /lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py
parent8e2208b237076a8782d350d23379b94f0046ba3a (diff)
downloadbcm5719-llvm-60fb35b20a0fc335e5f626c44006eed3a49d3bd7.tar.gz
bcm5719-llvm-60fb35b20a0fc335e5f626c44006eed3a49d3bd7.zip
xfail TestReportData.py on i386
Tracked by: rdar://28658860 llvm-svn: 283493
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py1
1 files changed, 1 insertions, 0 deletions
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()
OpenPOWER on IntegriCloud