[libc++] Disable test that we use -Werror in C++03
authorLouis Dionne <ldionne@apple.com>
Fri, 1 May 2020 17:11:55 +0000 (13:11 -0400)
committerLouis Dionne <ldionne@apple.com>
Fri, 1 May 2020 17:12:07 +0000 (13:12 -0400)
libcxx/test/libcxx/selftest/newformat/pass.cpp/werror.pass.cpp
libcxx/test/libcxx/selftest/newformat/sh.cpp/werror.sh.cpp

index 31b7453..ee82c61 100644 (file)
@@ -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;
 }
index 5b84275..eb115ed 100644 (file)
@@ -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}