hanchenye-llvm-project/clang/test/Lexer
Francois Pichet 41232a9872 r116509 fixed the Win32 XFAIL.
The failing was due to this:
1. preamble.c contains CR+LF new lines
2. write() is called with a buffer containing the original (CR+LF) to output the result on the console.
3. In text mode(the default), write() convert LF to CR+LF even if LF is preceded by CR, hence we have CR+CR+LF which filecheck interprets as 2 lines.

llvm-svn: 116513
2010-10-14 20:49:46 +00:00
..
11-27-2007-FloatLiterals.c
badstring_in_if0.c
block_cmt_end.c change the 'invalid token after top level declarator' message to be 2010-07-11 22:46:04 +00:00
c90.c Add support for UCNs for character literals 2010-10-09 00:27:47 +00:00
char-escapes.c
clang-keywords.cpp Add __char16_t and __char32_t as aliases for the C++0x char16_t and 2010-09-13 23:21:44 +00:00
comment-escape.c
conflict-marker.c robustify the conflict marker stuff. Don't add 7 twice, which would 2010-05-17 20:27:25 +00:00
constants.c Test for PR7888. 2010-08-19 19:13:24 +00:00
counter.c
cxx0x_keyword.cpp
cxx0x_keyword_as_cxx98.cpp Add __char16_t and __char32_t as aliases for the C++0x char16_t and 2010-09-13 23:21:44 +00:00
digraph.c tests: Use -ffreestanding when including stdint.h, to avoid platform dependencies. 2010-09-07 22:54:28 +00:00
dollar-idents.c
escape_newline.c
gnu_keywords.c Daniel re-educated me about what Alias does and does not do. Turn that off for 2010-05-22 02:21:53 +00:00
has_feature_cxx0x.cpp Allow the use of C++0x deleted functions as an extension in C++98. 2010-09-24 21:25:25 +00:00
has_feature_exceptions.cpp tests: Use %clangxx when using driver for C++, in case C++ support is disabled. 2010-06-29 16:52:24 +00:00
has_feature_rtti.cpp tests: Use %clangxx when using driver for C++, in case C++ support is disabled. 2010-06-29 16:52:24 +00:00
hexfloat.cpp A bug I've introduced in STDIN handling surfaced a few broken tests, fix them. 2010-06-25 12:48:07 +00:00
ms-extensions.c allow I128 suffixes in msextensions mode just like i128 suffixes, patch 2010-10-14 00:24:10 +00:00
msdos-cpm-eof.c
multiple-include.c
numeric-literal-trash.c
pragma-mark.c
pragma-message.c Remove hard CRLF end-of-line markers from two files. These should be added 2010-10-06 06:50:05 +00:00
pragma-operators.cpp Make sure we're producing a newline in the preprocessed output before 2010-09-10 22:27:29 +00:00
preamble.c r116509 fixed the Win32 XFAIL. 2010-10-14 20:49:46 +00:00
rdr-6096838-2.c
rdr-6096838.c
token-concat-2.c
token-concat.c
unknown-char.c
utf-16.c push some source location information down through the compiler, 2010-04-20 20:35:58 +00:00
utf-16.c.txt enhance sourcemgr to detect various UTF BOM's and emit a fatal error 2010-04-20 18:14:03 +00:00
wchar.c Add support for UCNs for character literals 2010-10-09 00:27:47 +00:00