diff options
| author | Todd Fiala <todd.fiala@gmail.com> | 2016-10-06 21:16:37 +0000 |
|---|---|---|
| committer | Todd Fiala <todd.fiala@gmail.com> | 2016-10-06 21:16:37 +0000 |
| commit | 60fb35b20a0fc335e5f626c44006eed3a49d3bd7 (patch) | |
| tree | e42577efeb67f9f293259ec15d1f551b4581abbb /lldb | |
| parent | 8e2208b237076a8782d350d23379b94f0046ba3a (diff) | |
| download | bcm5719-llvm-60fb35b20a0fc335e5f626c44006eed3a49d3bd7.tar.gz bcm5719-llvm-60fb35b20a0fc335e5f626c44006eed3a49d3bd7.zip | |
xfail TestReportData.py on i386
Tracked by:
rdar://28658860
llvm-svn: 283493
Diffstat (limited to 'lldb')
| -rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py | 1 |
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() |

