[libcxx] r332159 - [libcxx] [test] Update msvc_stdlib_force_include.hpp.

2018-05-11 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Fri May 11 16:57:32 2018 New Revision: 332159 URL: http://llvm.org/viewvc/llvm-project?rev=332159&view=rev Log: [libcxx] [test] Update msvc_stdlib_force_include.hpp. Modified: libcxx/trunk/test/support/msvc_stdlib_force_include.hpp Modified: libcxx/trunk/test/support/m

[libcxx] r314258 - [libcxx] [test] Strip trailing whitespace.

2017-09-26 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Tue Sep 26 16:08:41 2017 New Revision: 314258 URL: http://llvm.org/viewvc/llvm-project?rev=314258&view=rev Log: [libcxx] [test] Strip trailing whitespace. Modified: libcxx/trunk/test/std/strings/basic.string/string.modifiers/string_insert/string_view.pass.cpp Modified

[libcxx] r314257 - [libcxx] [test] Silence warning C4324 for MSVC.

2017-09-26 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Tue Sep 26 16:08:39 2017 New Revision: 314257 URL: http://llvm.org/viewvc/llvm-project?rev=314257&view=rev Log: [libcxx] [test] Silence warning C4324 for MSVC. This warning "structure was padded due to alignment specifier" says that the compiler is going to do exactly what

[libcxx] r314259 - [libcxx] [test] Fix unused local typedef warnings.

2017-09-26 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Tue Sep 26 16:08:43 2017 New Revision: 314259 URL: http://llvm.org/viewvc/llvm-project?rev=314259&view=rev Log: [libcxx] [test] Fix unused local typedef warnings. Modified: libcxx/trunk/test/std/strings/basic.string/string.ops/string_find.last.not.of/string_view_size.p

[libcxx] r324959 - [libcxx] [test] Strip trailing whitespace, NFC.

2018-02-12 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Mon Feb 12 14:54:35 2018 New Revision: 324959 URL: http://llvm.org/viewvc/llvm-project?rev=324959&view=rev Log: [libcxx] [test] Strip trailing whitespace, NFC. Modified: libcxx/trunk/test/std/algorithms/alg.modifying.operations/alg.copy/copy.pass.cpp libcxx/trunk/

[libcxx] r326120 - [libcxx] [test] Fix MSVC warnings and errors.

2018-02-26 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Mon Feb 26 12:47:46 2018 New Revision: 326120 URL: http://llvm.org/viewvc/llvm-project?rev=326120&view=rev Log: [libcxx] [test] Fix MSVC warnings and errors. test/std/numerics/numeric.ops/exclusive.scan/exclusive_scan.pass.cpp test/std/numerics/numeric.ops/exclusive.scan/ex

[libcxx] r304765 - [libcxx] [test] Add _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to msvc_stdlib_force_include.hpp.

2017-06-05 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Mon Jun 5 21:46:12 2017 New Revision: 304765 URL: http://llvm.org/viewvc/llvm-project?rev=304765&view=rev Log: [libcxx] [test] Add _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to msvc_stdlib_force_include.hpp. This macro will instruct MSVC's STL to not warn about features that

[libcxx] r305000 - [libcxx] [test] Update locale names for Windows.

2017-06-08 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Thu Jun 8 13:22:03 2017 New Revision: 305000 URL: http://llvm.org/viewvc/llvm-project?rev=305000&view=rev Log: [libcxx] [test] Update locale names for Windows. locale.codecvt.byname/ctor_char.pass.cpp: This test used to use "en_US" as a plain string instead of using platf

[libcxx] r304999 - [libcxx] [test] Remove a Clang/C2 workaround.

2017-06-08 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Thu Jun 8 13:21:59 2017 New Revision: 304999 URL: http://llvm.org/viewvc/llvm-project?rev=304999&view=rev Log: [libcxx] [test] Remove a Clang/C2 workaround. Clang/LLVM doesn't need this workaround. Fixes D33955. Modified: libcxx/trunk/test/std/utilities/optional/opt

[libcxx] r305843 - [libcxx] [test] Add more tests to tuple_size_structured_bindings.pass.cpp and make it friendlier to C1XX.

2017-06-20 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Tue Jun 20 15:34:50 2017 New Revision: 305843 URL: http://llvm.org/viewvc/llvm-project?rev=305843&view=rev Log: [libcxx] [test] Add more tests to tuple_size_structured_bindings.pass.cpp and make it friendlier to C1XX. Style/paranoia: 42.1 doesn't have an exact binary repre

[libcxx] r305848 - [libcxx] [test] Strip trailing whitespace. NFC.

2017-06-20 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Tue Jun 20 16:00:02 2017 New Revision: 305848 URL: http://llvm.org/viewvc/llvm-project?rev=305848&view=rev Log: [libcxx] [test] Strip trailing whitespace. NFC. Modified: libcxx/trunk/test/std/algorithms/alg.nonmodifying/alg.foreach/for_each_n.pass.cpp libcxx/trunk

[libcxx] r305854 - [libcxx] [test] Fix -Wmismatched-tags in tuple_size_structured_bindings.pass.cpp.

2017-06-20 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Tue Jun 20 16:10:53 2017 New Revision: 305854 URL: http://llvm.org/viewvc/llvm-project?rev=305854&view=rev Log: [libcxx] [test] Fix -Wmismatched-tags in tuple_size_structured_bindings.pass.cpp. Clang and C1XX both complain about mismatched class/struct, but libc++ and MSV

[libcxx] r322144 - [libcxx] [test] Improve MSVC portability.

2018-01-09 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Tue Jan 9 16:39:46 2018 New Revision: 322144 URL: http://llvm.org/viewvc/llvm-project?rev=322144&view=rev Log: [libcxx] [test] Improve MSVC portability. test/support/msvc_stdlib_force_include.hpp When testing MSVC's STL with C1XX, simulate a couple more compiler feature-te

[libcxx] r334676 - [libcxx] [test] Strip trailing whitespace. NFC.

2018-06-13 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Wed Jun 13 17:12:20 2018 New Revision: 334676 URL: http://llvm.org/viewvc/llvm-project?rev=334676&view=rev Log: [libcxx] [test] Strip trailing whitespace. NFC. Modified: libcxx/trunk/test/std/containers/container.adaptors/priority.queue/priqueue.cons/deduct.fail.cpp

[libcxx] r334675 - [libcxx] [test] Update msvc_stdlib_force_include.hpp.

2018-06-13 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Wed Jun 13 17:12:14 2018 New Revision: 334675 URL: http://llvm.org/viewvc/llvm-project?rev=334675&view=rev Log: [libcxx] [test] Update msvc_stdlib_force_include.hpp. MSVC's STL removed _SCL_SECURE_NO_WARNINGS. MSVC's STL implemented feature-test macros. Modified: libc

[libcxx] r312258 - [libcxx] [www] Change http://cplusplus.github.io/LWG/lwg-defects.html# to https://wg21.link/lwg .

2017-08-31 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Thu Aug 31 10:59:36 2017 New Revision: 312258 URL: http://llvm.org/viewvc/llvm-project?rev=312258&view=rev Log: [libcxx] [www] Change http://cplusplus.github.io/LWG/lwg-defects.html# to https://wg21.link/lwg . Fixes D37318. Modified: libcxx/trunk/www/cxx1y_status.html

[libcxx] r312260 - [libcxx] [www] Manually change http links to https.

2017-08-31 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Thu Aug 31 10:59:42 2017 New Revision: 312260 URL: http://llvm.org/viewvc/llvm-project?rev=312260&view=rev Log: [libcxx] [www] Manually change http links to https. Fixes D37318. Modified: libcxx/trunk/www/atomic_design.html libcxx/trunk/www/atomic_design_a.html

[libcxx] r312261 - [libcxx] [www] Fix broken link for LLVM Bugzilla.

2017-08-31 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Thu Aug 31 10:59:46 2017 New Revision: 312261 URL: http://llvm.org/viewvc/llvm-project?rev=312261&view=rev Log: [libcxx] [www] Fix broken link for LLVM Bugzilla. Fixes D37318. Modified: libcxx/trunk/www/index.html Modified: libcxx/trunk/www/index.html URL: http://llv

[libcxx] r312259 - [libcxx] [www] Semi-manually change http://www.open-std.org and http://isocpp.org papers to https://wg21.link .

2017-08-31 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Thu Aug 31 10:59:39 2017 New Revision: 312259 URL: http://llvm.org/viewvc/llvm-project?rev=312259&view=rev Log: [libcxx] [www] Semi-manually change http://www.open-std.org and http://isocpp.org papers to https://wg21.link . Fixes D37318. Modified: libcxx/trunk/www/ato

[libcxx] r312262 - [libcxx] [www] Strip trailing whitespace.

2017-08-31 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Thu Aug 31 10:59:48 2017 New Revision: 312262 URL: http://llvm.org/viewvc/llvm-project?rev=312262&view=rev Log: [libcxx] [www] Strip trailing whitespace. Fixes D37318. Modified: libcxx/trunk/www/atomic_design_c.html libcxx/trunk/www/cxx1y_status.html libcxx/tru

[libcxx] r312263 - [libcxx] [www] Change an absolute link to cxx1z_status.html to be relative.

2017-08-31 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Thu Aug 31 10:59:51 2017 New Revision: 312263 URL: http://llvm.org/viewvc/llvm-project?rev=312263&view=rev Log: [libcxx] [www] Change an absolute link to cxx1z_status.html to be relative. Fixes D37318. Modified: libcxx/trunk/www/upcoming_meeting.html Modified: libcxx/

RE: [PATCH] D36860: [Driver] Recognize DevDiv internal builds of MSVC, with a different directory structure

2017-08-31 Thread Stephan T. Lavavej via cfe-commits
[STL] > I can't check in copies of `cl.exe` and `link.exe` (the former's version is > inspected, so it can't just be a dummy file). > I'm happy without upstream tests for this logic. In the long run, I hope that > we can eliminate this internal directory structure and make it identical to > the

[libcxx] r329977 - [libcxx] [test] Use TEST_COMPILER_C1XX.

2018-04-12 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Thu Apr 12 16:56:17 2018 New Revision: 329977 URL: http://llvm.org/viewvc/llvm-project?rev=329977&view=rev Log: [libcxx] [test] Use TEST_COMPILER_C1XX. Also TEST_COMPILER_CLANG in one place. (More could be changed.) Modified: libcxx/trunk/test/std/algorithms/alg.modif

[libcxx] r329974 - [libcxx] [test] Avoid unary_function.

2018-04-12 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Thu Apr 12 16:56:10 2018 New Revision: 329974 URL: http://llvm.org/viewvc/llvm-project?rev=329974&view=rev Log: [libcxx] [test] Avoid unary_function. Replace unary_function inheritance (which was never required, even in C++98) with argument_type and result_type typedefs. Th

[libcxx] r329973 - [libcxx] [test] Avoid MSVC truncation warnings.

2018-04-12 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Thu Apr 12 16:56:07 2018 New Revision: 329973 URL: http://llvm.org/viewvc/llvm-project?rev=329973&view=rev Log: [libcxx] [test] Avoid MSVC truncation warnings. MSVC emits "warning C4244: 'initializing': conversion from 'int' to 'short', possible loss of data" when it sees p

[libcxx] r329978 - [libcxx] [test] Fix whitespace, NFC.

2018-04-12 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Thu Apr 12 16:56:22 2018 New Revision: 329978 URL: http://llvm.org/viewvc/llvm-project?rev=329978&view=rev Log: [libcxx] [test] Fix whitespace, NFC. test/std almost always uses spaces; now it is entirely tab-free. Modified: libcxx/trunk/test/std/algorithms/alg.modifyi

[libcxx] r329976 - [libcxx] [test] Silence MSVC warning C4146.

2018-04-12 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Thu Apr 12 16:56:14 2018 New Revision: 329976 URL: http://llvm.org/viewvc/llvm-project?rev=329976&view=rev Log: [libcxx] [test] Silence MSVC warning C4146. This test code triggers the MSVC warning: "unary minus operator applied to unsigned type, result still unsigned" Alt

[libcxx] r329975 - [libcxx] [test] Fix nodiscard warnings.

2018-04-12 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Thu Apr 12 16:56:12 2018 New Revision: 329975 URL: http://llvm.org/viewvc/llvm-project?rev=329975&view=rev Log: [libcxx] [test] Fix nodiscard warnings. MSVC's STL has marked to_bytes/from_bytes as nodiscard. Fixes D45595. Modified: libcxx/trunk/test/std/localization/

[libcxx] r329979 - [libcxx] [test] Use TEST_IGNORE_NODISCARD.

2018-04-12 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Thu Apr 12 17:07:48 2018 New Revision: 329979 URL: http://llvm.org/viewvc/llvm-project?rev=329979&view=rev Log: [libcxx] [test] Use TEST_IGNORE_NODISCARD. Fixes D45595. Modified: libcxx/trunk/test/std/localization/locales/locale.convenience/conversions/conversions.str

[libcxx] r331576 - [libcxx] [test] Fix whitespace, NFC.

2018-05-04 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Fri May 4 18:40:27 2018 New Revision: 331576 URL: http://llvm.org/viewvc/llvm-project?rev=331576&view=rev Log: [libcxx] [test] Fix whitespace, NFC. Strip trailing whitespace and untabify. Modified: libcxx/trunk/test/std/iterators/stream.iterators/ostreambuf.iterator/

[libcxx] r331575 - [libcxx] [test] Fix MSVC x64 truncation warning.

2018-05-04 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Fri May 4 18:40:24 2018 New Revision: 331575 URL: http://llvm.org/viewvc/llvm-project?rev=331575&view=rev Log: [libcxx] [test] Fix MSVC x64 truncation warning. warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data Requesting post-commit revi

[PATCH] D23685: [libcxx] [test] Include the iterator header for back_inserter.

2016-09-30 Thread Stephan T. Lavavej via cfe-commits
STL_MSFT closed this revision. STL_MSFT added a comment. This was checked in ages ago. https://reviews.llvm.org/D23685 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[PATCH] D25141: [libcxx] [test] Remove MSVC workarounds

2016-09-30 Thread Stephan T. Lavavej via cfe-commits
STL_MSFT created this revision. STL_MSFT added reviewers: EricWF, mclow.lists. STL_MSFT added a subscriber: cfe-commits. MSVC has finally fixed the compiler bug that was warning about unreferenced parameters when invoking destructors, so we can remove the void casts that were working around the

[PATCH] D22973: [libcxx] [test] Add TEST_STACK_ALLOCATOR_WORKAROUND.

2016-09-30 Thread Stephan T. Lavavej via cfe-commits
STL_MSFT added a comment. I know that this stack_allocator issue is a huge headache, but would it be possible to accept this small, non-intrusive diff upstream? This is the last local change that I have. https://reviews.llvm.org/D22973 ___ cfe-com

[PATCH] D25154: [libc++] Fix stack_allocator

2016-10-03 Thread Stephan T. Lavavej via cfe-commits
STL_MSFT added a comment. stack_allocator.h is inconsistent about saying plain size_t or std::size_t. stack_allocator.h should include type_traits for integral_constant. stack_allocator.h refers to stack_allocator as both a class and a struct. It should be consistent (not just because MSVC comp

[PATCH] D25248: [libcxx] [test] Fix shadow warnings.

2016-10-04 Thread Stephan T. Lavavej via cfe-commits
STL_MSFT created this revision. STL_MSFT added reviewers: EricWF, mclow.lists. STL_MSFT added a subscriber: cfe-commits. Fix MSVC shadow warnings in a newly added test, by renaming local variables. https://reviews.llvm.org/D25248 Files: test/std/utilities/utility/forward/move.pass.cpp Index

[PATCH] D25251: [libcxx] [test] Guard __has_include usage with a macro

2016-10-04 Thread Stephan T. Lavavej via cfe-commits
STL_MSFT created this revision. STL_MSFT added reviewers: EricWF, mclow.lists. STL_MSFT added a subscriber: cfe-commits. There's a macro scheme already being used for __has_feature etc. Use it for __has_include too, which makes MSVC happy (it doesn't support __has_include yet, and unguarded use

[PATCH] D25248: [libcxx] [test] Fix shadow warnings.

2016-10-07 Thread Stephan T. Lavavej via cfe-commits
STL_MSFT added a comment. Thanks Marshall. Can either you or Eric commit this? https://reviews.llvm.org/D25248 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[PATCH] D25154: [libc++] Fix stack_allocator

2016-10-07 Thread Stephan T. Lavavej via cfe-commits
STL_MSFT accepted this revision. STL_MSFT added a comment. This revision is now accepted and ready to land. Seems plausible to me. I haven't tested this against MSVC yet, but at most I expect to have minor issues with space consumption (as we allocate helper objects and sentinel nodes, so any ex

[PATCH] D25154: [libc++] Fix stack_allocator

2016-10-07 Thread Stephan T. Lavavej via cfe-commits
STL_MSFT added a comment. F2472251: msvc_warnings.txt - The attached patch on top of your patch fixes two simple MSVC warnings - unreferenced formal parameter and class/struct mismatch. - Three tests are emitting stack consumption warnings (since MSVC /analyz

[PATCH] D22973: [libcxx] [test] Add TEST_STACK_ALLOCATOR_WORKAROUND.

2016-10-10 Thread Stephan T. Lavavej via cfe-commits
STL_MSFT abandoned this revision. STL_MSFT added a comment. Abandoning, as this machinery has been replaced. https://reviews.llvm.org/D22973 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-c

[PATCH] D25451: [libcxx] [test] limited_allocator should be limited_allocator's best friend forever

2016-10-10 Thread Stephan T. Lavavej via cfe-commits
STL_MSFT created this revision. STL_MSFT added reviewers: EricWF, mclow.lists. STL_MSFT added a subscriber: cfe-commits. limited_allocator must grant friendship in order to be rebindable. Found by MSVC, which rebinds allocators in more situations than libc++ does. This raises an interesting ques

[PATCH] D25483: [libcxx] [test] Fix non-Standard assumptions about how many elements are allocated

2016-10-11 Thread Stephan T. Lavavej via cfe-commits
STL_MSFT created this revision. STL_MSFT added reviewers: EricWF, mclow.lists. STL_MSFT added a subscriber: cfe-commits. The recently-added limited_allocator is much more conformant than the evil old stack_allocator. However, limited_allocator encodes non-Standard assumptions about how many allo

[libcxx] r319994 - [libcxx] [test] Strip trailing whitespace. NFC.

2017-12-06 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Wed Dec 6 16:50:23 2017 New Revision: 319994 URL: http://llvm.org/viewvc/llvm-project?rev=319994&view=rev Log: [libcxx] [test] Strip trailing whitespace. NFC. Modified: libcxx/trunk/test/std/experimental/filesystem/class.path/path.member/path.decompose/path.decompose.

[libcxx] r320535 - [libcxx] [test] Fix MSVC warnings, null pointer deref.

2017-12-12 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Tue Dec 12 16:51:27 2017 New Revision: 320535 URL: http://llvm.org/viewvc/llvm-project?rev=320535&view=rev Log: [libcxx] [test] Fix MSVC warnings, null pointer deref. test/std/algorithms/alg.modifying.operations/alg.generate/generate_n.pass.cpp Silence MSVC warning C4244. T

[libcxx] r320536 - [libcxx] [test] Fix line endings, avoid unnecessary non-ASCII.

2017-12-12 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Tue Dec 12 16:51:31 2017 New Revision: 320536 URL: http://llvm.org/viewvc/llvm-project?rev=320536&view=rev Log: [libcxx] [test] Fix line endings, avoid unnecessary non-ASCII. benchmarks/util_smartptr.bench.cpp Change CRLF to LF. test/std/localization/locale.categories/cate

[llvm] [libunwind] [libcxx] [libc++] Allow running the test suite with optimizations (PR #68753)

2023-11-17 Thread Stephan T. Lavavej via cfe-commits
@@ -87,6 +87,21 @@ def getStdFlag(cfg, std): return "-std=" + fallbacks[std] return None +def getSpeedOptimizationFlag(cfg): +if _isClang(cfg) or _isAppleClang(cfg) or _isGCC(cfg): +return "-O3" +elif _isMSVC(cfg): +return "/O2" +else: +

[libcxx] r309463 - [libcxx] [test] Strip trailing whitespace, NFC.

2017-07-28 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Fri Jul 28 17:54:49 2017 New Revision: 309463 URL: http://llvm.org/viewvc/llvm-project?rev=309463&view=rev Log: [libcxx] [test] Strip trailing whitespace, NFC. Modified: libcxx/trunk/test/std/numerics/numeric.ops/inclusive.scan/inclusive_scan.pass.cpp libcxx/trunk

[libcxx] r309466 - [libcxx] [test] In func.wrap.func.con/alloc_F.pass.cpp, fix REQUIRES whitespace. NFC.

2017-07-28 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Fri Jul 28 17:55:25 2017 New Revision: 309466 URL: http://llvm.org/viewvc/llvm-project?rev=309466&view=rev Log: [libcxx] [test] In func.wrap.func.con/alloc_F.pass.cpp, fix REQUIRES whitespace. NFC. Modified: libcxx/trunk/test/std/utilities/function.objects/func.wrap/f

[libcxx] r309465 - [libcxx] [test] Make files consistently end with newlines, NFC.

2017-07-28 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Fri Jul 28 17:55:22 2017 New Revision: 309465 URL: http://llvm.org/viewvc/llvm-project?rev=309465&view=rev Log: [libcxx] [test] Make files consistently end with newlines, NFC. Modified: libcxx/trunk/test/libcxx/algorithms/debug_less.pass.cpp libcxx/trunk/test/libcx

[libcxx] r309467 - [libcxx] [test] The entire file futures.shared_future/wait_until.pass.cpp was indented by 1 space. NFC.

2017-07-28 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Fri Jul 28 17:55:27 2017 New Revision: 309467 URL: http://llvm.org/viewvc/llvm-project?rev=309467&view=rev Log: [libcxx] [test] The entire file futures.shared_future/wait_until.pass.cpp was indented by 1 space. NFC. Modified: libcxx/trunk/test/std/thread/futures/futur

[libcxx] r309468 - [libcxx] [test] Change comments to say C++ instead of c++. NFC.

2017-07-28 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Fri Jul 28 17:55:35 2017 New Revision: 309468 URL: http://llvm.org/viewvc/llvm-project?rev=309468&view=rev Log: [libcxx] [test] Change comments to say C++ instead of c++. NFC. This makes them consistent (many comments already used uppercase). The special REQUIRES, UNSUPPOR

[libcxx] r310155 - [libcxx] [test] Consistently list "c++98, c++03" in chronological order. NFC.

2017-08-04 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Fri Aug 4 17:44:19 2017 New Revision: 310155 URL: http://llvm.org/viewvc/llvm-project?rev=310155&view=rev Log: [libcxx] [test] Consistently list "c++98, c++03" in chronological order. NFC. Modified: libcxx/trunk/test/std/iterators/iterator.range/begin-end.pass.cpp

[libcxx] r310157 - [libcxx] [test] Untabify stringstream.cons/string.pass.cpp. NFC.

2017-08-04 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Fri Aug 4 17:44:27 2017 New Revision: 310157 URL: http://llvm.org/viewvc/llvm-project?rev=310157&view=rev Log: [libcxx] [test] Untabify stringstream.cons/string.pass.cpp. NFC. Modified: libcxx/trunk/test/std/input.output/string.streams/stringstream.cons/string.pass.cp

[libcxx] r310156 - [libcxx] [test] Fix URLs in comments and make them HTTPS. NFC.

2017-08-04 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Fri Aug 4 17:44:24 2017 New Revision: 310156 URL: http://llvm.org/viewvc/llvm-project?rev=310156&view=rev Log: [libcxx] [test] Fix URLs in comments and make them HTTPS. NFC. Modified: libcxx/trunk/test/libcxx/thread/thread.condition/PR30202_notify_from_pthread_created

[libcxx] r310758 - [libcxx] [test] Rename _Tp to T. NFCI.

2017-08-11 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Fri Aug 11 13:53:53 2017 New Revision: 310758 URL: http://llvm.org/viewvc/llvm-project?rev=310758&view=rev Log: [libcxx] [test] Rename _Tp to T. NFCI. This improves readability and (theoretically) improves portability, as _Ugly names are reserved. Modified: libcxx/tru

[libcxx] r310759 - [libcxx] [test] Rename __c to ch. NFCI.

2017-08-11 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Fri Aug 11 13:54:01 2017 New Revision: 310759 URL: http://llvm.org/viewvc/llvm-project?rev=310759&view=rev Log: [libcxx] [test] Rename __c to ch. NFCI. This improves readability and (theoretically) improves portability, as __ugly names are reserved. Modified: libcxx/t

[libcxx] r310761 - [libcxx] [test] Rename _Up to U, etc. NFCI.

2017-08-11 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Fri Aug 11 13:54:09 2017 New Revision: 310761 URL: http://llvm.org/viewvc/llvm-project?rev=310761&view=rev Log: [libcxx] [test] Rename _Up to U, etc. NFCI. This improves readability and (theoretically) improves portability, as _Ugly names are reserved. This performs additi

[libcxx] r310760 - [libcxx] [test] Rename __x to x. NFCI.

2017-08-11 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Fri Aug 11 13:54:06 2017 New Revision: 310760 URL: http://llvm.org/viewvc/llvm-project?rev=310760&view=rev Log: [libcxx] [test] Rename __x to x. NFCI. This improves readability and (theoretically) improves portability, as __ugly names are reserved. Modified: libcxx/tr

r311391 - [Driver] Recognize DevDiv internal builds of MSVC, with a different directory structure.

2017-08-21 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Mon Aug 21 15:19:33 2017 New Revision: 311391 URL: http://llvm.org/viewvc/llvm-project?rev=311391&view=rev Log: [Driver] Recognize DevDiv internal builds of MSVC, with a different directory structure. This is a reasonably non-intrusive change, which I've verified works for

[libcxx] r311705 - [libcxx] [test] Update for C++17 feature removals.

2017-08-24 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Thu Aug 24 14:24:08 2017 New Revision: 311705 URL: http://llvm.org/viewvc/llvm-project?rev=311705&view=rev Log: [libcxx] [test] Update for C++17 feature removals. test/std/containers/Emplaceable.h test/std/containers/NotConstructible.h test/support/counting_predicates.hpp R

[clang] 3a7a224 - [www] More HTTPS and outdated link fixes.

2019-11-08 Thread Stephan T. Lavavej via cfe-commits
Author: Stephan T. Lavavej Date: 2019-11-08T14:41:27-08:00 New Revision: 3a7a22445e806c08f80cf6d83d1760f7ff732ed0 URL: https://github.com/llvm/llvm-project/commit/3a7a22445e806c08f80cf6d83d1760f7ff732ed0 DIFF: https://github.com/llvm/llvm-project/commit/3a7a22445e806c08f80cf6d83d1760f7ff732ed0.

[libcxx] r328264 - [libcxx] [test] Strip trailing whitespace. NFC.

2018-03-22 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Thu Mar 22 15:59:02 2018 New Revision: 328264 URL: http://llvm.org/viewvc/llvm-project?rev=328264&view=rev Log: [libcxx] [test] Strip trailing whitespace. NFC. Modified: libcxx/trunk/test/libcxx/strings/basic.string/string.modifiers/clear_and_shrink_db1.pass.cpp li

[libcxx] r289734 - [libcxx] [test] Fix MSVC x64 truncation warnings with 32-bit allocator size_type/difference_type.

2016-12-14 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Wed Dec 14 16:46:46 2016 New Revision: 289734 URL: http://llvm.org/viewvc/llvm-project?rev=289734&view=rev Log: [libcxx] [test] Fix MSVC x64 truncation warnings with 32-bit allocator size_type/difference_type. test/std/containers/container.adaptors/queue/queue.cons.alloc/c

[libcxx] r290921 - [libcxx] [test] Fix recently introduced warnings emitted by MSVC.

2017-01-03 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Tue Jan 3 18:53:31 2017 New Revision: 290921 URL: http://llvm.org/viewvc/llvm-project?rev=290921&view=rev Log: [libcxx] [test] Fix recently introduced warnings emitted by MSVC. These tests were using malloc()'s return value without checking for null, which MSVC's /analyze

[libcxx] r290922 - [libcxx] [test] Strip trailing whitespace.

2017-01-03 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Tue Jan 3 18:53:41 2017 New Revision: 290922 URL: http://llvm.org/viewvc/llvm-project?rev=290922&view=rev Log: [libcxx] [test] Strip trailing whitespace. Fixes D27786. Modified: libcxx/trunk/test/std/experimental/utilities/meta/meta.detect/detected_or.pass.cpp l

[libcxx] r291322 - [libcxx] [test] Strip trailing whitespace. NFC, no code review.

2017-01-06 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Fri Jan 6 19:12:15 2017 New Revision: 291322 URL: http://llvm.org/viewvc/llvm-project?rev=291322&view=rev Log: [libcxx] [test] Strip trailing whitespace. NFC, no code review. Modified: libcxx/trunk/test/std/containers/sequences/array/iterators.pass.cpp libcxx/trunk

[PATCH] D23685: [libcxx] [test] Include the iterator header for back_inserter.

2016-08-18 Thread Stephan T. Lavavej via cfe-commits
STL_MSFT created this revision. STL_MSFT added reviewers: EricWF, mclow.lists. STL_MSFT added a subscriber: cfe-commits. Code was recently added to this test that uses std::back_inserter. Therefore, the header must be included. (MSVC's STL demands this, as we don't otherwise drag in back_insert

[libcxx] r300079 - [libcxx] [test] Avoid Clang's -Wunused-const-variable in is_constructible.pass.cpp.

2017-04-12 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Wed Apr 12 12:16:38 2017 New Revision: 300079 URL: http://llvm.org/viewvc/llvm-project?rev=300079&view=rev Log: [libcxx] [test] Avoid Clang's -Wunused-const-variable in is_constructible.pass.cpp. This happens when using Clang with MSVC's STL, so there are no actual uses of

[libcxx] r292281 - [libcxx] [test] Don't ask whether Incomplete& can be assigned to.

2017-01-17 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Tue Jan 17 16:24:45 2017 New Revision: 292281 URL: http://llvm.org/viewvc/llvm-project?rev=292281&view=rev Log: [libcxx] [test] Don't ask whether Incomplete& can be assigned to. This is the subject of an active NB comment. Regardless of what the Working Paper currently says

[libcxx] r292432 - [libcxx] [test] Fix MSVC warnings C4127 and C6326 about constants.

2017-01-18 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Wed Jan 18 14:09:56 2017 New Revision: 292432 URL: http://llvm.org/viewvc/llvm-project?rev=292432&view=rev Log: [libcxx] [test] Fix MSVC warnings C4127 and C6326 about constants. MSVC has compiler warnings C4127 "conditional expression is constant" (enabled by /W4) and C632

[libcxx] r292434 - [libcxx] [test] Fix comment typos, strip trailing whitespace.

2017-01-18 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Wed Jan 18 14:10:25 2017 New Revision: 292434 URL: http://llvm.org/viewvc/llvm-project?rev=292434&view=rev Log: [libcxx] [test] Fix comment typos, strip trailing whitespace. No functional change, no code review. Modified: libcxx/trunk/test/std/containers/associative/ma

[libcxx] r292443 - [libcxx] [test] Add msvc_stdlib_force_include.hpp.

2017-01-18 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Wed Jan 18 16:19:14 2017 New Revision: 292443 URL: http://llvm.org/viewvc/llvm-project?rev=292443&view=rev Log: [libcxx] [test] Add msvc_stdlib_force_include.hpp. No functional change; nothing includes this, instead our test harness injects it via the /FI compiler option.

[libcxx] r294155 - [libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3.

2017-02-05 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Sun Feb 5 16:47:41 2017 New Revision: 294155 URL: http://llvm.org/viewvc/llvm-project?rev=294155&view=rev Log: [libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3. These typedefs were completely unused. Fixes D29136. Modified: libcxx/trunk/test/std/containers/

[libcxx] r294154 - [libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3.

2017-02-05 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Sun Feb 5 16:47:09 2017 New Revision: 294154 URL: http://llvm.org/viewvc/llvm-project?rev=294154&view=rev Log: [libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3. Guard typedefs and static_asserts with _LIBCPP_VERSION. test/std/containers/sequences/vector.bool/mov

[libcxx] r294158 - [libcxx] [test] Fix Clang -Wpessimizing-move "moving a temporary object prevents copy elision".

2017-02-05 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Sun Feb 5 16:48:07 2017 New Revision: 294158 URL: http://llvm.org/viewvc/llvm-project?rev=294158&view=rev Log: [libcxx] [test] Fix Clang -Wpessimizing-move "moving a temporary object prevents copy elision". N4618 30.6.6 [futures.unique_future]/12 declares "shared_future s

[libcxx] r294157 - [libcxx] [test] Fix Clang -Wdeprecated-declarations with MSVC's CRT.

2017-02-05 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Sun Feb 5 16:48:02 2017 New Revision: 294157 URL: http://llvm.org/viewvc/llvm-project?rev=294157&view=rev Log: [libcxx] [test] Fix Clang -Wdeprecated-declarations with MSVC's CRT. libcxx's tests use various C Standard Library functions that have been marked by MSVC's CRT a

[libcxx] r294156 - [libcxx] [test] Fix Clang -Wunused-local-typedef, part 3/3.

2017-02-05 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Sun Feb 5 16:47:54 2017 New Revision: 294156 URL: http://llvm.org/viewvc/llvm-project?rev=294156&view=rev Log: [libcxx] [test] Fix Clang -Wunused-local-typedef, part 3/3. test/std/strings/string.classes/typedefs.pass.cpp Actually test what basic_string's typedefs stand for

[libcxx] r294159 - [libcxx] [test] Avoid MSVC's non-Standard ABI in underlying_type.pass.cpp.

2017-02-05 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Sun Feb 5 16:48:13 2017 New Revision: 294159 URL: http://llvm.org/viewvc/llvm-project?rev=294159&view=rev Log: [libcxx] [test] Avoid MSVC's non-Standard ABI in underlying_type.pass.cpp. When compiled with Clang for Windows, this was emitting "enumerator value evaluates to

[libcxx] r294160 - [libcxx] [test] Fix comment typos.

2017-02-05 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Sun Feb 5 16:48:20 2017 New Revision: 294160 URL: http://llvm.org/viewvc/llvm-project?rev=294160&view=rev Log: [libcxx] [test] Fix comment typos. No functional change, no code review. Modified: libcxx/trunk/test/libcxx/utilities/function.objects/func.require/invoke_h

[libcxx] r294161 - [libcxx] [test] Strip trailing whitespace.

2017-02-05 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Sun Feb 5 16:48:27 2017 New Revision: 294161 URL: http://llvm.org/viewvc/llvm-project?rev=294161&view=rev Log: [libcxx] [test] Strip trailing whitespace. No functional change, no code review. Modified: libcxx/trunk/test/std/strings/basic.string/string.cons/copy_alloc.

[libcxx] r308533 - [libcxx] [test] Fix MSVC warning C4067 "unexpected tokens following preprocessor directive - expected a newline".

2017-07-19 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Wed Jul 19 15:02:25 2017 New Revision: 308533 URL: http://llvm.org/viewvc/llvm-project?rev=308533&view=rev Log: [libcxx] [test] Fix MSVC warning C4067 "unexpected tokens following preprocessor directive - expected a newline". Also fixes Clang/LLVM 4.0 (for Windows) error "

[libcxx] r308532 - [libcxx] [test] Fix MSVC warning C4242 "conversion from 'int' to 'const char', possible loss of data".

2017-07-19 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Wed Jul 19 15:02:22 2017 New Revision: 308532 URL: http://llvm.org/viewvc/llvm-project?rev=308532&view=rev Log: [libcxx] [test] Fix MSVC warning C4242 "conversion from 'int' to 'const char', possible loss of data". Fixes D34534. Modified: libcxx/trunk/test/std/input.

[libcxx] r308535 - [libcxx] [test] Update msvc_stdlib_force_include.hpp.

2017-07-19 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Wed Jul 19 15:02:33 2017 New Revision: 308535 URL: http://llvm.org/viewvc/llvm-project?rev=308535&view=rev Log: [libcxx] [test] Update msvc_stdlib_force_include.hpp. MSVC's STL is replacing _HAS_FUNCTION_ASSIGN with _HAS_FUNCTION_ALLOCATOR_SUPPORT, and is adding _HAS_UNEXP

[libcxx] r308534 - [libcxx] [test] Fix Clang -Wunused-local-typedef warnings.

2017-07-19 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Wed Jul 19 15:02:29 2017 New Revision: 308534 URL: http://llvm.org/viewvc/llvm-project?rev=308534&view=rev Log: [libcxx] [test] Fix Clang -Wunused-local-typedef warnings. Fix D34536. Modified: libcxx/trunk/test/std/numerics/complex.number/complex.transcendentals/acos.

[libcxx] r309322 - [libcxx] [test] Remove an unused local typedef in enable_shared_from_this.pass.cpp.

2017-07-27 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Thu Jul 27 14:16:37 2017 New Revision: 309322 URL: http://llvm.org/viewvc/llvm-project?rev=309322&view=rev Log: [libcxx] [test] Remove an unused local typedef in enable_shared_from_this.pass.cpp. Trivial change, committed without review. Modified: libcxx/trunk/test/s

[PATCH] D26624: [libcxx] [test] Fix bucket_count() assumptions.

2016-11-14 Thread Stephan T. Lavavej via cfe-commits
STL_MSFT created this revision. STL_MSFT added reviewers: EricWF, mclow.lists. STL_MSFT added a subscriber: cfe-commits. [libcxx] [test] Fix bucket_count() assumptions. With a max_load_factor of 1.0, the only guarantee is that bucket_count() >= size(). (Note: setting max_load_factor without rehas

[PATCH] D26625: [libcxx] [test] future_error::what() is implementation-defined.

2016-11-14 Thread Stephan T. Lavavej via cfe-commits
STL_MSFT created this revision. STL_MSFT added reviewers: EricWF, mclow.lists. STL_MSFT added a subscriber: cfe-commits. [libcxx] [test] future_error::what() is implementation-defined. https://reviews.llvm.org/D26625 Files: test/std/thread/futures/futures.future_error/what.pass.cpp Index: t

[PATCH] D26626: [libcxx] [test] Fix an improper assumption about Null Forward Iterators.

2016-11-14 Thread Stephan T. Lavavej via cfe-commits
STL_MSFT created this revision. STL_MSFT added reviewers: EricWF, mclow.lists. STL_MSFT added a subscriber: cfe-commits. [libcxx] [test] Fix an improper assumption about Null Forward Iterators. Value-initialized iterators still can't be compared to those with parents. https://reviews.llvm.org/D

[PATCH] D26623: [libcxx] [test] Swapping non-equal non-POCS allocators is UB.

2016-11-14 Thread Stephan T. Lavavej via cfe-commits
STL_MSFT created this revision. STL_MSFT added reviewers: EricWF, mclow.lists. STL_MSFT added a subscriber: cfe-commits. [libcxx] [test] Swapping non-equal non-POCS allocators is UB. test_allocator is a non-POCS allocator. Instead of swapping containers with A(1) and A(2), which triggers undefine

[PATCH] D26627: [libcxx] [test] Fix ordering assumptions in unordered container tests.

2016-11-14 Thread Stephan T. Lavavej via cfe-commits
STL_MSFT created this revision. STL_MSFT added reviewers: EricWF, mclow.lists. STL_MSFT added a subscriber: cfe-commits. [libcxx] [test] Fix ordering assumptions in unordered container tests. https://reviews.llvm.org/D26627 Files: test/std/containers/unord/unord.multimap/unord.multimap.modif

[libcxx] r286982 - [libcxx] [test] D26624: Fix bucket_count() assumptions.

2016-11-15 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Tue Nov 15 11:00:24 2016 New Revision: 286982 URL: http://llvm.org/viewvc/llvm-project?rev=286982&view=rev Log: [libcxx] [test] D26624: Fix bucket_count() assumptions. With a max_load_factor of 1.0, the only guarantee is that bucket_count() >= size(). (Note: setting max_loa

[libcxx] r286983 - [libcxx] [test] D26625: future_error::what() is implementation-defined.

2016-11-15 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Tue Nov 15 11:00:32 2016 New Revision: 286983 URL: http://llvm.org/viewvc/llvm-project?rev=286983&view=rev Log: [libcxx] [test] D26625: future_error::what() is implementation-defined. Modified: libcxx/trunk/test/std/thread/futures/futures.future_error/what.pass.cpp Mod

[libcxx] r286984 - [libcxx] [test] D26627: Fix ordering assumptions in unordered container tests.

2016-11-15 Thread Stephan T. Lavavej via cfe-commits
Author: stl_msft Date: Tue Nov 15 11:00:38 2016 New Revision: 286984 URL: http://llvm.org/viewvc/llvm-project?rev=286984&view=rev Log: [libcxx] [test] D26627: Fix ordering assumptions in unordered container tests. Modified: libcxx/trunk/test/std/containers/unord/unord.multimap/unord.multimap

[PATCH] D26625: [libcxx] [test] future_error::what() is implementation-defined.

2016-11-15 Thread Stephan T. Lavavej via cfe-commits
STL_MSFT closed this revision. STL_MSFT added a comment. r286983, thanks. https://reviews.llvm.org/D26625 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[PATCH] D26627: [libcxx] [test] Fix ordering assumptions in unordered container tests.

2016-11-15 Thread Stephan T. Lavavej via cfe-commits
STL_MSFT closed this revision. STL_MSFT added a comment. r286984, thanks. https://reviews.llvm.org/D26627 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[PATCH] D26624: [libcxx] [test] Fix bucket_count() assumptions.

2016-11-15 Thread Stephan T. Lavavej via cfe-commits
STL_MSFT closed this revision. STL_MSFT added a comment. r286982, thanks. https://reviews.llvm.org/D26624 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[PATCH] D26812: [libcxx] [test] In random tests, use real static_asserts and silence a warning.

2016-11-17 Thread Stephan T. Lavavej via cfe-commits
STL_MSFT created this revision. STL_MSFT added reviewers: EricWF, mclow.lists. STL_MSFT added a subscriber: cfe-commits. [libcxx] [test] In random tests, use real static_asserts and silence a warning. One test triggers MSVC's warning C4310 "cast truncates constant value". The code is valid, and y

[PATCH] D26813: [libcxx] [test] allocator is non-Standard.

2016-11-17 Thread Stephan T. Lavavej via cfe-commits
STL_MSFT created this revision. STL_MSFT added reviewers: EricWF, mclow.lists. STL_MSFT added a subscriber: cfe-commits. [libcxx] [test] allocator is non-Standard. N4582 17.6.3.5 [allocator.requirements] says that allocators are given cv-unqualified object types, and N4582 20.9.9 [default.allocat

[PATCH] D26814: [libcxx] [test] Change ifstream constructor tests to handle read-only files.

2016-11-17 Thread Stephan T. Lavavej via cfe-commits
STL_MSFT created this revision. STL_MSFT added reviewers: EricWF, mclow.lists. STL_MSFT added a subscriber: cfe-commits. Herald added a subscriber: aemerson. [libcxx] [test] Change ifstream constructor tests to handle read-only files. Certain source control systems like to set the read-only bit o

  1   2   3   >