Title: [164557] trunk/Tools
Revision
164557
Author
[email protected]
Date
2014-02-23 10:06:16 -0800 (Sun, 23 Feb 2014)

Log Message

[ASan] Add JSC::DFG::prepareOSREntry() to ignore list
<http://webkit.org/b/129209>

Reviewed by Geoffrey Garen.

* asan/webkit-asan-ignore.txt: Add DFG::prepareOSREntry() to the
ignore list to make ASan builds usable again.  Follow-up
investigation is tracked by <rdar://problem/16055903>.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (164556 => 164557)


--- trunk/Tools/ChangeLog	2014-02-23 16:25:43 UTC (rev 164556)
+++ trunk/Tools/ChangeLog	2014-02-23 18:06:16 UTC (rev 164557)
@@ -1,3 +1,14 @@
+2014-02-23  David Kilzer  <[email protected]>
+
+        [ASan] Add JSC::DFG::prepareOSREntry() to ignore list
+        <http://webkit.org/b/129209>
+
+        Reviewed by Geoffrey Garen.
+
+        * asan/webkit-asan-ignore.txt: Add DFG::prepareOSREntry() to the
+        ignore list to make ASan builds usable again.  Follow-up
+        investigation is tracked by <rdar://problem/16055903>.
+
 2014-02-20  David Farler  <[email protected]>
 
         Make old-run-webkit-tests work with iOS Simulator WebKitTestRunner

Modified: trunk/Tools/asan/webkit-asan-ignore.txt (164556 => 164557)


--- trunk/Tools/asan/webkit-asan-ignore.txt	2014-02-23 16:25:43 UTC (rev 164556)
+++ trunk/Tools/asan/webkit-asan-ignore.txt	2014-02-23 18:06:16 UTC (rev 164557)
@@ -2,3 +2,4 @@
 fun:*gatherFromCurrentThread*ConservativeRoots*
 fun:*SetCookieStoragePrivateBrowsingEnabled*
 fun:*HTMLTreeBuilder*finished*
+fun:*DFG*prepareOSREntry*
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to