[Lldb-commits] [PATCH] D14020: Port the python api decorator to use test categories

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 26 02:31:09 PDT 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL251277: Port the python api decorator to use test categories (authored by labath).

Changed prior to commit:
  http://reviews.llvm.org/D14020?vs=38235&id=38383#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D14020

Files:
  lldb/trunk/test/dotest.py
  lldb/trunk/test/dotest_args.py
  lldb/trunk/test/expression_command/test/TestExprs.py
  lldb/trunk/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommandsFromPython.py
  lldb/trunk/test/functionalities/breakpoint/breakpoint_conditions/TestBreakpointConditions.py
  lldb/trunk/test/functionalities/breakpoint/breakpoint_ignore_count/TestBreakpointIgnoreCount.py
  lldb/trunk/test/functionalities/breakpoint/cpp_exception/TestCPPExceptionBreakpoint.py
  lldb/trunk/test/functionalities/command_script/import/TestImport.py
  lldb/trunk/test/functionalities/command_script/import/rdar-12586188/TestRdar12586188.py
  lldb/trunk/test/functionalities/conditional_break/TestConditionalBreak.py
  lldb/trunk/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/loop/TestDataFormatterLibcxxListLoop.py
  lldb/trunk/test/functionalities/dynamic_value_child_count/TestDynamicValueChildCount.py
  lldb/trunk/test/functionalities/inferior-assert/TestInferiorAssert.py
  lldb/trunk/test/functionalities/inferior-crashing/TestInferiorCrashing.py
  lldb/trunk/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py
  lldb/trunk/test/functionalities/inline-stepping/TestInlineStepping.py
  lldb/trunk/test/functionalities/return-value/TestReturnValue.py
  lldb/trunk/test/functionalities/step-avoids-no-debug/TestStepNoDebug.py
  lldb/trunk/test/functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py
  lldb/trunk/test/functionalities/watchpoint/watchpoint_events/TestWatchpointEvents.py
  lldb/trunk/test/lang/c/array_types/TestArrayTypes.py
  lldb/trunk/test/lang/c/bitfields/TestBitfields.py
  lldb/trunk/test/lang/c/stepping/TestStepAndBreakpoints.py
  lldb/trunk/test/lang/cpp/class_static/TestStaticVariables.py
  lldb/trunk/test/lang/cpp/class_types/TestClassTypes.py
  lldb/trunk/test/lang/cpp/class_types/TestClassTypesDisassembly.py
  lldb/trunk/test/lang/cpp/dynamic-value/TestCppValueCast.py
  lldb/trunk/test/lang/cpp/dynamic-value/TestDynamicValue.py
  lldb/trunk/test/lang/cpp/stl/TestSTL.py
  lldb/trunk/test/lang/go/goroutines/TestGoroutines.py
  lldb/trunk/test/lang/go/types/TestGoASTContext.py
  lldb/trunk/test/lang/objc/blocks/TestObjCIvarsInBlocks.py
  lldb/trunk/test/lang/objc/foundation/TestObjCMethods.py
  lldb/trunk/test/lang/objc/foundation/TestObjectDescriptionAPI.py
  lldb/trunk/test/lang/objc/foundation/TestSymbolTable.py
  lldb/trunk/test/lang/objc/objc-baseclass-sbtype/TestObjCBaseClassSBType.py
  lldb/trunk/test/lang/objc/objc-builtin-types/TestObjCBuiltinTypes.py
  lldb/trunk/test/lang/objc/objc-checker/TestObjCCheckers.py
  lldb/trunk/test/lang/objc/objc-class-method/TestObjCClassMethod.py
  lldb/trunk/test/lang/objc/objc-dynamic-value/TestObjCDynamicValue.py
  lldb/trunk/test/lang/objc/objc-ivar-offsets/TestObjCIvarOffsets.py
  lldb/trunk/test/lang/objc/objc-ivar-stripped/TestObjCIvarStripped.py
  lldb/trunk/test/lang/objc/objc-property/TestObjCProperty.py
  lldb/trunk/test/lang/objc/objc-static-method-stripped/TestObjCStaticMethodStripped.py
  lldb/trunk/test/lang/objc/objc-static-method/TestObjCStaticMethod.py
  lldb/trunk/test/lang/objc/objc-stepping/TestObjCStepping.py
  lldb/trunk/test/lang/objc/objc-struct-argument/TestObjCStructArgument.py
  lldb/trunk/test/lang/objc/objc-struct-return/TestObjCStructReturn.py
  lldb/trunk/test/lang/objc/objc-super/TestObjCSuper.py
  lldb/trunk/test/lldbtest.py
  lldb/trunk/test/macosx/indirect_symbol/TestIndirectSymbols.py
  lldb/trunk/test/macosx/queues/TestQueues.py
  lldb/trunk/test/macosx/safe-to-func-call/TestSafeFuncCalls.py
  lldb/trunk/test/macosx/universal/TestUniversal.py
  lldb/trunk/test/python_api/breakpoint/TestBreakpointAPI.py
  lldb/trunk/test/python_api/class_members/TestSBTypeClassMembers.py
  lldb/trunk/test/python_api/debugger/TestDebuggerAPI.py
  lldb/trunk/test/python_api/default-constructor/TestDefaultConstructorForAPIObjects.py
  lldb/trunk/test/python_api/disassemble-raw-data/TestDisassembleRawData.py
  lldb/trunk/test/python_api/disassemble-raw-data/TestDisassemble_VST1_64.py
  lldb/trunk/test/python_api/event/TestEvents.py
  lldb/trunk/test/python_api/findvalue_duplist/TestSBFrameFindValue.py
  lldb/trunk/test/python_api/formatters/TestFormattersSBAPI.py
  lldb/trunk/test/python_api/frame/TestFrames.py
  lldb/trunk/test/python_api/frame/inlines/TestInlinedFrame.py
  lldb/trunk/test/python_api/function_symbol/TestDisasmAPI.py
  lldb/trunk/test/python_api/function_symbol/TestSymbolAPI.py
  lldb/trunk/test/python_api/hello_world/TestHelloWorld.py
  lldb/trunk/test/python_api/interpreter/TestCommandInterpreterAPI.py
  lldb/trunk/test/python_api/lldbutil/frame/TestFrameUtils.py
  lldb/trunk/test/python_api/lldbutil/iter/TestLLDBIterator.py
  lldb/trunk/test/python_api/lldbutil/iter/TestRegistersIterator.py
  lldb/trunk/test/python_api/lldbutil/process/TestPrintStackTraces.py
  lldb/trunk/test/python_api/module_section/TestModuleAndSection.py
  lldb/trunk/test/python_api/objc_type/TestObjCType.py
  lldb/trunk/test/python_api/process/TestProcessAPI.py
  lldb/trunk/test/python_api/process/io/TestProcessIO.py
  lldb/trunk/test/python_api/sbdata/TestSBData.py
  lldb/trunk/test/python_api/sbvalue_persist/TestSBValuePersist.py
  lldb/trunk/test/python_api/section/TestSectionAPI.py
  lldb/trunk/test/python_api/signals/TestSignalsAPI.py
  lldb/trunk/test/python_api/symbol-context/TestSymbolContext.py
  lldb/trunk/test/python_api/target/TestTargetAPI.py
  lldb/trunk/test/python_api/thread/TestThreadAPI.py
  lldb/trunk/test/python_api/type/TestTypeList.py
  lldb/trunk/test/python_api/value/TestValueAPI.py
  lldb/trunk/test/python_api/value/change_values/TestChangeValueAPI.py
  lldb/trunk/test/python_api/value/linked_list/TestValueAPILinkedList.py
  lldb/trunk/test/python_api/value_var_update/TestValueVarUpdate.py
  lldb/trunk/test/python_api/watchpoint/TestSetWatchpoint.py
  lldb/trunk/test/python_api/watchpoint/TestWatchpointIgnoreCount.py
  lldb/trunk/test/python_api/watchpoint/TestWatchpointIter.py
  lldb/trunk/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py
  lldb/trunk/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py
  lldb/trunk/test/source-manager/TestSourceManager.py
  lldb/trunk/test/test_categories.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14020.38383.patch
Type: text/x-patch
Size: 89597 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151026/0f1ccde4/attachment-0001.bin>


More information about the lldb-commits mailing list