Sign in
flutter
/
third_party
/
libcxx
/
19b1c83593091947cfa4357199879b346de81cac
/
test
478f902
Refactor unique_ptr/shared_ptr deleter test types into single header.
by Eric Fiselier
· 8 years ago
e013dac
Fix demangle helper after r286788
by Eric Fiselier
· 8 years ago
e70e03c
Adjust msvc_stdlib_force_include.hpp to handle clang++
by Eric Fiselier
· 8 years ago
aa0c167
[libcxx] [test] Add msvc_stdlib_force_include.hpp.
by Stephan T. Lavavej
· 8 years ago
16e2ba1
[libcxx] [test] Fix comment typos, strip trailing whitespace.
by Stephan T. Lavavej
· 8 years ago
c3564b9
[libcxx] [test] Fix MSVC warnings C4127 and C6326 about constants.
by Stephan T. Lavavej
· 8 years ago
0d4bd61
Re-add mechanism to override LIT options using enviroment variables.
by Eric Fiselier
· 8 years ago
3dcf50c
Revert "Add mechanism to override LIT options using enviroment variables"
by Eric Fiselier
· 8 years ago
55c5f6b
Add mechanism to override LIT options using enviroment variables
by Eric Fiselier
· 8 years ago
f2b4889
Fix filesystem::path assignment from {}
by Eric Fiselier
· 8 years ago
6fb6490
Get more std::string _LIBCPP_DEBUG tests passing
by Eric Fiselier
· 8 years ago
44dbdb4
More configuration changes for running the test suite against MSVC's STL
by Eric Fiselier
· 8 years ago
6fbac40
Add support for running our test suite against MSVC's STL
by Eric Fiselier
· 8 years ago
1b30568
Fix type_info's constructor by making it explicit again.
by Eric Fiselier
· 8 years ago
c8fc92c
[libcxx] [test] Don't ask whether Incomplete& can be assigned to.
by Stephan T. Lavavej
· 8 years ago
37b2be9
Fix std::string assignment ambiguity from braced initializer lists.
by Eric Fiselier
· 8 years ago
2e5a364
Add warning messages to buildit/testit about their upcoming removal
by Eric Fiselier
· 8 years ago
ebb9839
Rename new_handler in tests to avoid conflicts with MSVC symbols.
by Eric Fiselier
· 8 years ago
bde2871
Improve CMake and LIT support for Windows
by Eric Fiselier
· 8 years ago
b894a0b
Added a workaround for a `-fdelayed-template-parsing` bug.
by Michael Park
· 8 years ago
d25c997
Implement the missing constexpr stuff in <array>. Fixes PR#31645.
by Marshall Clow
· 8 years ago
f620d22
Work around python3 bytes vs str in libc++ test config
by Eric Fiselier
· 8 years ago
5cd8a36
XFAIL native handle tests
by Eric Fiselier
· 8 years ago
5fd0d08
Fix demangle.h on Windows
by Eric Fiselier
· 8 years ago
29d52a2
Fix last_write_time tests for filesystems that don't support negative and very large times
by Jonas Hahnfeld
· 8 years ago
06192cb
Mark test as UNSUPPORTED on Windows since it hangs forever
by Eric Fiselier
· 8 years ago
30d12e3
Fix Windows try_lock implementation
by Eric Fiselier
· 8 years ago
157fd34
[libc++][CMake] Use debug MSVC runtimes when libc++ is built in debug mode
by Eric Fiselier
· 8 years ago
fdd3c91
[libc++] [CMake] Link with /nodefaultlibs on Windows
by Eric Fiselier
· 8 years ago
50ca324
Use __is_identifier to detect Clang extensions instead of __has_extension.
by Eric Fiselier
· 8 years ago
cdffd52
Don't force use of lld in tests on Windows
by Eric Fiselier
· 8 years ago
5ed7675
Diagnose invalid memory orderings in <atomic>
by Eric Fiselier
· 8 years ago
eaf2920
Diagnose non-const-callable hash functions and comparators
by Eric Fiselier
· 8 years ago
ebaf7da
Add _LIBCPP_DIAGNOSE_WARNING and _LIBCPP_DIAGNOSE_ERROR macros.
by Eric Fiselier
· 8 years ago
ce921fa
Implement P0426: Constexpr for std::char_traits
by Marshall Clow
· 8 years ago
47b1cef
Mark tests as unsupported under libcpp-no-exceptions
by Roger Ferrer Ibanez
· 8 years ago
6b78198
Added XFAIL for the apple versions of clang as well
by Marshall Clow
· 8 years ago
7d32d2f
Implement P0403R1 - 'Literal suffixes for basic_string_view'. Requires clang 4.0 (specifically, r290744)
by Marshall Clow
· 8 years ago
c60e8fc
Replace identifiers called `__out` because Windows.h #defines it.
by Eric Fiselier
· 8 years ago
51eb1be
[libcxx] [test] Strip trailing whitespace. NFC, no code review.
by Stephan T. Lavavej
· 8 years ago
5616ee5
Get all tuple tests passing on Windows
by Eric Fiselier
· 8 years ago
afd7cc8
Fix linking of DLL's on Windows
by Eric Fiselier
· 8 years ago
8eb066a
Replace _LIBCPP_HAS_NO_DELETED_FUNCTIONS with _LIBCPP_CXX03_LANG
by Eric Fiselier
· 8 years ago
66134e8
[libc++] Cleanup and document <__threading_support>
by Eric Fiselier
· 8 years ago
dceaa0e
Add gcc-[56] clang-3.[678] to list of XFAILS for variant tests. Patch from Michael Park
by Eric Fiselier
· 8 years ago
704ed27
Use C++11 static_assert in variant tests. Patch from Michael Park
by Eric Fiselier
· 8 years ago
20f0c0f
Get tests linking on Windows.
by Eric Fiselier
· 8 years ago
976f3f3
Fix test suite configuration when no lit.site.cfg is available
by Eric Fiselier
· 8 years ago
85294a2
Get test-suite configuring on Windows with clang-cl
by Eric Fiselier
· 8 years ago
d0f20b2
Fix XPASS buildbot failure related to structured bindings
by Eric Fiselier
· 8 years ago
c3dfece
Fix PR26961 - Add default constructor to std::pointer_safety struct.
by Eric Fiselier
· 8 years ago
46a0c2e
Fix std::pointer_safety type in ABI v2
by Eric Fiselier
· 8 years ago
2b3c8a2
Fix verify test on 32 bit systems
by Eric Fiselier
· 8 years ago
3df90c9
Implement P0505: 'Wording for GB 50'
by Marshall Clow
· 8 years ago
9c6b70a
Use C++11 static_assert in variant tests. Patch from Michael Park
by Eric Fiselier
· 8 years ago
06a0feb
[libcxx] Re-implement LWG 2770 again: Fix tuple_size to work with structured bindings
by Eric Fiselier
· 8 years ago
e22af6b
Implement the last bit of P0031: 'A Proposal to Add Constexpr Modifiers to reverse_iterator, move_iterator, array and Range Access' for C++17
by Marshall Clow
· 8 years ago
dcac520
[libcxx] [test] Strip trailing whitespace.
by Stephan T. Lavavej
· 8 years ago
3169d4a
[libcxx] [test] Fix recently introduced warnings emitted by MSVC.
by Stephan T. Lavavej
· 8 years ago
e262e7b
[libcxx] Add build/test support for the externally threaded libc++abi variant
by Asiri Rathnayake
· 8 years ago
e29d9ff
[libcxx] Fix testing of the externally-threaded library build after r290850
by Asiri Rathnayake
· 8 years ago
1d19237
threading_support: refactor for Win32 threading
by Saleem Abdulrasool
· 8 years ago
cfc5515
Recommit r290839 - Fix configuring and building libc++ w/o an ABI library.
by Eric Fiselier
· 8 years ago
4084384
Re-implement LWG 2770 - Fix tuple_size with structured bindings.
by Eric Fiselier
· 8 years ago
4797c11
Fix some 'FIXME's in the tests.
by Marshall Clow
· 8 years ago
bc06f26
Recommit r290750: Fix PR19460 - std::ios is convertible to int.
by Eric Fiselier
· 8 years ago
6ce93e5
Revert r290750 - Fix PR19460 - std::ios is convertible to int.
by Eric Fiselier
· 8 years ago
01153d5
Add missing include in test.
by Eric Fiselier
· 8 years ago
687c0bb
Fix PR19460 - std::ios is convertible to int.
by Eric Fiselier
· 8 years ago
1e17bc1
Remove mblen(), mbtowc() and wctomb() from the thread-unsafe functions.
by Ed Schouten
· 8 years ago
8673c52
Get ctype_byname tests passing on Linux.
by Eric Fiselier
· 8 years ago
152e5e6
Fix PR31489 - std::function self-swap segfaults
by Eric Fiselier
· 8 years ago
fb34238
Fix debug mode for vector/list and cleanup tests
by Eric Fiselier
· 8 years ago
47257c4
Add tests for unordered container tests and std::string
by Eric Fiselier
· 8 years ago
fa31c10
Fix build errors in C++03 caused by recent debug changes
by Eric Fiselier
· 8 years ago
01eb99a
Implement a throwing version of _LIBCPP_ASSERT.
by Eric Fiselier
· 8 years ago
046a71b
Implement P0435R1 - Resolving LWG issues for common_type
by Eric Fiselier
· 8 years ago
3010df9
Fix PR31481 - 3+ parameter common_type isn't SFINAE friendly
by Eric Fiselier
· 8 years ago
99447c8
Fix bug #31387 - not checking end iterator when parsing decimal escape. Thanks to Karen for the report.
by Marshall Clow
· 8 years ago
ab9ab94
Enable -Wunreachable-code and fix duplicate warning flags
by Eric Fiselier
· 8 years ago
e32aed8
Fix ASAN test failure
by Eric Fiselier
· 8 years ago
3414afa
Fix -Wsign-compare warnings in re tests that only run on OS X
by Eric Fiselier
· 8 years ago
68e3ccb
Fix sign-compare warnings on ARM platforms caused by wchar_t being unsigned
by Eric Fiselier
· 8 years ago
f62eee4
Fix warning caused by platforms providing a signed wint_t
by Eric Fiselier
· 8 years ago
f475367
Fix yet another missed -Wunused warning. Hopefully this is the last one
by Eric Fiselier
· 8 years ago
10dd69e
Fix unused warning which only triggers in C++11
by Eric Fiselier
· 8 years ago
e978403
fix warnings only produced by apple-clang
by Eric Fiselier
· 8 years ago
9d2fd1f
Fix missed sign-compare warning
by Eric Fiselier
· 8 years ago
0a1cbcf
fix newly failing c++03 tests
by Eric Fiselier
· 8 years ago
3678f7d
Fix another unused warning
by Eric Fiselier
· 8 years ago
50f6579
fix sign comparison warnings
by Eric Fiselier
· 8 years ago
0e5ebbc
Fix unused parameters and variables
by Eric Fiselier
· 8 years ago
0de917e
Update doc and various cleanup
by Eric Fiselier
· 8 years ago
59c5cb0
Add test that _LIBCPP_VERSION matches __libcpp_version
by Eric Fiselier
· 8 years ago
20ace04
Add apple-clang-8 to list of XFAILS for some variant tests. Patch from Michael Park
by Eric Fiselier
· 8 years ago
1d0d379
Fix XFAILS for is_trivially_destructible trait
by Eric Fiselier
· 8 years ago
b7fe139
Fix typo
by Eric Fiselier
· 8 years ago
cdc59e5
Add tests for LWG 2796
by Eric Fiselier
· 8 years ago
90314c5
Add more test cases for PR31384
by Eric Fiselier
· 8 years ago
1739d3e
Add test case for PR31384
by Eric Fiselier
· 8 years ago
Next »