Changeset 180227 in webkit


Ignore:
Timestamp:
Feb 17, 2015 10:06:25 AM (9 years ago)
Author:
dburkart@apple.com
Message:

ASan does not like JSC::MachineThreads::tryCopyOtherThreadStack
https://bugs.webkit.org/show_bug.cgi?id=141672

Reviewed by David Kilzer.

  • asan/webkit-asan-ignore.txt:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r180224 r180227  
     12015-02-17  Dana Burkart  <dburkart@apple.com>
     2
     3        ASan does not like JSC::MachineThreads::tryCopyOtherThreadStack
     4        https://bugs.webkit.org/show_bug.cgi?id=141672
     5
     6        Reviewed by David Kilzer.
     7
     8        * asan/webkit-asan-ignore.txt:
     9
    1102015-02-17  Alex Christensen  <achristensen@webkit.org>
    211
  • trunk/Tools/asan/webkit-asan-ignore.txt

    r178005 r180227  
    55# called from prepareOSREntry(), but there is currently no way to express this in a blacklist.
    66fun:*JSC*Register*jsValue*
     7fun:*JSC*MachineThreads*tryCopyOtherThreadStack*
Note: See TracChangeset for help on using the changeset viewer.