Sign in
chromium
/
chromium
/
llvm-project
/
libcxx
/
629aa5670a6cb6bc61cd3dcca05de4b05fbda03b
/
test
629aa56
[libcxx] [test] In test/support/test_allocator.h, fix construct() to avoid moving immovable types.
by Eric Fiselier
· 9 years ago
42e3e18
Improve portability of random_device tests. Patch from STL@microsoft.com
by Eric Fiselier
· 9 years ago
c02ca7f
Improve portability of vector tests. Patch from STL@microsoft.com
by Eric Fiselier
· 9 years ago
a995776
Improve portability of hash tests. Patch from STL@microsoft.com
by Eric Fiselier
· 9 years ago
d0eba8d
Fix bad test that was previously getting ifdef-ed away
by Eric Fiselier
· 9 years ago
d24c465
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER.
by Eric Fiselier
· 9 years ago
174432d
Found a couple bugs in the test suite. No functionality change.
by Marshall Clow
· 9 years ago
5a623cf
Update errcat.objects tests so they test the bug fixed in r272640.
by Eric Fiselier
· 9 years ago
e443672
Avoid octal escape sequence warning with MSVC. Patch from STL@microsoft.com
by Eric Fiselier
· 9 years ago
10d7856
Add missing include
by Eric Fiselier
· 9 years ago
1f471cb
Temporarily XFAIL variadic lock_guard mangling test for GCC 4.9
by Eric Fiselier
· 9 years ago
10b52a0
Implement variadic lock_guard.
by Eric Fiselier
· 9 years ago
a30cee2
Make system_error::message() thread safe. Fixes PR25598.
by Eric Fiselier
· 9 years ago
55ae1f0
Ignore depricated warnings from <ext/hash_map> and <ext/hash_set>
by Eric Fiselier
· 9 years ago
bfdae20
Fix warnings in tests.
by Eric Fiselier
· 9 years ago
202acb7
Remove unused local var. Patch from STL@microsoft.com
by Eric Fiselier
· 9 years ago
afa2f43
Prevent truncation warning. Patch from STL@microsoft.com
by Eric Fiselier
· 9 years ago
831bfc2
Fix vector<bool> tests that were using ints. Patch from STL@microsoft.com
by Eric Fiselier
· 9 years ago
d6c0cf0
Rename variables to prevent shadowing. Patch from STL@microsoft.com
by Eric Fiselier
· 9 years ago
5e3bf9c
Avoid name shadowing in test. Patch from STL@microsoft.com
by Eric Fiselier
· 9 years ago
be6c5e1
Silence more unused variable warnings. Patch from STL@microsoft.com
by Eric Fiselier
· 9 years ago
bf5a418
Remove _LIBCPP_TRIVIAL_PAIR_COPY_CTOR option.
by Eric Fiselier
· 9 years ago
d8df178
Add `REQUIRES: c++experimental` where appropriate.
by Dan Albert
· 9 years ago
4241df3
Make the comparison objects that we pass in for various tests look more like actual comparison objects. No functional change.
by Marshall Clow
· 9 years ago
467eaf8
Avoid Shadowing warnings in the associative containers tests. Thanks to STL for the patch.
by Marshall Clow
· 9 years ago
fb59f5c
Rename some test data (and make it const) to rid us of some shadowing warnings in the test suite. No functional change. Thanks to STL@microsoft for the report and patch.
by Marshall Clow
· 9 years ago
10b4526
Remove arithmetic +/-127 on chars; results in UB when dealing with signed chars. Thanks to STL@microsoft for the report.
by Marshall Clow
· 9 years ago
1575e3e
[libcxx] Fix c++98 test failures.
by Asiri Rathnayake
· 9 years ago
3bf0d98
Add not_fn test for throwing operator!
by Eric Fiselier
· 9 years ago
dd74189
Fix TEST_HAS_NO_EXCEPTIONS misspelling in the test suite.
by Eric Fiselier
· 9 years ago
03b9c6b
Mark LWG issue 2545 as complete. Add extra tests
by Eric Fiselier
· 9 years ago
b36940b
Fix leak in __enable_weak_this(). Thanks to Arthur O'Dwyer for finding it.
by Eric Fiselier
· 9 years ago
e98bd2a
Mark LWG issue 2250 as complete
by Eric Fiselier
· 9 years ago
400d356
Mark LWG issue 2450 as complete.
by Eric Fiselier
· 9 years ago
c230822
Add C++17 std::not_fn negator.
by Eric Fiselier
· 9 years ago
dbfa5b6
Remove enable_shared_from_this test since it leaks the control block and fails with ASAN
by Eric Fiselier
· 9 years ago
18e1ea6
Implement P0033R1 - Re-enabling shared_from_this
by Eric Fiselier
· 9 years ago
84acb1e
Remove trailing whitespace in test suite. Approved by Marshall Clow.
by Eric Fiselier
· 9 years ago
68db6cd
Cleanup non-standard tests as reported by STL@microsoft.com. NFC.
by Eric Fiselier
· 9 years ago
8a8c114
Mark LWG issue 2520 as complete
by Eric Fiselier
· 9 years ago
57c164f
Add tests that got missed in r271247.
by Eric Fiselier
· 9 years ago
7883d02
Mark LWG issue 2537 as complete
by Eric Fiselier
· 9 years ago
7d1c44c
Mark LWG issue #2585 as complete
by Eric Fiselier
· 9 years ago
9791377
Mark LWG issue 2565 as complete. Update the tests to check it.
by Eric Fiselier
· 9 years ago
efa8e88
Make string_view work with -fno-exceptions and get tests passing.
by Eric Fiselier
· 9 years ago
2aad5d5
Fix bug in test allocator that incorrectly computed the allocation size
by Eric Fiselier
· 9 years ago
a3eac51
[libcxx] Improve tests to use the UNSUPPORTED lit directive
by Asiri Rathnayake
· 9 years ago
dcb35ad
Add missing include to test_iterators.h
by Eric Fiselier
· 9 years ago
1f21fcd
Guard testing of tuple extensions to make tests portable
by Eric Fiselier
· 9 years ago
7515c69
Tolerate incorrect return type for 'isinf' and 'isnan' in tests.
by Eric Fiselier
· 9 years ago
a3388c6
Test hijacking ADL for operator& in the stream iterator constructors.
by Eric Fiselier
· 10 years ago
995f64c
Add test for r269789
by Eric Fiselier
· 10 years ago
7f271a0
Add some checking so that the TEST_HAS_XXX macros match up with the _LIBCPP_NO_HAS_XXX macros. No functional change
by Marshall Clow
· 10 years ago
2c15439
Implement P0030R1: Introduce a 3-Argument Overload to std::hypot
by Marshall Clow
· 10 years ago
3cc263d
Remove C++11 feature macros in tests. Use TEST_STD_VER instead.
by Eric Fiselier
· 10 years ago
5d98497
Add a test for uniqueptr having either NULL and nullptr
by Marshall Clow
· 10 years ago
aee206a
Apply D20014 - fix a missing return in a test. Fixes PR#27720
by Marshall Clow
· 10 years ago
4e69be0
Generate code coverage for experimental libraries
by Eric Fiselier
· 10 years ago
4db388b
Change allocator<T>::allocate to throw length_error, not bad_alloc
by Eric Fiselier
· 10 years ago
dba23b4
Add experimental container alias templates for PMRs
by Eric Fiselier
· 10 years ago
257fd69
Add <experimental/memory_resource>
by Eric Fiselier
· 10 years ago
7048769
Tweak --param=no_default_flags=true to still add -Ilibcxx/test/support
by Eric Fiselier
· 10 years ago
8a7462d
Removing some trailing whitespace
by Eric Fiselier
· 10 years ago
7da079c
Make check-libcxx dependant on libc++experimental if present.
by Eric Fiselier
· 10 years ago
5e4698c
Create new library 'libc++experimental.a' for packaging TS symbols.
by Eric Fiselier
· 10 years ago
6aec020
Fix PR27538. Remove __is_convertible specializations for array and function types.
by Eric Fiselier
· 10 years ago
219406e
[libcxx] [test] Replace non-Standard "atomic_flag f(false);" with Standard "atomic_flag f;"
by Eric Fiselier
· 10 years ago
0cf277c
Don't use std::__clz in 'test/support/hexfloat.h'.
by Eric Fiselier
· 10 years ago
3ed38a9
Guard use of <unistd.h> in test.
by Eric Fiselier
· 10 years ago
feb3898
Cleanup warnings and remove use of __builtin_va_list in depr.c.headers
by Eric Fiselier
· 10 years ago
46c0511
Initialize local doubles to NaN. Patch from STL@microsoft.com
by Eric Fiselier
· 10 years ago
a9ea113
Void cast runtime-unused variables. Patch from STL@microsoft.com
by Eric Fiselier
· 10 years ago
61a220a
Replace one more occurrence of non-standard std:launch::any. Patch from STL@microsoft.com
by Eric Fiselier
· 10 years ago
59af3f8
Fix PR21428 for long. Buffer was one byte too small in octal formatting case. Rename previously added test
by Eric Fiselier
· 10 years ago
bc8538f
Move extern C include test into test/libcxx
by Eric Fiselier
· 10 years ago
a7a9004
Fix test failures by adding missing include
by Eric Fiselier
· 10 years ago
1e5a4a4
Fix or move various non-standard tests.
by Eric Fiselier
· 10 years ago
96becae
Move INVOKE tests into test/libcxx sub-tree.
by Eric Fiselier
· 10 years ago
7aa3806
Fix possible test breakage for MinGW
by Eric Fiselier
· 10 years ago
59f8126
Fix get_temp_file_name() to compile on Windows. Patch from STL@microsoft.com
by Eric Fiselier
· 10 years ago
138574c
Remove more names of unreferenced parameters. Patch from STL@microsoft.com
by Eric Fiselier
· 10 years ago
b6e757e
Add a return value for nasty_mutex::operator&. Patch from STL@microsoft.com
by Eric Fiselier
· 10 years ago
2d1a7f1
Add <string> include for streaming operators. Patch from STL@microsoft.com
by Eric Fiselier
· 10 years ago
6531a09
Add proper include for unique_ptr. Patch from STL@microsoft.com
by Eric Fiselier
· 10 years ago
375e2f6
Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros
by Eric Fiselier
· 10 years ago
bda804e
Remove names of unreferenced parameters. Patch from STL@microsoft.com
by Eric Fiselier
· 10 years ago
849c551
Add braces, move braces, and rename variables to avoid shadowing. Patch from STL@microsoft.com
by Eric Fiselier
· 10 years ago
ce24f96
Provide member function definitions to avoid warnings. Patch from STL@microsoft.com
by Eric Fiselier
· 10 years ago
a32eb83
Rename function parameters to avoid shadowing. Patch from STL@microsoft.com
by Eric Fiselier
· 10 years ago
4596c29
Guard Clang and GCC specific pragmas. Patch from STL@microsoft.com
by Eric Fiselier
· 10 years ago
d446308
Fix = that should have been == in test. Thanks to STL@microsoft for the catch
by Marshall Clow
· 10 years ago
85d5622
Apparently XFAIL tests that are supposed to fail to compile can be problematic. They still get compiled, and if the compile succeeds, the buildbots complain. Replace the XFAIL with #error.
by Marshall Clow
· 10 years ago
6dfff1c
#include <test_macros.h> in all the regex tests, and remove all mentions of __cpluplus (use TEST_STD_VERS and/or XFAIL instead). No functional change
by Marshall Clow
· 10 years ago
d7f1f97
Rename a few tests that had typos in their names. No functional change. Thanks to STL for the catch
by Marshall Clow
· 10 years ago
5ccbc48
Fix some non-standard parts of our test suite. Reported by STL
by Eric Fiselier
· 10 years ago
59f2aea
Add missing include of <algorithm>
by Marshall Clow
· 10 years ago
df46b78
Fix LWG issue #2106: move_iterators returning prvalues
by Eric Fiselier
· 10 years ago
6f367f0
Fix C++03 build breakage
by Eric Fiselier
· 10 years ago
c6c26a4
Complete LWG issue #2016. Allocators must be nothrow swappable
by Eric Fiselier
· 10 years ago
8f1e73d
Add is_swappable/is_nothrow_swappable traits
by Eric Fiselier
· 10 years ago
Next »