Changeset 181319 in webkit


Ignore:
Timestamp:
Mar 10, 2015 1:47:24 AM (9 years ago)
Author:
mark.lam@apple.com
Message:

Gardening: fix bleeding debug test bots.
https://webkit.org/b/142513>

Not reviewed.

The test needs to initialize WTF threading explicitly before using it.

  • API/tests/CompareAndSwapTest.cpp:

(testCompareAndSwap):

Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/API/tests/CompareAndSwapTest.cpp

    r181315 r181319  
    9999    ThreadIdentifier threadIDs[numThreads];
    100100    Data data[numThreads];
     101
     102    WTF::initializeThreading();
    101103   
    102104    printf("Starting %d threads for CompareAndSwap test.  Test should complete without hanging.\n", numThreads);
  • trunk/Source/JavaScriptCore/ChangeLog

    r181316 r181319  
     12015-03-10  Mark Lam  <mark.lam@apple.com>
     2
     3        Gardening: fix bleeding debug test bots.
     4        https://webkit.org/b/142513>
     5
     6        Not reviewed.
     7
     8        The test needs to initialize WTF threading explicitly before using it.
     9
     10        * API/tests/CompareAndSwapTest.cpp:
     11        (testCompareAndSwap):
     12
    1132015-03-10  Alex Christensen  <achristensen@webkit.org>
    214
Note: See TracChangeset for help on using the changeset viewer.