teak-llvm/lldb/packages/Python/lldbsuite/test/python_api
Stella Stamenova 86e4d7ea35 [lldb] [lldbsuite] Use a unique class name for TestValueVarUpdate
It looks like when this test was added, it was based on TestHelloWorld and it ended up with the same class name. This is an issue because the logs associated with the tests use the class name as the identifier for the file and if two tests have the same name their logs overwrite each other. On non-windows, this just means we lose one of the logs, but on Windows this means that one of the tests will fail occasionally because the file are locked by the other test.

llvm-svn: 364860
2019-07-01 22:12:55 +00:00
..
breakpoint Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
class_members Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
debugger modify-python-lldb.py: clean up __iter__ and __len__ support 2019-04-03 11:48:38 +00:00
default-constructor modify-python-lldb.py: clean up __iter__ and __len__ support 2019-04-03 11:48:38 +00:00
disassemble-raw-data Add and fix some tests for PPC64 2018-03-26 12:42:07 +00:00
event [lldb] [test] Mark frequently failing flaky tests skipped on NetBSD 2019-05-15 12:13:20 +00:00
exprpath_synthetic [lldb] [test] Mark failing tests XFAIL on NetBSD 2019-03-04 16:54:06 +00:00
file_handle
findvalue_duplist Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
formatters Another use of the interactive lldb.debugger. 2019-04-25 20:45:10 +00:00
frame Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
function_symbol Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
hello_world [lldb] [test] Mark failing tests XFAIL on NetBSD 2019-03-04 16:54:06 +00:00
interpreter Make SBDebugger.RunCommandInterpreter callable from Python. 2019-05-15 00:08:55 +00:00
lldbutil [ABI] Implement Windows ABI for x86_64 2019-06-24 18:21:05 +00:00
module_section typedef enum -> enum 2019-05-14 08:55:50 +00:00
name_lookup Remove header grouping comments. 2018-11-11 23:17:06 +00:00
objc_type Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
process Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
rdar-12481949 Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sbdata [testsuite] Remove other traces broken in python 3. 2019-03-13 02:44:32 +00:00
sblaunchinfo Add Utility/Environment class for handling... environments 2018-01-10 11:57:31 +00:00
sbstructureddata
sbtype_typeclass [lldb] [test] Mark failing tests XFAIL on NetBSD 2019-03-04 16:54:06 +00:00
sbvalue_const_addrof
sbvalue_persist Remove header grouping comments. 2018-11-11 23:17:06 +00:00
section Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
signals Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
symbol-context modify-python-lldb.py: clean up __iter__ and __len__ support 2019-04-03 11:48:38 +00:00
target Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
thread Revert "Disable the step over skipping calls feature since buildbots are not happy." 2019-05-10 06:57:25 +00:00
type Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
value Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
value_var_update [lldb] [lldbsuite] Use a unique class name for TestValueVarUpdate 2019-07-01 22:12:55 +00:00
watchpoint [lldb] [test] Mark failing tests XFAIL on NetBSD 2019-03-04 16:54:06 +00:00
.categories