llvm-project/libcxx/test/std/depr/depr.c.headers
Stephan T. Lavavej 4dc0ed8390 [libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized but not referenced".
test/std/depr/depr.c.headers/inttypes_h.pass.cpp
test/std/input.output/file.streams/c.files/cinttypes.pass.cpp
test/std/input.output/iostream.forward/iosfwd.pass.cpp
Add test() to avoid a bunch of void-casts, although we still need a few.

test/std/input.output/iostream.format/quoted.manip/quoted.pass.cpp
skippingws was unused (it's unclear to me whether this was mistakenly copy-pasted from round_trip() below).

test/std/localization/locale.categories/category.collate/locale.collate/types.pass.cpp
test/std/localization/locale.categories/category.ctype/facet.ctype.special/types.pass.cpp
test/std/localization/locale.categories/category.ctype/locale.codecvt/types_char.pass.cpp
test/std/localization/locale.categories/category.ctype/locale.codecvt/types_wchar_t.pass.cpp
test/std/localization/locale.categories/category.ctype/locale.ctype/types.pass.cpp
test/std/localization/locale.categories/facet.numpunct/locale.numpunct/types.pass.cpp
test/std/localization/locales/locale.global.templates/use_facet.pass.cpp
When retrieving facets, the references are unused.

test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long.pass.cpp
test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_unsigned_long.pass.cpp
"std::ios_base::iostate err = ios.goodbit;" was completely unused here.

test/std/localization/locale.categories/category.time/locale.time.get/time_base.pass.cpp
test/std/numerics/c.math/ctgmath.pass.cpp
test/std/numerics/rand/rand.device/entropy.pass.cpp
test/std/numerics/rand/rand.device/eval.pass.cpp
test/std/strings/basic.string/string.modifiers/string_copy/copy.pass.cpp
test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/eof.pass.cpp
test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/eof.pass.cpp
test/std/thread/futures/futures.promise/dtor.pass.cpp
test/std/thread/futures/futures.task/futures.task.members/dtor.pass.cpp
test/std/thread/thread.condition/thread.condition.condvar/wait_for_pred.pass.cpp
These variables are verifying types but are otherwise unused.

test/std/strings/basic.string/string.capacity/reserve.pass.cpp
old_cap was unused (it's unclear to me whether it was intended to be used).

test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/eq.pass.cpp
test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/eq.pass.cpp
test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/lt.pass.cpp
test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/eq.pass.cpp
test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/lt.pass.cpp
test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/eq.pass.cpp
test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/lt.pass.cpp
These tests contained unused characters.

llvm-svn: 286847
2016-11-14 17:35:14 +00:00
..
assert_h.pass.cpp
ciso646.pass.cpp Remove all _LIBCPP_VERSION tests from under test/std 2016-10-08 01:32:56 +00:00
complex.h.pass.cpp Remove all _LIBCPP_VERSION tests from under test/std 2016-10-08 01:32:56 +00:00
ctype_h.pass.cpp
errno_h.pass.cpp
fenv_h.pass.cpp Cleanup warnings and remove use of __builtin_va_list in depr.c.headers 2016-05-02 20:08:16 +00:00
float_h.pass.cpp
inttypes_h.pass.cpp [libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized but not referenced". 2016-11-14 17:35:14 +00:00
iso646_h.pass.cpp
limits_h.pass.cpp
locale_h.pass.cpp Cleanup warnings in test/std/depr 2015-07-18 22:51:51 +00:00
math_h.pass.cpp Tolerate incorrect return type for 'isinf' and 'isnan' in tests. 2016-05-27 22:19:53 +00:00
setjmp_h.pass.cpp Void cast runtime-unused variables. Patch from STL@microsoft.com 2016-05-02 19:15:48 +00:00
signal_h.pass.cpp Cleanup warnings in test/std/depr 2015-07-18 22:51:51 +00:00
stdarg_h.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
stdbool_h.pass.cpp
stddef_h.pass.cpp Fix test failure in C++98 mode due to imperfect static_assert emulation. 2015-10-08 23:44:26 +00:00
stdint_h.pass.cpp Avoid applying unary minus to unsigned integers. Patch from STL@microsoft.com 2016-06-30 04:21:52 +00:00
stdio_h.pass.cpp Cleanup warnings and remove use of __builtin_va_list in depr.c.headers 2016-05-02 20:08:16 +00:00
stdlib_h.pass.cpp Split <stdlib.h> out of <cstdlib>. 2015-10-09 01:41:45 +00:00
string_h.pass.cpp Fix overload sets of strchr, strpbrk, strrchr, memchr and strstr from 2016-02-10 00:59:02 +00:00
tgmath_h.pass.cpp Remove all _LIBCPP_VERSION tests from under test/std 2016-10-08 01:32:56 +00:00
time_h.pass.cpp Cleanup warnings and remove use of __builtin_va_list in depr.c.headers 2016-05-02 20:08:16 +00:00
uchar_h.pass.cpp [libcxx] Fixup a few fumbles in the initial no-exceptions XFAILs list. 2015-11-12 10:41:57 +00:00
wchar_h.pass.cpp Silence more unused variable warnings. Patch from STL@microsoft.com 2016-06-14 02:46:39 +00:00
wctype_h.pass.cpp