summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--test/unit.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/unit.py b/test/unit.py
index 7a839a66..90906ba8 100644
--- a/test/unit.py
+++ b/test/unit.py
@@ -95,9 +95,6 @@ class TestUnit(unittest.TestCase):
self.skip_alerts = [r'read signalfd\(4\) failed']
self.skip_sanitizer = False
- if self.architecture == '32bit':
- self.skip_alerts.append(r'freed pointer points to non-freeble page')
-
def _stop(self):
with open(self.testdir + '/unit.pid', 'r') as f:
pid = f.read().rstrip()