RESOLVED FIXED206404
Bytecode checkpoints break 32bit tests
https://bugs.webkit.org/show_bug.cgi?id=206404
Summary Bytecode checkpoints break 32bit tests
Paulo Matos
Reported 2020-01-17 00:44:46 PST
Attachments
Patch (1.19 KB, patch)
2020-01-17 04:10 PST, Caio Lima
no flags
Patch (1.30 KB, patch)
2020-01-17 07:26 PST, Caio Lima
no flags
Paulo Matos
Comment 1 2020-01-17 00:51:18 PST
Failure in debug mode looks like: stress/plus-boolean-or-int.js.mini-mode: ASSERTION FAILED: returnAddress >= instructionsBegin && returnAddress < instructionsEnd stress/plus-boolean-or-int.js.mini-mode: ../../Source/JavaScriptCore/bytecode/CodeBlock.h(394) : unsigned int JSC::CodeBlock::bytecodeOffset(const JSC::Instruction*) stress/plus-boolean-or-int.js.mini-mode: Aborted stress/plus-boolean-or-int.js.mini-mode: ERROR: Unexpected exit code: 134
Caio Lima
Comment 2 2020-01-17 04:10:25 PST
Caio Lima
Comment 3 2020-01-17 07:26:54 PST
WebKit Commit Bot
Comment 4 2020-01-17 08:14:27 PST
Comment on attachment 388036 [details] Patch Clearing flags on attachment: 388036 Committed r254748: <https://trac.webkit.org/changeset/254748>
WebKit Commit Bot
Comment 5 2020-01-17 08:14:29 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 6 2020-01-17 08:15:17 PST
Keith Miller
Comment 7 2020-01-17 08:36:16 PST
Comment on attachment 388036 [details] Patch Whoops, thanks.
Note You need to log in before you can comment on or make changes to this bug.