• ncbray@chromium.org's avatar
    Ensure the OSX crash catcher does not trigger on SIGABRT when disabled. · c5653b5f
    ncbray@chromium.org authored
    This CL also re-enables NaClBrowserTestNewlib.Bad. This test was
    disabled because there were unautomated "visual tests" embeded in the
    test's html. These embeds declared a pdf content type.  When the PDF
    plugin was open sourced, this content type started being recognized
    and the test broke.
    
    This test was historically flaky, however. One reason  was that pauses
    caused by the OS crash catcher could cause the test to time out. The
    OS crash catcher was triggering because NaCl calls abort() in response
    to many fatal errors. This test is being re-enabled to show abort is
    no longer triggering the crash catcher.
    
    BUG=375103
    
    Review URL: https://codereview.chromium.org/347803004
    
    git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278617 0039d316-1c4b-4281-b951-d872f2087c98
    c5653b5f
ppapi_bad.html 6.55 KB