We need an option to avoid enabling all experimental features in DumpRenderTree so that we can run tests with the set of features we're intending to ship / are stable.
Created attachment 427018 [details] Adds a flag
Comment on attachment 427018 [details] Adds a flag View in context: https://bugs.webkit.org/attachment.cgi?id=427018&action=review r=mews > Tools/DumpRenderTree/mac/DumpRenderTree.mm:273 > +static int enableAllExperimentalFeatures = YES; Nit - BOOL?
Comment on attachment 427018 [details] Adds a flag View in context: https://bugs.webkit.org/attachment.cgi?id=427018&action=review >> Tools/DumpRenderTree/mac/DumpRenderTree.mm:273 >> +static int enableAllExperimentalFeatures = YES; > > Nit - BOOL? I think getopt_long wants these to be int's, not bool's.
Comment on attachment 427018 [details] Adds a flag Clearing flags on attachment: 427018 Committed r276581 (237017@main): <https://commits.webkit.org/237017@main>
All reviewed patches have been landed. Closing bug.
<rdar://problem/77138402>