llvm-project/lldb/test/python_api
Johnny Chen 31963cea0a Add a decorator for marking clang only expectedFailure. Use it for the test_step_over_3_times_with_dsym/dwarf()
test cases in TestThreadAPI.py by decorating it with @expectedFailureClang.

Example:

    @expectedFailureClang
    @python_api_test
    def test_step_over_3_times_with_dwarf(self):
        """Test Python SBThread.StepOver() API."""
        # We build a different executable than the default buildDwarf() does.
        d = {'CXX_SOURCES': 'main2.cpp', 'EXE': self.exe_name}
        self.buildDwarf(dictionary=d)
        self.setTearDownCleanup(dictionary=d)
        self.step_over_3_times(self.exe_name)

llvm-svn: 138019
2011-08-19 00:54:27 +00:00
..
default-constructor Add new SBAddress APIs to the fuzz tests. 2011-08-15 18:19:51 +00:00
event A more succinct assertTrue. 2011-07-20 00:14:20 +00:00
frame Cleaned up the SBType.h file to not include internal headers and reorganized 2011-08-03 22:57:10 +00:00
function_symbol The extra burden for the Python API test case to assign its process object to self.process 2011-06-15 22:14:12 +00:00
hello_world Move hello_world to now reside under python_api dir. 2011-06-26 20:59:36 +00:00
interpreter The extra burden for the Python API test case to assign its process object to self.process 2011-06-15 22:14:12 +00:00
lldbutil Cleaned up the SBType.h file to not include internal headers and reorganized 2011-08-03 22:57:10 +00:00
process Cleaned up the SBType.h file to not include internal headers and reorganized 2011-08-03 22:57:10 +00:00
symbol-context The extra burden for the Python API test case to assign its process object to self.process 2011-06-15 22:14:12 +00:00
target Update the test scenario for find_global_variables() to now start the inferior process 2011-07-11 19:15:11 +00:00
thread Add a decorator for marking clang only expectedFailure. Use it for the test_step_over_3_times_with_dsym/dwarf() 2011-08-19 00:54:27 +00:00
type Add SBType.GetBasicType() to the test scenario. 2011-08-05 21:35:43 +00:00
value Re-enable the test for ValueAsUnsigned on a register Value. 2011-08-16 19:03:09 +00:00