diff options
| author | Todd Fiala <todd.fiala@gmail.com> | 2015-09-14 14:48:53 +0000 |
|---|---|---|
| committer | Todd Fiala <todd.fiala@gmail.com> | 2015-09-14 14:48:53 +0000 |
| commit | e68a15e7bc6018131043440becb1417b89f28365 (patch) | |
| tree | 1f36e26644a7d7e07322f06aedbbf73f8f529039 | |
| parent | 703c30904ec355074cf0044a737d39a376cbd310 (diff) | |
| download | bcm5719-llvm-e68a15e7bc6018131043440becb1417b89f28365.tar.gz bcm5719-llvm-e68a15e7bc6018131043440becb1417b89f28365.zip | |
Removed XFAIL marker from passing tests, rdars 18684124, 15367233
Related to these two test case classes:
test/driver/batch_mode/TestBatchMode.py
test/functionalities/inferior-assert/TestInferiorAssert.py
llvm-svn: 247567
| -rw-r--r-- | lldb/test/driver/batch_mode/TestBatchMode.py | 2 | ||||
| -rw-r--r-- | lldb/test/functionalities/inferior-assert/TestInferiorAssert.py | 6 |
2 files changed, 0 insertions, 8 deletions
diff --git a/lldb/test/driver/batch_mode/TestBatchMode.py b/lldb/test/driver/batch_mode/TestBatchMode.py index 39f5add59c1..611d1abfd3d 100644 --- a/lldb/test/driver/batch_mode/TestBatchMode.py +++ b/lldb/test/driver/batch_mode/TestBatchMode.py @@ -16,7 +16,6 @@ class DriverBatchModeTest (TestBase): mydir = TestBase.compute_mydir(__file__) @skipUnlessDarwin - @unittest2.expectedFailure("<rdar://problem/18684124>, lldb doesn't reliably print the prompt when run under pexpect") @dsym_test def test_driver_batch_mode_with_dsym(self): """Test that the lldb driver's batch mode works correctly.""" @@ -24,7 +23,6 @@ class DriverBatchModeTest (TestBase): self.setTearDownCleanup() self.batch_mode () - @unittest2.expectedFailure("<rdar://problem/18684124>, lldb doesn't reliably print the prompt when run under pexpect") @expectedFailureWindows("llvm.org/pr22274: need a pexpect replacement for windows") @dwarf_test def test_driver_batch_mode_with_dwarf(self): diff --git a/lldb/test/functionalities/inferior-assert/TestInferiorAssert.py b/lldb/test/functionalities/inferior-assert/TestInferiorAssert.py index 773d412effe..31cfebff276 100644 --- a/lldb/test/functionalities/inferior-assert/TestInferiorAssert.py +++ b/lldb/test/functionalities/inferior-assert/TestInferiorAssert.py @@ -10,14 +10,12 @@ class AssertingInferiorTestCase(TestBase): mydir = TestBase.compute_mydir(__file__) @skipUnlessDarwin - @unittest2.expectedFailure("rdar://15367233") def test_inferior_asserting_dsym(self): """Test that lldb reliably catches the inferior asserting (command).""" self.buildDsym() self.inferior_asserting() @expectedFailurei386("llvm.org/pr17384: lldb needs to be aware of linux-vdso.so to unwind stacks properly") - @expectedFailureDarwin("rdar://15367233") @expectedFailureWindows("llvm.org/pr21793: need to implement support for detecting assertion / abort on Windows") def test_inferior_asserting_dwarf(self): """Test that lldb reliably catches the inferior asserting (command).""" @@ -52,14 +50,12 @@ class AssertingInferiorTestCase(TestBase): self.inferior_asserting_python() @skipUnlessDarwin - @unittest2.expectedFailure("rdar://15367233") def test_inferior_asserting_expr_dsym(self): """Test that the lldb expression interpreter can read from the inferior after asserting (command).""" self.buildDsym() self.inferior_asserting_expr() @expectedFailurei386('llvm.org/pr17384: lldb needs to be aware of linux-vdso.so to unwind stacks properly') - @unittest2.expectedFailure("rdar://15367233") @expectedFailureWindows("llvm.org/pr21793: need to implement support for detecting assertion / abort on Windows") def test_inferior_asserting_expr_dwarf(self): """Test that the lldb expression interpreter can read from the inferior after asserting (command).""" @@ -67,14 +63,12 @@ class AssertingInferiorTestCase(TestBase): self.inferior_asserting_expr() @skipUnlessDarwin - @unittest2.expectedFailure("rdar://15367233") def test_inferior_asserting_step_dsym(self): """Test that lldb functions correctly after stepping through a call to assert().""" self.buildDsym() self.inferior_asserting_step() @expectedFailurei386("llvm.org/pr17384: lldb needs to be aware of linux-vdso.so to unwind stacks properly") - @expectedFailureDarwin("rdar://15367233") @expectedFailureWindows("llvm.org/pr21793: need to implement support for detecting assertion / abort on Windows") def test_inferior_asserting_step_dwarf(self): """Test that lldb functions correctly after stepping through a call to assert().""" |

