Remove @expectedFailureGcc from TestInlineStepping as function prologue bug is not reproducible anymore.

llvm-svn: 185579
This commit is contained in:
Daniel Malea 2013-07-03 20:51:44 +00:00
parent b6debb6ab8
commit fb7ace71cf
1 changed files with 0 additions and 6 deletions

View File

@ -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):