Skip to content

Commit

Permalink
[libc++] Re-enable some tests under ASAN and MSAN
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ldionne committed May 1, 2020
1 parent beeabe3 commit b420a09
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
Expand Up @@ -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>
Expand Down
Expand Up @@ -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

Expand Down
3 changes: 0 additions & 3 deletions libcxx/test/std/re/re.traits/isctype.pass.cpp
Expand Up @@ -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>
Expand Down

0 comments on commit b420a09

Please sign in to comment.