RESOLVED FIXED 226155
Remove some now invalid tests in testmasm.
https://bugs.webkit.org/show_bug.cgi?id=226155
Summary Remove some now invalid tests in testmasm.
Mark Lam
Reported 2021-05-23 08:35:34 PDT
The ARM64E tests were checking that cageConditionallyAndUntag() would fail to produce a caged pointer if fed invalid values. These tests are no longer feasible because on ARM64E, feeding cageConditionallyAndUntag() invalid values will now result in a crash. This patch removes these tests.
Attachments
proposed patch. (2.53 KB, patch)
2021-05-23 08:38 PDT, Mark Lam
ysuzuki: review+
Mark Lam
Comment 1 2021-05-23 08:38:18 PDT
Created attachment 429465 [details] proposed patch.
Yusuke Suzuki
Comment 2 2021-05-23 21:21:20 PDT
Comment on attachment 429465 [details] proposed patch. View in context: https://bugs.webkit.org/attachment.cgi?id=429465&action=review r=me > Source/JavaScriptCore/ChangeLog:6 > + Reviewed by NOBODY (OOPS!). Let’s add description that is pasted in the bugzilla. That is helpful to folks who will see this patch later :)
Mark Lam
Comment 3 2021-05-23 21:53:02 PDT
Comment on attachment 429465 [details] proposed patch. View in context: https://bugs.webkit.org/attachment.cgi?id=429465&action=review Thanks for the review. >> Source/JavaScriptCore/ChangeLog:6 >> + Reviewed by NOBODY (OOPS!). > > Let’s add description that is pasted in the bugzilla. That is helpful to folks who will see this patch later :) Oops. Will do.
Mark Lam
Comment 4 2021-05-23 22:00:18 PDT
Radar WebKit Bug Importer
Comment 5 2021-05-23 22:01:21 PDT
Note You need to log in before you can comment on or make changes to this bug.