don't try to run the poly tests on gcc-4.9. they will fail.
authorEric Niebler <eniebler@fb.com>
Thu, 2 Nov 2017 23:58:07 +0000 (16:58 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 3 Nov 2017 00:16:39 +0000 (17:16 -0700)
commita1d0f15abbfdf3fc34bdfcfa6eb771f9ddef55a3
tree42660b28cfe4e64d40034ba3fb2489e3ebd3c372
parent8b37be003c80bacd27efc4e0e6d69338d6c0c1eb
don't try to run the poly tests on gcc-4.9. they will fail.

Summary: gcc-4.9 does not support features that Poly needs. Disable the tests on that platform.

Reviewed By: meyering

Differential Revision: D6211674

fbshipit-source-id: 289f029122a45b0f9ec740c62b1faaafb51dcab5
folly/Makefile.am
folly/Poly.cpp
folly/Poly.h
folly/configure.ac
folly/test/Makefile.am
folly/test/PolyTest.cpp