Blob Blame History Raw
diff -up gcc-python-plugin-0.15/run-test-suite.py.arm-fixes.patch gcc-python-plugin-0.15/run-test-suite.py
--- gcc-python-plugin-0.15/run-test-suite.py.arm-fixes.patch	2016-02-15 09:56:54.536491277 -0500
+++ gcc-python-plugin-0.15/run-test-suite.py	2016-02-15 09:57:48.666250154 -0500
@@ -728,6 +728,13 @@ if sys.version_info[0] == 3 and sys.vers
     exclude_test('tests/plugin/callgraph')
     exclude_test('tests/plugin/rtl')
 
+# Tests failing on armv7hl with gcc-4.9.1-11.fc22
+for test in ('''
+  tests/cpychecker/absinterp/array-range/fully-checked-on-stack
+  tests/cpychecker/refcounts/PyArg_UnpackTuple/missing-initialization
+'''.split()):
+    exclude_test(test)
+
 # Tests that are over-specified and only work for GCC 6 and later:
 if GCC_VERSION < 6000:
     exclude_test('tests/examples/find-global-state')