teak-llvm/lldb/packages/Python/lldbsuite/test/python_api
Zachary Turner 4a289a93f7 Remove expectedFailureWindows decorator.
expectedFailureWindows is equivalent to using the general
expectedFailureAll decorator with oslist="windows".  Additionally,
by moving towards these common decorators we can solve the issue
of having to support decorators that can be called with or without
arguments.  Once all decorators are always called with arguments,
and this is enforced by design (because you can't specify the condition
you're decorating for without passing an argument) the implementation
of the decorators can become much simpler

Differential Revision: http://reviews.llvm.org/D16936

llvm-svn: 260134
2016-02-08 19:34:59 +00:00
..
breakpoint Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
class_members Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
debugger Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
default-constructor Move some of the common decorators to decorators.py. 2016-02-04 18:03:01 +00:00
disassemble-raw-data Remove expectedFailureWindows decorator. 2016-02-08 19:34:59 +00:00
event Remove expectedFailureWindows decorator. 2016-02-08 19:34:59 +00:00
exprpath_synthetic Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
findvalue_duplist Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
formatters Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
frame Remove expectedFailureWindows decorator. 2016-02-08 19:34:59 +00:00
function_symbol Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
hello_world Remove expectedFailureWindows decorator. 2016-02-08 19:34:59 +00:00
interpreter Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
lldbutil Remove expectedFailureWindows decorator. 2016-02-08 19:34:59 +00:00
module_section Move some of the common decorators to decorators.py. 2016-02-04 18:03:01 +00:00
objc_type Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
process Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
rdar-12481949 Remove a broken hack from Scalar::ULongLong and fix a test 2015-11-13 10:51:35 +00:00
sbdata Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
sbtype_typeclass Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
sbvalue_const_addrof Tighten up sys.path, and use absolute imports everywhere. 2015-11-03 02:06:18 +00:00
sbvalue_persist Remove expectedFailureWindows decorator. 2016-02-08 19:34:59 +00:00
section Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
signals Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
symbol-context Remove expectedFailureWindows decorator. 2016-02-08 19:34:59 +00:00
target Remove expectedFailureWindows decorator. 2016-02-08 19:34:59 +00:00
thread Remove expectedFailureWindows decorator. 2016-02-08 19:34:59 +00:00
type Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
value Remove expectedFailureWindows decorator. 2016-02-08 19:34:59 +00:00
value_var_update Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
watchpoint Remove expectedFailureWindows decorator. 2016-02-08 19:34:59 +00:00
.categories