aboutsummaryrefslogtreecommitdiff
path: root/tests/test_install.py
diff options
context:
space:
mode:
authorMarco Poletti <poletti.marco@gmail.com>2017-07-15 19:33:15 +0100
committerMarco Poletti <poletti.marco@gmail.com>2017-07-15 19:33:15 +0100
commit6ae7b9659139e083f8e3532afcb83446fea72eb4 (patch)
treeba0c4b72cc2a9b6b65cff22fd0a72d6f6b304ff0 /tests/test_install.py
parent13a21fc174bd46ad815cc2f0b1f663f6eff440cc (diff)
downloadgoogle-fruit-6ae7b9659139e083f8e3532afcb83446fea72eb4.tar.gz
Remove support for GCC 4.8.x, GCC 5.0.0 is now the minimum supported version. GCC 4.8.x segfaults when compiling Fruit after the latest changes, and it's quite old at this point.
Diffstat (limited to 'tests/test_install.py')
-rwxr-xr-xtests/test_install.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test_install.py b/tests/test_install.py
index c6479c0..cef6933 100755
--- a/tests/test_install.py
+++ b/tests/test_install.py
@@ -74,9 +74,6 @@ def test_success_old_style():
'''
expect_success(COMMON_DEFINITIONS, source, ignore_deprecation_warnings=True)
-@pytest.mark.skipif(
- CXX_COMPILER_NAME == 'GNU' and CXX_COMPILER_VERSION.startswith('4.8'),
- reason = 'This compiles successfully in GCC 4.8.x, the deprecation warning is ignored.')
def test_old_style_deprecation_error():
source = '''
struct X {