Changeset 156840 in webkit
- Timestamp:
- Oct 3, 2013, 10:29:20 AM (12 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r156835 r156840 1 2013-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 1 13 2013-10-02 Mario Sanchez Prada <mario.prada@samsung.com> 2 14 -
trunk/Tools/TestWebKitAPI/Tests/mac/WebViewDidCreateJavaScriptContext.mm
r156299 r156840 31 31 #import <wtf/RetainPtr.h> 32 32 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 34 35 35 36 @class MyConsole;
Note:
See TracChangeset
for help on using the changeset viewer.