Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
libcxx
/
test
/
std
/
language.support
/
support.dynamic
077a0af
Unbreak green dragon bots w/o __builtin_launder
by Eric Fiselier
· 7 years ago
2d6833c
Expect Clang diagnostics in std::launder test
by Eric Fiselier
· 7 years ago
737be83
[libcxx] Remove the availability_markup LIT feature
by Louis Dionne
· 7 years ago
2a23317
[libcxx] Add XFAILs for aligned allocation tests on AppleClang 9
by Louis Dionne
· 7 years ago
94104b1
[libcxx] Fix XFAILs for aligned allocation tests
by Louis Dionne
· 7 years ago
52118fc
[NFC] Rename lit feature to '-fsized-deallocation' for consistency
by Louis Dionne
· 7 years ago
7c6baa2
[libcxx] Fix XFAILs for aligned allocation tests on older OSX versions
by Louis Dionne
· 7 years ago
ad9545e
[libcxx] [test] Fix whitespace, NFC.
by Stephan T. Lavavej
· 7 years ago
107d6d6
Use DoNotOptimize to prevent new/delete elision.
by Eric Fiselier
· 8 years ago
decf22e
Fix most GCC test failures.
by Eric Fiselier
· 8 years ago
6b3e48b
Fix nodiscard failure tests on compilers w/o -verify.
by Eric Fiselier
· 8 years ago
9836094
Commit tests for changes in revision 319710
by Marshall Clow
· 8 years ago
9180eb1
Implement p0137r1 - std::launder. Reviewed as https://reviews.llvm.org/D40144
by Marshall Clow
· 8 years ago
dc2596e
[test] Alignment must be > __STDCPP_DEFAULT_NEW_ALIGNMENT__ to call aligned new
by Casey Carter
· 8 years ago
515e9db
Change test suite to support c++17 dialect flag instead of c++1z.
by Eric Fiselier
· 8 years ago
492d713
[libc++] Support Microsoft ABI without vcruntime headers
by Shoaib Meenai
· 8 years ago
9ea675e
[libcxx] [test] Change comments to say C++ instead of c++. NFC.
by Stephan T. Lavavej
· 8 years ago
d29b12e
[libcxx] [test] Make files consistently end with newlines, NFC.
by Stephan T. Lavavej
· 8 years ago
539cb66
Revert "[libcxx] Annotate c++17 aligned new/delete operators with availability"
by Akira Hatanaka
· 8 years ago
393b55f
[libcxx] Annotate c++17 aligned new/delete operators with availability
by Akira Hatanaka
· 8 years ago
50d61da
Fix GCC 7 test failures.
by Eric Fiselier
· 8 years ago
cedc1ec
Temporarly XFAIL aligned new/delete tests on Windows.
by Eric Fiselier
· 8 years ago
e9c66ad
Add markup for libc++ dylib availability
by Mehdi Amini
· 8 years ago
7709213
Fix test failures caused by new/delete calls getting optimized away
by Eric Fiselier
· 9 years ago
ca0e501
Rename new_handler in tests to avoid conflicts with MSVC symbols.
by Eric Fiselier
· 9 years ago
fd83822
Fix unused parameters and variables
by Eric Fiselier
· 9 years ago
3ca4566
Fix more uses of dynamic exception specifications in C++17
by Eric Fiselier
· 9 years ago
50e59f3
Remove spurious token from #endif
by Roger Ferrer Ibanez
· 9 years ago
8c65623
Protect tests for new/delete under libcpp-no-exceptions
by Roger Ferrer Ibanez
· 9 years ago
db94496
Attempt to workaround XPASS for aligned allocation tests
by Eric Fiselier
· 9 years ago
d200357
Prevent new/delete replacement tests from being optimized away.
by Eric Fiselier
· 9 years ago
797cb4f
Clarify XFAIL comments
by Eric Fiselier
· 9 years ago
81b1393
XFAIL aligned allocation tests for older Clang versions
by Eric Fiselier
· 9 years ago
73bfe42
XFAIL aligned allocation test failures with UBSAN
by Eric Fiselier
· 9 years ago
0ae4f23
Implement P0035R4 -- Add C++17 aligned allocation functions
by Eric Fiselier
· 9 years ago
cc41622
Placate MSVC's unchecked malloc warnings.
by Eric Fiselier
· 9 years ago
32853ad
UBSan doesn't globally replace new/delete but it still makes some tests fail. Investigation needed.
by Eric Fiselier
· 9 years ago
0202dec
Move all tests for _LIBCPP_VERSION in language.support to test/libcxx/language.support.
by Eric Fiselier
· 9 years ago
0df0296
Allow placement new array test to consume extra bytes as specified by the standard.
by Eric Fiselier
· 9 years ago
eb5cfb02
Cleanup non-standard tests as reported by STL@microsoft.com. NFC.
by Eric Fiselier
· 9 years ago
6edc12c
[libcxx] Improve tests to use the UNSUPPORTED lit directive
by Asiri Rathnayake
· 9 years ago
f520c14
Make it possible to build a no-exceptions variant of libcxx.
by Asiri Rathnayake
· 10 years ago
abd52ca
Fix a handful of tests that fail in C++03
by Eric Fiselier
· 10 years ago
5fd3089
Fix warnings in test/std/language.support
by Eric Fiselier
· 10 years ago
88558e2
Cleanup tests that fail in C++1z and with Clang 3.8
by Eric Fiselier
· 10 years ago
5cbce17
Mark two tests as failing on clang 3.8 (they failed on 3.7, too)
by Marshall Clow
· 10 years ago
a84544a
Add TODO items and remove use of 'noexcept' in C++03 test.
by Eric Fiselier
· 10 years ago
4bcd428
Address @danalberts comments on r237700
by Eric Fiselier
· 10 years ago
deb3033
Add compiler flag test support to LIT. Fix new/delete tests on apple-clang.
by Eric Fiselier
· 10 years ago
ab8b1ce
mark new/delete tests as XFAIL more carefully
by Eric Fiselier
· 10 years ago
c1a44c4
[libcxx] Rework sized delete.
by Eric Fiselier
· 10 years ago
0e166e5
Fix for LWG Issue 2458: N3778 and new library deallocation signatures.
by Marshall Clow
· 10 years ago
ba7c3ff
Remove statement with no effect inside tests.
by Eric Fiselier
· 11 years ago
4b7533a
Use generic feature name for sanitizers that replace new and delete
by Eric Fiselier
· 11 years ago
e4864e0
More on adding sized deallocation functions in libc++: Continuing from r229281, this adds version guards and test cases.
by Larisse Voufo
· 11 years ago
5a83710
Move test into test/std subdirectory.
by Eric Fiselier
· 11 years ago