[all-commits] [llvm/llvm-project] c8c7bb: [libc++] Remove redundant UNSUPPORTED annotation f...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Fri Jun 12 07:57:36 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c8c7bb31f2b6eb85140f9f098517978d48fab302
https://github.com/llvm/llvm-project/commit/c8c7bb31f2b6eb85140f9f098517978d48fab302
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-06-12 (Fri, 12 Jun 2020)
Changed paths:
M libcxx/test/pretty_printers/gdb_pretty_printer_test.sh.cpp
Log Message:
-----------
[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.
More information about the All-commits
mailing list