teak-llvm/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint
Stella Stamenova aa6c3f50e3 [lldbsuite] Fix TestBreakpointHitCount on Windows
Summary: On Windows, the newer DIA SDKs end up producing function names that contain the return type as well. This means that the function name returned in the test will contain the return type (int) in addition to the name of the function and the type of the input (a(int)). To account for the possibility of both, the test should pass if the function name matches either pattern.

Reviewers: zturner, asmith

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D48654

llvm-svn: 335906
2018-06-28 19:42:30 +00:00
..
address_breakpoints Add more diagnostics to help diagnose flaky test 2018-01-30 19:40:09 +00:00
auto_continue Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
breakpoint_command Make sure deleting all breakpoints clears their sites first 2018-04-16 22:26:21 +00:00
breakpoint_conditions Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
breakpoint_hit_count [lldbsuite] Fix TestBreakpointHitCount on Windows 2018-06-28 19:42:30 +00:00
breakpoint_ids Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
breakpoint_ignore_count Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
breakpoint_in_delayslot Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
breakpoint_language Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
breakpoint_locations Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
breakpoint_names Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
breakpoint_options Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
breakpoint_set_restart Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
comp_dir_symlink [dotest] Clean up test folder clean-up 2018-03-16 12:04:46 +00:00
consecutive_breakpoints Convert a few more tests to use run_to_source_breakpoint. 2017-07-13 19:46:21 +00:00
cpp Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
cpp_exception Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
debugbreak Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
dummy_target_breakpoints Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
global_constructor Fix TestBreakpointInGlobalConstructor for Windows 2018-02-21 18:08:23 +00:00
hardware_breakpoints/hardware_breakpoint_on_multiple_threads Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
inlined_breakpoints Make test sources compatible with android+libcxx+modules 2018-06-20 17:32:48 +00:00
move_nearest Fix TestMoveNearest on Windows 2018-02-22 22:47:47 +00:00
objc Fix/unify the spelling of Objective-C. 2018-06-13 16:21:24 +00:00
serialize Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
source_regexp Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
step_over_breakpoint Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00