From 5d3b3c7de2b4f8fd3c5ef0fd6928e9f96b1d472d Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Thu, 18 Feb 2016 18:50:02 +0000 Subject: Add target and host platform enumerations so we're not using strings. Differential Revision: http://reviews.llvm.org/D17088 llvm-svn: 261241 --- .../Python/lldbsuite/test/functionalities/asan/TestMemoryHistory.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/asan') diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestMemoryHistory.py b/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestMemoryHistory.py index f43374e631b..9cd5981e5df 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestMemoryHistory.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestMemoryHistory.py @@ -10,6 +10,7 @@ import os, time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * +from lldbsuite.test import lldbplatform from lldbsuite.test import lldbutil class AsanTestCase(TestBase): @@ -20,7 +21,7 @@ class AsanTestCase(TestBase): @skipIfFreeBSD # llvm.org/pr21136 runtimes not yet available by default @skipIfRemote @skipUnlessCompilerRt - @expectedFailureDarwin + @expectedFailureAll(oslist=lldbplatform.darwin_all) def test (self): self.build () self.asan_tests () -- cgit v1.2.3