forked from OSchip/llvm-project
Update decorator for test that still fails with FreeBSD Watchpoint support
llvm.org/pr18832 llvm-svn: 201705
This commit is contained in:
parent
962003126f
commit
01fd1c60cd
|
@ -21,7 +21,7 @@ class HelloWatchLocationTestCase(TestBase):
|
|||
self.setTearDownCleanup(dictionary=self.d)
|
||||
self.hello_watchlocation()
|
||||
|
||||
@expectedFailureFreeBSD('llvm.org/pr16706') # Watchpoints fail on FreeBSD
|
||||
@expectedFailureFreeBSD("llvm.org/pr18832")
|
||||
@dwarf_test
|
||||
def test_hello_watchlocation_with_dwarf(self):
|
||||
"""Test watching a location with '-x size' option."""
|
||||
|
|
Loading…
Reference in New Issue