Changeset 252694 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Nov 20, 2019, 10:50:53 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r252690 r252694 1 2019-11-20 Mark Lam <[email protected]> 2 3 Flaky JSC test: stress/stack-overflow-in-yarr-byteCompile.js.dfg-eager. 4 https://bugs.webkit.org/show_bug.cgi?id=204405 5 6 Reviewed by Alexey Proskuryakov. 7 8 $vm.allWithStackSize() manipulates the stack in ways that will freak out ASan. 9 So, add SUPPRESS_ASAN to functionCallWithStackSize() to tell ASan to ignore it. 10 11 * tools/JSDollarVM.cpp: 12 1 13 2019-11-20 Caio Lima <[email protected]> 2 14
Note:
See TracChangeset
for help on using the changeset viewer.