WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
216043
Skip fast/css-custom-paint/out-of-memory-while-adding-worklet-module.html if Gigacage is not enabled
https://bugs.webkit.org/show_bug.cgi?id=216043
Summary
Skip fast/css-custom-paint/out-of-memory-while-adding-worklet-module.html if ...
Yusuke Suzuki
Reported
2020-09-01 10:15:32 PDT
Skip fast/css-custom-paint/out-of-memory-while-adding-worklet-module.html if Gigacage is not enabled
Attachments
Patch
(7.01 KB, patch)
2020-09-01 10:22 PDT
,
Yusuke Suzuki
mark.lam
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Yusuke Suzuki
Comment 1
2020-09-01 10:22:02 PDT
Created
attachment 407692
[details]
Patch
Yusuke Suzuki
Comment 2
2020-09-01 10:22:05 PDT
<
rdar://problem/66394369
>
Mark Lam
Comment 3
2020-09-01 10:46:20 PDT
Comment on
attachment 407692
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=407692&action=review
r=me with fix
> Source/JavaScriptCore/tools/JSDollarVM.cpp:3124 > + return JSValue::encode(jsBoolean(Gigacage::isEnabled()));
Can you add `DollarVMAssertScope assertScope;` before this line?
Yusuke Suzuki
Comment 4
2020-09-01 11:30:37 PDT
Comment on
attachment 407692
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=407692&action=review
Thanks!
>> Source/JavaScriptCore/tools/JSDollarVM.cpp:3124 >> + return JSValue::encode(jsBoolean(Gigacage::isEnabled())); > > Can you add `DollarVMAssertScope assertScope;` before this line?
Added.
Yusuke Suzuki
Comment 5
2020-09-01 19:18:10 PDT
Committed
r266447
: <
https://trac.webkit.org/changeset/266447
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug