hanchenye-llvm-project/lldb/packages/Python/lldbsuite/test/benchmarks
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
..
continue Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
disassembly Remove expectedFailureWindows decorator. 2016-02-08 19:34:59 +00:00
expression Remove expectedFailureWindows decorator. 2016-02-08 19:34:59 +00:00
frame_variable Remove expectedFailureWindows decorator. 2016-02-08 19:34:59 +00:00
libcxxlist Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
libcxxmap Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
startup Remove expectedFailureWindows decorator. 2016-02-08 19:34:59 +00:00
stepping Remove expectedFailureWindows decorator. 2016-02-08 19:34:59 +00:00
turnaround Remove expectedFailureWindows decorator. 2016-02-08 19:34:59 +00:00