[libc++] Re-enable some tests under ASAN and MSAN
authorLouis Dionne <ldionne@apple.com>
Fri, 1 May 2020 17:25:40 +0000 (13:25 -0400)
committerLouis Dionne <ldionne@apple.com>
Fri, 1 May 2020 18:03:51 +0000 (14:03 -0400)
The tests were disabled under ASAN/MSAN because old Clangs were very
slow to build the test cases. However, I checked with the Clang used
on our build bots and the tests are not slow to build anymore, so the
tests can be re-enabled.

libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_double.pass.cpp
libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long_double.pass.cpp
libcxx/test/std/re/re.traits/isctype.pass.cpp

index e8084f8..474f9ce 100644 (file)
@@ -12,9 +12,6 @@
 
 // iter_type put(iter_type s, ios_base& iob, char_type fill, double v) const;
 
-// TODO(EricWF): This test takes 40+ minutes to build with Clang 3.8 under ASAN or MSAN.
-// UNSUPPORTED: asan, msan
-
 #include <locale>
 #include <ios>
 #include <cassert>
index 16c7d61..0740271 100644 (file)
@@ -12,9 +12,6 @@
 
 // iter_type put(iter_type s, ios_base& iob, char_type fill, long double v) const;
 
-// TODO(EricWF): This test takes 40+ minutes to build with Clang 3.8 under ASAN or MSAN.
-// UNSUPPORTED: asan, msan
-
 // TODO GLIBC uses a different string for positive and negative NAN numbers.
 // XFAIL: linux-gnu
 
index 1eed193..8c0b079 100644 (file)
@@ -12,9 +12,6 @@
 
 // bool isctype(charT c, char_class_type f) const;
 
-// TODO(EricWF): This test takes 40+ minutes to build with Clang 3.8 under ASAN or MSAN.
-// UNSUPPORTED: asan, msan
-
 
 #include <regex>
 #include <cassert>