summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities
diff options
context:
space:
mode:
authorVedant Kumar <vsk@apple.com>2018-03-13 23:37:11 +0000
committerVedant Kumar <vsk@apple.com>2018-03-13 23:37:11 +0000
commit48ffd5cc6e5bb1daef34ffefbc919a05c5e1f925 (patch)
tree653205273a1b26cf09a436401bc3a792ee435b91 /lldb/packages/Python/lldbsuite/test/functionalities
parent9ca7e67c4cf15533c850ca0820a838c74ca14388 (diff)
downloadbcm5719-llvm-48ffd5cc6e5bb1daef34ffefbc919a05c5e1f925.tar.gz
bcm5719-llvm-48ffd5cc6e5bb1daef34ffefbc919a05c5e1f925.zip
[test] Replace some references to Apple-internal bugs
This removes around 10 references to Apple-internal radars. I've filed fresh bugs on bugs.llvm.org as appropriate for open issues. llvm-svn: 327463
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py2
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/variable_out_of_scope/TestWatchedVarHitWhenInScope.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py b/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py
index 53f5ab9867f..d7c51102186 100644
--- a/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py
@@ -24,7 +24,7 @@ class AsanTestReportDataCase(TestBase):
@skipIfFreeBSD # llvm.org/pr21136 runtimes not yet available by default
@skipIfRemote
@skipUnlessAddressSanitizer
- @expectedFailureAll(archs=['i386'], bugnumber="rdar://28658860")
+ @skipIf(archs=['i386'], bugnumber="llvm.org/PR36710")
def test(self):
self.build()
self.asan_tests()
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/variable_out_of_scope/TestWatchedVarHitWhenInScope.py b/lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/variable_out_of_scope/TestWatchedVarHitWhenInScope.py
index e758f9cd7e2..1a8708736ca 100644
--- a/lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/variable_out_of_scope/TestWatchedVarHitWhenInScope.py
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/variable_out_of_scope/TestWatchedVarHitWhenInScope.py
@@ -18,13 +18,13 @@ class WatchedVariableHitWhenInScopeTestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
- #
# This test depends on not tracking watchpoint expression hits if we have
# left the watchpoint scope. We will provide such an ability at some point
# but the way this was done was incorrect, and it is unclear that for the
# most part that's not what folks mostly want, so we have to provide a
# clearer API to express this.
#
+ # This functionality is currently unsupported on Darwin.
def setUp(self):
# Call super's setUp().
@@ -36,7 +36,7 @@ class WatchedVariableHitWhenInScopeTestCase(TestBase):
# Test hangs due to a kernel bug, see fdfeff0f in the linux kernel for details
@skipIfTargetAndroid(api_levels=list(range(25+1)), archs=["aarch64", "arm"])
- @unittest2.expectedFailure("rdar://problem/18685649")
+ @skipIfDarwin
def test_watched_var_should_only_hit_when_in_scope(self):
"""Test that a variable watchpoint should only hit when in scope."""
self.build(dictionary=self.d)
OpenPOWER on IntegriCloud