Skip to content

Commit

Permalink
[libc++] Disable test that we use -Werror in C++03
Browse files Browse the repository at this point in the history
  • Loading branch information
ldionne committed May 1, 2020
1 parent 3e4f343 commit 566b52d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Expand Up @@ -17,6 +17,9 @@
// TODO: We don't enable -Werror on GCC right now, because too many tests fail.
// UNSUPPORTED: gcc

// TODO(ldionne): We don't enable -Werror in C++03 right now
// UNSUPPORTED: c++98, c++03

int main() {
int foo;
}
3 changes: 3 additions & 0 deletions libcxx/test/libcxx/selftest/newformat/sh.cpp/werror.sh.cpp
Expand Up @@ -14,6 +14,9 @@
// TODO: We don't enable -Werror on GCC right now, because too many tests fail.
// UNSUPPORTED: gcc

// TODO(ldionne): We don't enable -Werror in C++03 right now
// UNSUPPORTED: c++98, c++03

// FILE_DEPENDENCIES: %t.exe
// RUN: %{build} -Wunused-variable
// RUN: %{run}
Expand Down

0 comments on commit 566b52d

Please sign in to comment.