| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
llvm-svn: 224658
|
|
|
|
| |
llvm-svn: 222513
|
|
|
|
| |
llvm-svn: 222492
|
|
|
|
| |
llvm-svn: 221937
|
|
|
|
| |
llvm-svn: 221240
|
|
|
|
|
|
|
| |
tests that replace operator new/delete won't link when using ASAN and MSAN
because these sanitizers also replace new/delete.
llvm-svn: 221236
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
Pretty please? We now have a significant number of builders that test libc++. I really want those builders to be green.
Most of these failures are due to differences in locale data, including those in regex. I will continue working on fixing the locale and regex tests but there is no consensus on what the correct direction to go.
Since the builders display a list of XFAIL tests they are by no means hidden. It just means they are expected failures. Now unexpected failures won't get mixed in with well known and expected failures.
Reviewers: mclow.lists, jroelofs, danalbert
Reviewed By: danalbert
Subscribers: cfe-commits
Differential Revision: http://reviews.llvm.org/D5941
llvm-svn: 220512
|
|
|
|
| |
llvm-svn: 220296
|
|
|
|
|
|
|
|
| |
This marks some of the localization test XFAIL on linux.
There has been some discussion on D4861 about doing this.
Please let me know if any of these tests for you on linux.
llvm-svn: 216151
|
|
|
|
|
|
|
|
| |
This marks some of the localization test XFAIL on linux.
There has been some discussion on D4861 about doing this.
Please let me know if any of these tests for you on linux.
llvm-svn: 216150
|
|
|
|
|
|
|
|
| |
This marks some of the localization test XFAIL on linux.
There has been some discussion on D4861 about doing this.
Please let me know if any of these tests for you on linux.
llvm-svn: 216148
|
|
|
|
| |
llvm-svn: 215694
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Linux has a lot of failures caused by not having support for certain
locales. Since these come out as a lot of noise in the test results,
have lit.cfg detect the presence of the various locales used in the
tests and add them to config.available_features as locale.LOCALE_NAME.
This patch also adds REQUIRES: locale.REQUIRED_LOCALE to every test that
I saw failing in this manner. We probably need to add more for all the
tests requiring en_US.UTF-8, but we can do that on an as-needed basis.
One thing that concerns me is how many tests get skipped because of
missing locales (especially in regex/). We should make a point of
splitting up any tests that test default behavior _and_ behavior under a
given locale so that we aren't losing coverage for default behavior.
llvm-svn: 214753
|
|
|
|
| |
llvm-svn: 212723
|
|
|
|
| |
llvm-svn: 208869
|
|
|
|
|
|
| |
functionality change. Fixes 18291. Thanks to Nico for the bug report and the patch.
llvm-svn: 199400
|
|
|
|
|
|
| |
(some of) the constructors for wstring_convert and wbuffer_convert as explicit. Add configuration macro _LIBCPP_EXPLICIT_AFTER_CXX11
llvm-svn: 189398
|
|
|
|
|
|
| |
http://llvm.org/bugs/show_bug.cgi?id=16703.
llvm-svn: 187358
|
|
|
|
| |
llvm-svn: 185849
|
|
|
|
| |
llvm-svn: 181610
|
|
|
|
| |
llvm-svn: 181336
|
|
|
|
|
|
| |
Fixes the value range on platforms with signed char.
llvm-svn: 180940
|
|
|
|
| |
llvm-svn: 180108
|
|
|
|
|
|
| |
inputs. This fixes both http://llvm.org/bugs/show_bug.cgi?id=15751 and http://llvm.org/bugs/show_bug.cgi?id=15740
llvm-svn: 179556
|
|
|
|
|
|
| |
values.
llvm-svn: 179461
|
|
|
|
| |
llvm-svn: 177297
|
|
|
|
|
|
| |
patch fixes it. This fixes http://llvm.org/bugs/show_bug.cgi?id=15445.
llvm-svn: 176711
|
|
|
|
|
|
|
| |
- As of this commit, the test suite should now fully pass on both darwin11 and
darwin12 when testing against either a locally built libc++ or the system libc++.
llvm-svn: 174478
|
|
|
|
| |
llvm-svn: 174459
|
|
|
|
| |
llvm-svn: 174453
|
|
|
|
|
|
| |
-I to that directory; rename 'iterators.h' to 'iterator_test.h'; remove hard-coded paths to include files from more than 350 source files
llvm-svn: 171594
|
|
|
|
| |
llvm-svn: 171456
|
|
|
|
| |
llvm-svn: 171443
|
|
|
|
|
|
| |
http://llvm.org/bugs/show_bug.cgi?id=14585.
llvm-svn: 170026
|
|
|
|
|
|
| |
<cstddef>. This was brought to my attention by Salvatore Benedetto in his port to a bare-metal coretex-m3. This exposed two test bugs where an explicit #include <cstdlib> was needed.
llvm-svn: 160786
|
|
|
|
|
|
| |
Jonathan Coxhead for reporting this bug.
llvm-svn: 160136
|
|
|
|
| |
llvm-svn: 152501
|
|
|
|
|
|
| |
Jeffrey Yasskin.
llvm-svn: 150927
|
|
|
|
|
|
| |
floating point from an input stream. Fixes http://llvm.org/bugs/show_bug.cgi?id=11871
llvm-svn: 150609
|
|
|
|
| |
llvm-svn: 146655
|
|
|
|
| |
llvm-svn: 141003
|
|
|
|
| |
llvm-svn: 140262
|
|
|
|
|
|
|
|
| |
provide shortened forms of the various locales (e.g. en_US, rather than en_US.UTF-8 / en_US.ISO{whatever}).
Reviewed by Howard Hinnant.
llvm-svn: 140242
|
|
|
|
| |
llvm-svn: 131341
|
|
|
|
|
|
| |
hexfloat literal for use in some of the tests. <sigh> And cleaned up some harmless but irritating warnings in the tests.
llvm-svn: 131318
|
|
|
|
| |
llvm-svn: 126504
|
|
|
|
| |
llvm-svn: 119395
|
|
|
|
| |
llvm-svn: 111849
|
|
|
|
| |
llvm-svn: 111761
|
|
|
|
| |
llvm-svn: 105286
|