diff options
author | Andrey Zelenkov <zelenkov@nginx.com> | 2018-04-23 15:15:09 +0300 |
---|---|---|
committer | Andrey Zelenkov <zelenkov@nginx.com> | 2018-04-23 15:15:09 +0300 |
commit | f264adeae9a37f851308d4d85c43831dee938d07 (patch) | |
tree | 470eabfa3fc6bf7bcccf0352662529213537a60d /test/unit.py | |
parent | 5371891492607483c9068ef31cc38f3c3316d9de (diff) | |
download | unit-f264adeae9a37f851308d4d85c43831dee938d07.tar.gz unit-f264adeae9a37f851308d4d85c43831dee938d07.tar.bz2 |
Tests: removed alert skips after b6ca49c1da1b.
Diffstat (limited to 'test/unit.py')
-rw-r--r-- | test/unit.py | 3 |
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() |