[lldb] [test] Un-mark two commands/register tests XFAIL

llvm-svn: 370840
This commit is contained in:
Michal Gorny 2019-09-04 06:10:02 +00:00
parent 32f82c9cba
commit 3461e3ea8e

View File

@ -478,7 +478,6 @@ class RegisterCommandsTestCase(TestBase):
@skipIfiOSSimulator
@skipIf(archs=no_match(['amd64', 'arm', 'i386', 'x86_64']))
@expectedFailureNetBSD
def test_invalid_invocation(self):
self.build()
self.common_setup()
@ -496,7 +495,6 @@ class RegisterCommandsTestCase(TestBase):
@skipIfiOSSimulator
@skipIf(archs=no_match(['amd64', 'arm', 'i386', 'x86_64']))
@expectedFailureNetBSD
def test_write_unknown_register(self):
self.build()
self.common_setup()