| Summary: | Remove ENABLE_STREAMS_API compile flag | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Tetsuharu Ohzeki [UTC+9] <tetsuharu.ohzeki> | ||||||
| Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> | ||||||
| Status: | RESOLVED FIXED | ||||||||
| Severity: | Normal | CC: | annulen, benjamin, calvaris, cdumez, cmarcelo, esprehn+autocc, ews-watchlist, gyuyoung.kim, jbedard, joepeck, keith_miller, kondapallykalyan, mark.lam, msaboff, ryuan.choi, saam, sam, sergio, tzagallo, webkit-bug-importer, youennf | ||||||
| Priority: | P2 | Keywords: | InRadar | ||||||
| Version: | WebKit Nightly Build | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=213733 | ||||||||
| Bug Depends on: | 213792 | ||||||||
| Bug Blocks: | |||||||||
| Attachments: |
|
||||||||
|
Description
Tetsuharu Ohzeki [UTC+9]
2020-06-29 07:28:17 PDT
Created attachment 403056 [details]
Patch
Comment on attachment 403056 [details] Patch r=me once bots are happy. Please revert/update some of the changes made to the generator tests. View in context: https://bugs.webkit.org/attachment.cgi?id=403056&action=review > Source/JavaScriptCore/ChangeLog:8 > + I regeneted expectations by Tools/Scripts/run-builtins-generator-tests regenerated > Source/JavaScriptCore/Scripts/tests/builtins/WebCore-ArbitraryConditionalGuard-Separate.js:-26 > -// @conditional=ENABLE(STREAMS_API) || USE(CF) I do not think we want to remove those since they are checking that the generator works fine. You might want to change the name maybe to make it clear. > Source/JavaScriptCore/Scripts/tests/builtins/expected/WebCore-DuplicateKeyValueAnnotation-Separate.js-result:1 > +### Begin File: DuplicateKeyValueAnnotationBuiltins.h I guess this new file has nothing to do with streams API but we somehow forgot to regenerate expectations. It seems our bots should have caught this missing file. I seem these flags in generator tests are originated by https://bugs.webkit.org/show_bug.cgi?id=150536 (In reply to youenn fablet from comment #2) > Comment on attachment 403056 [details] > Patch > > r=me once bots are happy. > Please revert/update some of the changes made to the generator tests. Tools/Scripts/run-builtins-generator-tests pass the tests if we revert all changes for Source/JavaScriptCore/Scripts/tests/builtins/. I'll revert them once and plan to fix in another bug. (In reply to Tetsuharu Ohzeki from comment #4) > (In reply to youenn fablet from comment #2) > > Comment on attachment 403056 [details] > > Patch > > > > r=me once bots are happy. > > Please revert/update some of the changes made to the generator tests. > > Tools/Scripts/run-builtins-generator-tests pass the tests if we revert all > changes for Source/JavaScriptCore/Scripts/tests/builtins/. > > I'll revert them once and plan to fix in another bug. filed bug 213733 Created attachment 403068 [details]
Patch
Committed r263700: <https://trac.webkit.org/changeset/263700> All reviewed patches have been landed. Closing bug and clearing flags on attachment 403068 [details]. |