Suppress deprecation warnings in related tests
authorYedidya Feldblum <yfeldblum@fb.com>
Thu, 24 Nov 2016 22:56:49 +0000 (14:56 -0800)
committerFacebook Github Bot <facebook-github-bot-bot@fb.com>
Thu, 24 Nov 2016 23:08:36 +0000 (15:08 -0800)
commit26c4e8d2c5797fa25a3ea03104bef207f13e1cd6
treef2e33304d558c9dda8132a26280a5cce2330353e
parent4abc2aa09708de554ce1b950df8c76ad19090ece
Suppress deprecation warnings in related tests

Summary:
[Folly] Suppress deprecation warnings in related tests.

When a test specifically exercises a marked-deprecated library or a marked-deprecated part of a library, we do not need to see the deprecation warnings - they are noise.

Specifically, `Singleton` and `Subprocess` have tested but marked-deprecated APIs, so we suppress deprecation warnings in those specific test suites.

Reviewed By: andrewjcg

Differential Revision: D4230826

fbshipit-source-id: 937b078029cde492906088caa3a9e5eee449bc12
folly/test/SingletonBenchmark.cpp
folly/test/SingletonTest.cpp
folly/test/SubprocessTest.cpp