Changeset 156840 in webkit


Ignore:
Timestamp:
Oct 3, 2013 10:29:20 AM (11 years ago)
Author:
mitz@apple.com
Message:

REGRESSION (r156811): Objective-C JavaScriptCore API test failing on Mountain Lion bots
https://bugs.webkit.org/show_bug.cgi?id=122260

Reviewed by Alexey Proskuryakov.

For the API to work, the tests need to be compiled with a newer version of the LLVM
compiler. Until the bots are updated to that version, disable the tests on 10.8.

  • TestWebKitAPI/Tests/mac/WebViewDidCreateJavaScriptContext.mm:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r156835 r156840  
     12013-10-03  Dan Bernstein  <mitz@apple.com>
     2
     3        REGRESSION (r156811): Objective-C JavaScriptCore API test failing on Mountain Lion bots
     4        https://bugs.webkit.org/show_bug.cgi?id=122260
     5
     6        Reviewed by Alexey Proskuryakov.
     7
     8        For the API to work, the tests need to be compiled with a newer version of the LLVM
     9        compiler. Until the bots are updated to that version, disable the tests on 10.8.
     10
     11        * TestWebKitAPI/Tests/mac/WebViewDidCreateJavaScriptContext.mm:
     12
    1132013-10-02  Mario Sanchez Prada  <mario.prada@samsung.com>
    214
  • trunk/Tools/TestWebKitAPI/Tests/mac/WebViewDidCreateJavaScriptContext.mm

    r156299 r156840  
    3131#import <wtf/RetainPtr.h>
    3232
    33 #if JSC_OBJC_API_ENABLED
     33// FIXME <rdar://problem/15139479> Reenable the JSC Objective-C API tests on Mountain Lion once the bots are running Xcode 5
     34#if JSC_OBJC_API_ENABLED && __MAC_OS_X_VERSION_MIN_REQUIRED >= 1090
    3435
    3536@class MyConsole;
Note: See TracChangeset for help on using the changeset viewer.