Update test status on Linux
authorDaniel Malea <daniel.malea@intel.com>
Fri, 23 Nov 2012 21:59:29 +0000 (21:59 +0000)
committerDaniel Malea <daniel.malea@intel.com>
Fri, 23 Nov 2012 21:59:29 +0000 (21:59 +0000)
commit93aec0f9a9c94320c373b417055dd5e356fb8e73
tree3d97c62fc19aaeda1cf23ca9f2c789cf335511d1
parent455fa35e511df0f06486796e5ba9a1e067171739
Update test status on Linux
- add decorators @expectedFailLinux and @skipOnLinux
- skip/mark xfail cases due to open bugzillas # 14323, 14416, 14423, 14424, 14425, 14426

Patch by Ashok Thirumurthi!

llvm-svn: 168529
31 files changed:
lldb/test/functionalities/breakpoint/breakpoint_conditions/TestBreakpointConditions.py
lldb/test/functionalities/completion/TestCompletion.py
lldb/test/functionalities/load_unload/TestLoadUnload.py
lldb/test/functionalities/watchpoint/hello_watchlocation/TestWatchLocation.py
lldb/test/functionalities/watchpoint/hello_watchpoint/TestMyFirstWatchpoint.py
lldb/test/functionalities/watchpoint/multiple_threads/TestWatchpointMultipleThreads.py
lldb/test/functionalities/watchpoint/watchpoint_commands/TestWatchpointCommands.py
lldb/test/functionalities/watchpoint/watchpoint_commands/command/TestWatchpointCommandLLDB.py
lldb/test/functionalities/watchpoint/watchpoint_commands/command/TestWatchpointCommandPython.py
lldb/test/functionalities/watchpoint/watchpoint_commands/condition/TestWatchpointConditionCmd.py
lldb/test/functionalities/watchpoint/watchpoint_set_command/TestWatchLocationWithWatchSet.py
lldb/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py
lldb/test/lang/objc/blocks/TestObjCIvarsInBlocks.py
lldb/test/lang/objc/foundation/TestObjectDescriptionAPI.py
lldb/test/lang/objc/objc++/TestObjCXX.py
lldb/test/lang/objc/objc-checker/TestObjCCheckers.py
lldb/test/lang/objc/objc-class-method/TestObjCClassMethod.py
lldb/test/lang/objc/objc-dynamic-value/TestObjCDynamicValue.py
lldb/test/lang/objc/objc-ivar-offsets/TestObjCIvarOffsets.py
lldb/test/lang/objc/objc-property/TestObjCProperty.py
lldb/test/lang/objc/objc-static-method/TestObjCStaticMethod.py
lldb/test/lang/objc/objc-stepping/TestObjCStepping.py
lldb/test/lang/objc/self/TestObjCSelf.py
lldb/test/lldbtest.py
lldb/test/python_api/thread/TestThreadAPI.py
lldb/test/python_api/watchpoint/TestSetWatchpoint.py
lldb/test/python_api/watchpoint/TestWatchpointIgnoreCount.py
lldb/test/python_api/watchpoint/TestWatchpointIter.py
lldb/test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py
lldb/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py
lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py