Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_libcxx
/
refs/heads/voyager
/
utils
/
libcxx
/
compiler.py
5fe8797
Improve test runner output for broken configurations.
by Eric Fiselier
· 8 years ago
64182a5
[test] Add support for Objective-C++ tests
by Erik Pilkington
· 8 years ago
ed80386
Move libcxx/test/libcxx python package into libcxx/utils/libcxx.
by Eric Fiselier
· 9 years ago
[Renamed (93%) from test/libcxx/compiler.py]
5a78d25
Use copy.deepcopy instead of doing it manually.
by Dan Albert
· 9 years ago
f620d22
Work around python3 bytes vs str in libc++ test config
by Eric Fiselier
· 9 years ago
ebaf7da
Add _LIBCPP_DIAGNOSE_WARNING and _LIBCPP_DIAGNOSE_ERROR macros.
by Eric Fiselier
· 9 years ago
ab9ab94
Enable -Wunreachable-code and fix duplicate warning flags
by Eric Fiselier
· 9 years ago
d95f62e
Add support for writing -verify shell tests
by Eric Fiselier
· 9 years ago
bca6de0
Adjust libc++ test infastructure to fully support modules
by Eric Fiselier
· 9 years ago
6e467a8
Fix GCC libc++abi build
by Eric Fiselier
· 9 years ago
78c020b
Work around Clang driver segfault when --coverage is used with -c and /dev/null
by Eric Fiselier
· 9 years ago
2edb326
Disable warning flags when running .fail.cpp tests.
by Eric Fiselier
· 9 years ago
420dea5
Disable ccache usage for .fail.cpp tests. It causes bugs.
by Eric Fiselier
· 9 years ago
fa1e5db
Add missing license headers
by Eric Fiselier
· 10 years ago
e94b484
[libcxx] Add special warning flag detection logic to compiler.py
by Eric Fiselier
· 10 years ago
7b86ce5
Fix warnings in test/std/language.support
by Eric Fiselier
· 10 years ago
faaf5ee
Automatically detect and use clang verify in failure tests.
by Eric Fiselier
· 10 years ago
a985b8c
Add compiler flag test support to LIT. Fix new/delete tests on apple-clang.
by Eric Fiselier
· 10 years ago
21f5b24
libcxx: Enhance lit test command in verbose mode.
by Logan Chien
· 10 years ago
a769d7f
Fix flag order of -xc++ in CXXCompiler.
by Eric Fiselier
· 11 years ago
dd7a483
[libcxx] Allow use of ShTest in libc++ tests along with other changes.
by Eric Fiselier
· 11 years ago
9ef5d45
Address danalbert's post-commit review comments on D7019 and small fixes.
by Eric Fiselier
· 11 years ago
[Renamed (98%) from test/libcxx/test/compiler.py]
28a058b
[libcxx] Add compiler utility class for LIT tests
by Eric Fiselier
· 11 years ago