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+
Yusuke Suzuki
Comment 1 2020-09-01 10:22:02 PDT
Yusuke Suzuki
Comment 2 2020-09-01 10:22:05 PDT
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
Note You need to log in before you can comment on or make changes to this bug.