Changeset 231992 in webkit


Ignore:
Timestamp:
May 18, 2018 4:32:36 PM (6 years ago)
Author:
eric.carlson@apple.com
Message:

Handle failure to extend sandbox gracefully
https://bugs.webkit.org/show_bug.cgi?id=185779
<rdar://problem/40316349>

Unreviewed, fix test results.

  • TestWebKitAPI/Tests/WebKitCocoa/UserMediaSimulateFailedSandbox.mm:

(TEST_F):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r231982 r231992  
     12018-05-18  Eric Carlson  <eric.carlson@apple.com>
     2
     3        Handle failure to extend sandbox gracefully
     4        https://bugs.webkit.org/show_bug.cgi?id=185779
     5        <rdar://problem/40316349>
     6
     7        Unreviewed, fix test results.
     8
     9        * TestWebKitAPI/Tests/WebKitCocoa/UserMediaSimulateFailedSandbox.mm:
     10        (TEST_F):
     11
    1122018-05-18  Jer Noble  <jer.noble@apple.com>
    213
  • trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/UserMediaSimulateFailedSandbox.mm

    r231979 r231992  
    137137    EXPECT_TRUE(wasPrompted);
    138138    auto* error = [m_webView stringByEvaluatingJavaScript:@"lastError()"];
    139     EXPECT_STREQ([error UTF8String], "AbortError,Unable to extend sandbox");
     139    EXPECT_STREQ([error UTF8String], "AbortError,Unable to extend sandbox.");
    140140
    141141    loadTestAndWaitForMessage("allowed");
Note: See TracChangeset for help on using the changeset viewer.