Go to file
Alex Lorenz e4bcfbf5dc YAML: Enable the YAMLParser tests.
This commit enables the tests located in test/YAMLParser directory.
Those tests were never actually enabled, as llvm-lit didn't pick up the
files with the 'data' extension. The commit renames those test files to files
with the 'test' extension so that llvm-lit would find them.

This commit also modifies yaml-bench so that it returns an error status
if an error occurred during parsing. It also adds the '-use-color'
command line option to yaml-bench (to make sure that file check matches
the error messages in the output stream).

This commit modifies some of the renamed tests so that they wouldn't
fail. It gets rid of XFAILs and uses the 'not' command instead for
some of the tests that have to fail during parsing. This commit
also adds some 'FIXME' comments to a couple of tests that are
supposed to fail but currently pass because of various bugs
in the implementation of the yaml parser.

Reviewers: Justin Bogner

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

llvm-svn: 236754
2015-05-07 18:08:46 +00:00
clang [opaque pointer type] Correctly pass the pointee type when creating a GEP constant expression 2015-05-07 17:27:56 +00:00
clang-tools-extra Changed option processing to implicitly use -x c++ if no other -x option specified. Added implicit -w option to disable compilation warnings, in particular to avoid warning on pragma once. 2015-05-06 18:43:01 +00:00
compiler-rt Intercept scandir() on FreeBSD 2015-05-07 12:14:32 +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 r600: Use __clc_ldexp on asics that don't implement the intruction 2015-05-06 21:59:30 +00:00
libcxx Replace two naked references of 'std::' with the macro '_VSTD::'. No functionality change. 2015-05-06 12:11:22 +00:00
libcxxabi Disallow conversions from function pointers to void*. 2015-05-01 01:49:37 +00:00
libunwind Fix libunwind to build on FreeBSD 2015-05-06 10:32:28 +00:00
lld [Mips] Update test cases to reflect changes in the yaml2obj tool 2015-05-07 16:24:09 +00:00
lldb Extend r236708 to skip tests also failing on FreeBSD 2015-05-07 17:14:56 +00:00
llgo [llgo] add buildbot-slave config 2015-04-08 01:41:46 +00:00
llvm YAML: Enable the YAMLParser tests. 2015-05-07 18:08:46 +00:00
openmp D9306 omp 4.1 async offload support (partial): code changes 2015-05-07 17:41:51 +00:00
polly [cmake] Remove two unused include paths 2015-05-06 12:28:23 +00:00