teak-llvm/lldb/packages/Python/lldbsuite/test/expression_command
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
..
call-function Remove expectedFailureWindows decorator. 2016-02-08 19:34:59 +00:00
call-restarts Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
call-throws Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
char Remove expectedFailureWindows decorator. 2016-02-08 19:34:59 +00:00
expr-in-syscall Remove expectedFailureWindows decorator. 2016-02-08 19:34:59 +00:00
formatters Remove expectedFailureWindows decorator. 2016-02-08 19:34:59 +00:00
issue_11588 Remove expectedFailureWindows decorator. 2016-02-08 19:34:59 +00:00
macros Move some of the common decorators to decorators.py. 2016-02-04 18:03:01 +00:00
options [test] Fix comment. 2015-11-12 00:43:22 +00:00
persist_objc_pointeetype Move some of the common decorators to decorators.py. 2016-02-04 18:03:01 +00:00
persistent_ptr_update Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
persistent_types Remove expectedFailureWindows decorator. 2016-02-08 19:34:59 +00:00
persistent_variables Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
po_verbosity Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
radar_8638051 Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
radar_9531204 Remove expectedFailureWindows decorator. 2016-02-08 19:34:59 +00:00
radar_9673664 Remove expectedFailureWindows decorator. 2016-02-08 19:34:59 +00:00
test Remove expectedFailureWindows decorator. 2016-02-08 19:34:59 +00:00
timeout Remove expectedFailureWindows decorator. 2016-02-08 19:34:59 +00:00
two-files Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
.categories