Bug 226593 - Fix tests that fail while fuzzing executable allocation
Summary: Fix tests that fail while fuzzing executable allocation
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Keith Miller
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-06-03 11:16 PDT by Keith Miller
Modified: 2021-06-04 09:09 PDT (History)
2 users (show)

See Also:


Attachments
Patch (12.73 KB, patch)
2021-06-03 11:16 PDT, Keith Miller
no flags Details | Formatted Diff | Diff
Patch for landing (12.73 KB, patch)
2021-06-04 08:07 PDT, Keith Miller
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Keith Miller 2021-06-03 11:16:08 PDT
Fix tests that fail under executable allocation fuzzing
Comment 1 Keith Miller 2021-06-03 11:16:36 PDT
Created attachment 430489 [details]
Patch
Comment 2 Mark Lam 2021-06-03 14:35:47 PDT
Comment on attachment 430489 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=430489&action=review

r=me

> JSTests/stress/bit-op-with-object-returning-int32.js:12
> +// This can fail if we are executable allocation fuzzing.

I think this is better phrased as "fuzzing executable allocation" instead.

> JSTests/stress/bitwise-not-fixup-rules.js:13
> +// This can fail when we executable allocation fuzz.

Ditto.
Comment 3 Keith Miller 2021-06-04 08:07:13 PDT
Created attachment 430578 [details]
Patch for landing
Comment 4 EWS 2021-06-04 09:08:52 PDT
Committed r278464 (238484@main): <https://commits.webkit.org/238484@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 430578 [details].
Comment 5 Radar WebKit Bug Importer 2021-06-04 09:09:14 PDT
<rdar://problem/78871597>