Go to file
Zachary Turner 7289e43831 Refactor some of the xfail / skip decorators to share logic.
Previously the logic of skipIf and expectedFailure were 99%
the same, but they took different sets of arguments since they
were maintained separately, and had slightly differences in
their behavior.  This makes everything consistent, there is now
only one real implementation, and the previous ones are changed
to use the single master implementation.

llvm-svn: 258966
2016-01-27 18:49:31 +00:00
clang Emit calls to objc_unsafeClaimAutoreleasedReturnValue when 2016-01-27 18:32:30 +00:00
clang-tools-extra docs/conf.py: update copyright year 2016-01-27 18:29:16 +00:00
compiler-rt [compiler-rt] list_union() is actually an intersect operation. Rename it. 2016-01-27 09:28:01 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Implement modf math builtin 2016-01-27 14:52:10 +00:00
libcxx [libcxx] Additional 'REQUIRE' directives for tests that require en_US.UTF-8. 2016-01-27 10:45:07 +00:00
libcxxabi [libcxxabi] Teach cxa_demangle about Hexagon's long double size 2016-01-20 14:10:23 +00:00
libunwind Replace cmake check for printf with a check for fopen. 2015-12-10 00:47:08 +00:00
lld Remove another case of almost duplicated code. 2016-01-27 18:04:26 +00:00
lldb Refactor some of the xfail / skip decorators to share logic. 2016-01-27 18:49:31 +00:00
llgo [llgo] Force exporting __morestack from llgoi 2015-11-27 04:46:46 +00:00
llvm Unbreak wasm build after r258951. 2016-01-27 18:03:40 +00:00
openmp Change whitespace to test commit access 2016-01-27 07:24:03 +00:00
polly Introduce MemAccInst helper class; NFC 2016-01-27 17:09:17 +00:00