Changeset 181063 in webkit


Ignore:
Timestamp:
Mar 4, 2015 6:35:59 PM (9 years ago)
Author:
commit-queue@webkit.org
Message:

Unreviewed, rolling out r181054.
https://bugs.webkit.org/show_bug.cgi?id=142320

Broke the api tests (Requested by sundiamonde on #webkit).

Reverted changeset:

"Fix linker warnings in TestWebKitAPI."
https://bugs.webkit.org/show_bug.cgi?id=141912
http://trac.webkit.org/changeset/181054

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r181054 r181063  
     12015-03-04  Commit Queue  <commit-queue@webkit.org>
     2
     3        Unreviewed, rolling out r181054.
     4        https://bugs.webkit.org/show_bug.cgi?id=142320
     5
     6        Broke the api tests (Requested by sundiamonde on #webkit).
     7
     8        Reverted changeset:
     9
     10        "Fix linker warnings in TestWebKitAPI."
     11        https://bugs.webkit.org/show_bug.cgi?id=141912
     12        http://trac.webkit.org/changeset/181054
     13
    1142015-03-04  Alex Christensen  <achristensen@webkit.org>
    215
  • trunk/Tools/TestWebKitAPI/Configurations/Base.xcconfig

    r181054 r181063  
    3737GCC_ENABLE_CPP_RTTI = NO;
    3838GCC_PRECOMPILE_PREFIX_HEADER = YES
    39 GCC_SYMBOLS_PRIVATE_EXTERN = YES;
    4039GCC_TREAT_WARNINGS_AS_ERRORS = YES
    4140GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
Note: See TracChangeset for help on using the changeset viewer.