Changeset 165899 in webkit


Ignore:
Timestamp:
Mar 19, 2014 10:27:24 AM (10 years ago)
Author:
ap@apple.com
Message:

REGRESSION (OS X 10.9.2): PageVisibilityStateWithWindowChanges.WebKit2 API test fails
https://bugs.webkit.org/show_bug.cgi?id=130463

  • TestWebKitAPI/Tests/mac/PageVisibilityStateWithWindowChanges.mm: Disable the test.
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r165870 r165899  
     12014-03-19  Alexey Proskuryakov  <ap@apple.com>
     2
     3        REGRESSION (OS X 10.9.2): PageVisibilityStateWithWindowChanges.WebKit2 API test fails
     4        https://bugs.webkit.org/show_bug.cgi?id=130463
     5
     6        * TestWebKitAPI/Tests/mac/PageVisibilityStateWithWindowChanges.mm: Disable the test.
     7
    182014-03-18  Samuel White  <samuel_white@apple.com>
    29
  • trunk/Tools/TestWebKitAPI/Tests/mac/PageVisibilityStateWithWindowChanges.mm

    r163821 r165899  
    3131#import <WebKit2/WKViewPrivate.h>
    3232#import <wtf/RetainPtr.h>
     33
     34// https://bugs.webkit.org/show_bug.cgi?id=130463
     35#if __MAC_OS_X_VERSION_MIN_REQUIRED != 1090
    3336
    3437static bool isWaitingForPageSignalToContinue = false;
     
    177180
    178181} // namespace TestWebKitAPI
     182
     183#endif
Note: See TracChangeset for help on using the changeset viewer.