summaryrefslogtreecommitdiffhomepage
path: root/test/unit.py
diff options
context:
space:
mode:
authorAndrey Zelenkov <zelenkov@nginx.com>2018-04-23 15:15:09 +0300
committerAndrey Zelenkov <zelenkov@nginx.com>2018-04-23 15:15:09 +0300
commitf264adeae9a37f851308d4d85c43831dee938d07 (patch)
tree470eabfa3fc6bf7bcccf0352662529213537a60d /test/unit.py
parent5371891492607483c9068ef31cc38f3c3316d9de (diff)
downloadunit-f264adeae9a37f851308d4d85c43831dee938d07.tar.gz
unit-f264adeae9a37f851308d4d85c43831dee938d07.tar.bz2
Tests: removed alert skips after b6ca49c1da1b.
Diffstat (limited to 'test/unit.py')
-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()