* Check test process creation/killing with apport * Check that a subsequent crash does not alter unseen report * Check that a subsequent crash alters seen report * Check that report has required fields * Check that dumped environment only has insensitive variables * Check that collected system groups has nonempty user groups information * Check that collected system groups are not those from root * Check that non-packaged executables do not create a report * Check that apport ignores SIGQUIT * Check that existence of user-inaccessible files does not leak * Check that non-packaged scripts do not create a report * Test limitation of flooding: iteration 0 1 2 * Check that core dump works for non-writable cwds Traceback (most recent call last): File "/usr/share/apport/testsuite/test-apport", line 296, in check_crash() File "/usr/share/apport/testsuite/test-apport", line 60, in check_crash assert not os.path.exists('core'), 'no core dump in current directory' AssertionError: no core dump in current directory