diff options
| author | Daniel Malea <daniel.malea@intel.com> | 2013-07-03 20:51:44 +0000 |
|---|---|---|
| committer | Daniel Malea <daniel.malea@intel.com> | 2013-07-03 20:51:44 +0000 |
| commit | fb7ace71cffc430c1af7a8fb6bfee717738a4378 (patch) | |
| tree | 5d00963ba5ec6b57d2079f6e2ca8d3f8f295fbf1 /lldb/test/functionalities/inline-stepping | |
| parent | b6debb6ab8704f7b550833224be7ba0bf057a088 (diff) | |
| download | bcm5719-llvm-fb7ace71cffc430c1af7a8fb6bfee717738a4378.tar.gz bcm5719-llvm-fb7ace71cffc430c1af7a8fb6bfee717738a4378.zip | |
Remove @expectedFailureGcc from TestInlineStepping as function prologue bug is not reproducible anymore.
llvm-svn: 185579
Diffstat (limited to 'lldb/test/functionalities/inline-stepping')
| -rw-r--r-- | lldb/test/functionalities/inline-stepping/TestInlineStepping.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lldb/test/functionalities/inline-stepping/TestInlineStepping.py b/lldb/test/functionalities/inline-stepping/TestInlineStepping.py index 3b7a0cb5ed5..379fc3a4cea 100644 --- a/lldb/test/functionalities/inline-stepping/TestInlineStepping.py +++ b/lldb/test/functionalities/inline-stepping/TestInlineStepping.py @@ -18,9 +18,6 @@ class TestInlineStepping(TestBase): self.buildDsym() self.inline_stepping() - @expectedFailureGcc # Some versions of GCC emit DWARF that considers functions to start at the line with the '{' whereas this test - # expects the first line of a function to be the first line of source (i.e. what clang does). As such, this test - # fails with some versions of GCC. @python_api_test @dwarf_test def test_with_dwarf_and_python_api(self): @@ -36,9 +33,6 @@ class TestInlineStepping(TestBase): self.buildDsym() self.inline_stepping_step_over() - @expectedFailureGcc # Some versions of GCC emit DWARF that considers functions to start at the line with the '{' whereas this test - # expects the first line of a function to be the first line of source (i.e. what clang does). As such, this test - # fails with some versions of GCC. @python_api_test @dwarf_test def test_step_over_with_dwarf_and_python_api(self): |

