[libcxx-commits] [libcxx] c8c7bb3 - [libc++] Remove redundant UNSUPPORTED annotation for the GDB pretty-printer tests
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jun 12 07:57:25 PDT 2020
Author: Louis Dionne
Date: 2020-06-12T10:57:11-04:00
New Revision: c8c7bb31f2b6eb85140f9f098517978d48fab302
URL: https://github.com/llvm/llvm-project/commit/c8c7bb31f2b6eb85140f9f098517978d48fab302
DIFF: https://github.com/llvm/llvm-project/commit/c8c7bb31f2b6eb85140f9f098517978d48fab302.diff
LOG: [libc++] Remove redundant UNSUPPORTED annotation for the GDB pretty-printer tests
That test is already only enabled if LIBCXX_TEST_GDB_PRETTY_PRINTERS is
enabled, which isn't the default. If someone turns on that option on
Windows, they should be able to run the test and see whatever failure
happens.
Added:
Modified:
libcxx/test/pretty_printers/gdb_pretty_printer_test.sh.cpp
Removed:
################################################################################
diff --git a/libcxx/test/pretty_printers/gdb_pretty_printer_test.sh.cpp b/libcxx/test/pretty_printers/gdb_pretty_printer_test.sh.cpp
index 268501fb9d99..96cdd2016a69 100644
--- a/libcxx/test/pretty_printers/gdb_pretty_printer_test.sh.cpp
+++ b/libcxx/test/pretty_printers/gdb_pretty_printer_test.sh.cpp
@@ -6,7 +6,6 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
-// UNSUPPORTED: system-windows
// REQUIRES: libcxx_gdb
//
// RUN: %{cxx} %{flags} %s -o %t.exe %{compile_flags} -g %{link_flags}
More information about the libcxx-commits
mailing list