Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
15b91764d08e886391c865c4a444d7b51141c284
/
test
/
Makefile
65633f9
Update to account for the great driver renaming.
by Mike Stump
· 16 years ago
9a2f1ac
Add version information to ISO style test results.
by Mike Stump
· 16 years ago
e3c75e0
Fix spelling error, and add target triplet to header.
by Mike Stump
· 16 years ago
039df91
When testing with VERBOSE=0, report results in the ISO format. We
by Mike Stump
· 16 years ago
5bea06a
Add test case for __ASSEMBLER__ definition.
by Daniel Dunbar
· 16 years ago
bd1f63a
Ignore Output directories when searching for tests.
by Daniel Dunbar
· 16 years ago
4e6153b
Another attempt to make test/Makefile return correct error code.
by Daniel Dunbar
· 16 years ago
799c6f6
Ignore XFAIL tests when checking for make failure in test/
by Daniel Dunbar
· 16 years ago
852119e
Allow 'make TESTDIRS=Sema' in test/ directory for only running a
by Daniel Dunbar
· 16 years ago
413ad8b
Handle Objective-C++ tests.
by Anders Carlsson
· 16 years ago
5323e23
Use full path to count script, and don't treat files with missing RUN
by Daniel Dunbar
· 16 years ago
9562726
Missed a test case writing a .ll file.
by Daniel Dunbar
· 16 years ago
4565938
Reorder the PATH used during testing so $(ToolDir) and the LLVM
by Daniel Dunbar
· 16 years ago
6bfd621
Update test/Makefile to allow testing when using a separate obj
by Daniel Dunbar
· 16 years ago
9b20376
Fix some spam from make I accidentally introduced.
by Eli Friedman
· 16 years ago
0adb3c9
Get rid of the bogus -depth +0 argument; I really have no clue what the
by Eli Friedman
· 16 years ago
8b6b0f6
Change test/Makefile to automatically test all subdirs.
by Daniel Dunbar
· 16 years ago
5e8840c
Move the C++ Sema tests into a separate SemaCXX directory.
by Argyrios Kyrtzidis
· 16 years ago
6ac6ddc
move all objc sema tests into a new SemaObjC directory. Next step is to
by Chris Lattner
· 16 years ago
dd536bf
Remove Analysis-Apple.
by Ted Kremenek
· 16 years ago
7627725
Enable the rewriter tests on all platforms; there don't appear to
by Eli Friedman
· 16 years ago
9d294b9
remove the old non-parallel test system. 'make' in clang/test now runs
by Chris Lattner
· 17 years ago
2daf5b6
Added test case for static analyzer to detect uses of uninitialized pointers as receivers in Objective-C message expressions.
by Ted Kremenek
· 17 years ago
1e2db03
Add ability to run clang tests under valgrind. Patch by Sam Bishop.
by Gabor Greif
· 17 years ago
5267d7c
reduce chattyness of makefiles
by Gabor Greif
· 17 years ago
17feadf
add 'clean' targets, make sure that 'make test' works after 'make clean'
by Gabor Greif
· 17 years ago
15bd799
rewriter tests are darwin specific, don't run them on other platforms.
by Chris Lattner
· 17 years ago
5f0ad3f
Moved "Rewriter" tests from test/Sema to test/Rewriter.
by Ted Kremenek
· 17 years ago
77250c8
Added back 'CodeGen' to test suite (accidentally removed in my last patch).
by Ted Kremenek
· 17 years ago
a6e4d21
Implemented casts for ConcreteInt and ConcreteIntLValue.
by Ted Kremenek
· 17 years ago
efb7153
Added the "Serialization" test directory to the set of tests executed.
by Ted Kremenek
· 17 years ago
bfc5e50
Moved dead-stores test cast to a new test suite subdirectory: Analysis.
by Ted Kremenek
· 17 years ago
e389201
run .m files as tests
by Chris Lattner
· 17 years ago
1467e03
add required directories to the path automatically, so the user doesn't need to worry about it.
by Chris Lattner
· 17 years ago
11f2dfe
Add missing directory
by Bill Wendling
· 17 years ago
fa7c645
"Someone typed "PtrToInt" where they meant "IntToPtr".
by Chris Lattner
· 17 years ago
9623feb
don't pick up random stuff in .svn directories.
by Chris Lattner
· 17 years ago
5f016e2
Stage two of getting CFE top correct.
by Reid Spencer
· 17 years ago