-
Notifications
You must be signed in to change notification settings - Fork 100
Fix typo in test name: "disjoinRanges" should be "disjointRanges". #3838
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
kainino0x
merged 2 commits into
gpuweb:main
from
jimblandy:test-name-typo-disjoinranges
Jul 11, 2024
Merged
Fix typo in test name: "disjoinRanges" should be "disjointRanges". #3838
kainino0x
merged 2 commits into
gpuweb:main
from
jimblandy:test-name-typo-disjoinranges
Jul 11, 2024
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The test:
api,validation,buffer,mapping:getMappedRange,disjoinRanges_many
should be named `...,disjointRanges_many`. Fix the TypeScript and the
corresponding entry in the timing estimates file.
alan-baker
approved these changes
Jul 9, 2024
kainino0x
approved these changes
Jul 11, 2024
| }); | ||
|
|
||
| g.test('getMappedRange,disjoinRanges_many') | ||
| g.test('getMappedRange,disjointRanges_many') |
Collaborator
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally I'd say this should be disjoint_ranges_many or disjoint_ranges,many since "disjointRanges" doesn't refer to a camelCase thing from the API spec...
However that is not a very important rule and we'd have to update two tests to fix that so LGTM
moz-v2v-gh
pushed a commit
to mozilla/gecko-dev
that referenced
this pull request
Aug 20, 2024
…ebgpu-reviewers,teoxoy - `webpgpu:api,validation,buffer,mapping:getMappedRange,disjoinRanges_many` was renamed to `disjointRanges_many` (see also @jimb's PR making the move at [gpuweb/cts#3838](gpuweb/cts#3838)) - `webgpu:shader,validation,decl,ptr_spelling:*` was merged with `webgpu:shader,validation,types,pointer:*` in [`gpuweb/cts`#3714](gpuweb/cts#3714). - `webgpu:shader,validation,{decl,var_access_mode,parse,var_and_let}:*` → `webgpu:shader,validation,decl,var:*`, merged in [gpuweb/cts#3713](https:// github.com/gpuweb/cts/pull/3713). - `…:initializer_type:*` had its structure changed to accommodate the merge. - `webgpu:shader,validation,parse,align:*` → `webgpu:shader,validation,shader_io,align:*`, moved by [gpuweb/cts#3712](gpuweb/cts#3712), - `webgpu:shader,validation,parse,{break,break_if,compound,const_assert,continuing,discard,statement_behavior}`, moved by [gpuweb/cts#3742](gpuweb/cts#3742) - `webgpu:shader,validation,parse,break_if:non_bool_param:*` → `webgpu:shader,validation,statement,break_if:condition_type:*`, moved by [gpuweb/cts#3671](gpuweb/cts#3671), affected by [`gpuweb/cts`#3690](gpuweb/cts#3690). - `webgpu:shader,validation,parse_binary_ops:*` → `webgpu:shader,validation,expression,binary,parse:*` This list is likely incomplete, because I _really_ needed to make this tractable. Sorry! I upkept the above for my own sanity, and think it's interesting for record-keeping, but not necessary useful for a reviewer. Differential Revision: https://phabricator.services.mozilla.com/D219376
jamienicol
pushed a commit
to jamienicol/gecko
that referenced
this pull request
Aug 21, 2024
…ebgpu-reviewers,teoxoy - `webpgpu:api,validation,buffer,mapping:getMappedRange,disjoinRanges_many` was renamed to `disjointRanges_many` (see also @jimb's PR making the move at [gpuweb/cts#3838](gpuweb/cts#3838)) - `webgpu:shader,validation,decl,ptr_spelling:*` was merged with `webgpu:shader,validation,types,pointer:*` in [`gpuweb/cts`#3714](gpuweb/cts#3714). - `webgpu:shader,validation,{decl,var_access_mode,parse,var_and_let}:*` → `webgpu:shader,validation,decl,var:*`, merged in [gpuweb/cts#3713](https:// github.com/gpuweb/cts/pull/3713). - `…:initializer_type:*` had its structure changed to accommodate the merge. - `webgpu:shader,validation,parse,align:*` → `webgpu:shader,validation,shader_io,align:*`, moved by [gpuweb/cts#3712](gpuweb/cts#3712), - `webgpu:shader,validation,parse,{break,break_if,compound,const_assert,continuing,discard,statement_behavior}`, moved by [gpuweb/cts#3742](gpuweb/cts#3742) - `webgpu:shader,validation,parse,break_if:non_bool_param:*` → `webgpu:shader,validation,statement,break_if:condition_type:*`, moved by [gpuweb/cts#3671](gpuweb/cts#3671), affected by [`gpuweb/cts`#3690](gpuweb/cts#3690). - `webgpu:shader,validation,parse_binary_ops:*` → `webgpu:shader,validation,expression,binary,parse:*` This list is likely incomplete, because I _really_ needed to make this tractable. Sorry! I upkept the above for my own sanity, and think it's interesting for record-keeping, but not necessary useful for a reviewer. Differential Revision: https://phabricator.services.mozilla.com/D219376
i3roly
pushed a commit
to i3roly/firefox-dynasty
that referenced
this pull request
Aug 22, 2024
…ebgpu-reviewers,teoxoy - `webpgpu:api,validation,buffer,mapping:getMappedRange,disjoinRanges_many` was renamed to `disjointRanges_many` (see also @jimb's PR making the move at [gpuweb/cts#3838](gpuweb/cts#3838)) - `webgpu:shader,validation,decl,ptr_spelling:*` was merged with `webgpu:shader,validation,types,pointer:*` in [`gpuweb/cts`#3714](gpuweb/cts#3714). - `webgpu:shader,validation,{decl,var_access_mode,parse,var_and_let}:*` → `webgpu:shader,validation,decl,var:*`, merged in [gpuweb/cts#3713](https:// github.com/gpuweb/cts/pull/3713). - `…:initializer_type:*` had its structure changed to accommodate the merge. - `webgpu:shader,validation,parse,align:*` → `webgpu:shader,validation,shader_io,align:*`, moved by [gpuweb/cts#3712](gpuweb/cts#3712), - `webgpu:shader,validation,parse,{break,break_if,compound,const_assert,continuing,discard,statement_behavior}`, moved by [gpuweb/cts#3742](gpuweb/cts#3742) - `webgpu:shader,validation,parse,break_if:non_bool_param:*` → `webgpu:shader,validation,statement,break_if:condition_type:*`, moved by [gpuweb/cts#3671](gpuweb/cts#3671), affected by [`gpuweb/cts`#3690](gpuweb/cts#3690). - `webgpu:shader,validation,parse_binary_ops:*` → `webgpu:shader,validation,expression,binary,parse:*` This list is likely incomplete, because I _really_ needed to make this tractable. Sorry! I upkept the above for my own sanity, and think it's interesting for record-keeping, but not necessary useful for a reviewer. Differential Revision: https://phabricator.services.mozilla.com/D219376
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified-and-comments-removed
that referenced
this pull request
Aug 23, 2024
…ebgpu-reviewers,teoxoy - `webpgpu:api,validation,buffer,mapping:getMappedRange,disjoinRanges_many` was renamed to `disjointRanges_many` (see also jimb's PR making the move at [gpuweb/cts#3838](gpuweb/cts#3838)) - `webgpu:shader,validation,decl,ptr_spelling:*` was merged with `webgpu:shader,validation,types,pointer:*` in [`gpuweb/cts`#3714](gpuweb/cts#3714). - `webgpu:shader,validation,{decl,var_access_mode,parse,var_and_let}:*` → `webgpu:shader,validation,decl,var:*`, merged in [gpuweb/cts#3713](https:// github.com/gpuweb/cts/pull/3713). - `…:initializer_type:*` had its structure changed to accommodate the merge. - `webgpu:shader,validation,parse,align:*` → `webgpu:shader,validation,shader_io,align:*`, moved by [gpuweb/cts#3712](gpuweb/cts#3712), - `webgpu:shader,validation,parse,{break,break_if,compound,const_assert,continuing,discard,statement_behavior}`, moved by [gpuweb/cts#3742](gpuweb/cts#3742) - `webgpu:shader,validation,parse,break_if:non_bool_param:*` → `webgpu:shader,validation,statement,break_if:condition_type:*`, moved by [gpuweb/cts#3671](gpuweb/cts#3671), affected by [`gpuweb/cts`#3690](gpuweb/cts#3690). - `webgpu:shader,validation,parse_binary_ops:*` → `webgpu:shader,validation,expression,binary,parse:*` This list is likely incomplete, because I _really_ needed to make this tractable. Sorry! I upkept the above for my own sanity, and think it's interesting for record-keeping, but not necessary useful for a reviewer. Differential Revision: https://phabricator.services.mozilla.com/D219376 UltraBlame original commit: e7b536d026a25476d4107d76137201074bf07a80
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified
that referenced
this pull request
Aug 23, 2024
…ebgpu-reviewers,teoxoy - `webpgpu:api,validation,buffer,mapping:getMappedRange,disjoinRanges_many` was renamed to `disjointRanges_many` (see also jimb's PR making the move at [gpuweb/cts#3838](gpuweb/cts#3838)) - `webgpu:shader,validation,decl,ptr_spelling:*` was merged with `webgpu:shader,validation,types,pointer:*` in [`gpuweb/cts`#3714](gpuweb/cts#3714). - `webgpu:shader,validation,{decl,var_access_mode,parse,var_and_let}:*` → `webgpu:shader,validation,decl,var:*`, merged in [gpuweb/cts#3713](https:// github.com/gpuweb/cts/pull/3713). - `…:initializer_type:*` had its structure changed to accommodate the merge. - `webgpu:shader,validation,parse,align:*` → `webgpu:shader,validation,shader_io,align:*`, moved by [gpuweb/cts#3712](gpuweb/cts#3712), - `webgpu:shader,validation,parse,{break,break_if,compound,const_assert,continuing,discard,statement_behavior}`, moved by [gpuweb/cts#3742](gpuweb/cts#3742) - `webgpu:shader,validation,parse,break_if:non_bool_param:*` → `webgpu:shader,validation,statement,break_if:condition_type:*`, moved by [gpuweb/cts#3671](gpuweb/cts#3671), affected by [`gpuweb/cts`#3690](gpuweb/cts#3690). - `webgpu:shader,validation,parse_binary_ops:*` → `webgpu:shader,validation,expression,binary,parse:*` This list is likely incomplete, because I _really_ needed to make this tractable. Sorry! I upkept the above for my own sanity, and think it's interesting for record-keeping, but not necessary useful for a reviewer. Differential Revision: https://phabricator.services.mozilla.com/D219376 UltraBlame original commit: e7b536d026a25476d4107d76137201074bf07a80
jwidar
pushed a commit
to jwidar/LatencyZeroGithub
that referenced
this pull request
Sep 16, 2025
…ebgpu-reviewers,teoxoy - `webpgpu:api,validation,buffer,mapping:getMappedRange,disjoinRanges_many` was renamed to `disjointRanges_many` (see also @jimb's PR making the move at [gpuweb/cts#3838](gpuweb/cts#3838)) - `webgpu:shader,validation,decl,ptr_spelling:*` was merged with `webgpu:shader,validation,types,pointer:*` in [`gpuweb/cts`#3714](gpuweb/cts#3714). - `webgpu:shader,validation,{decl,var_access_mode,parse,var_and_let}:*` → `webgpu:shader,validation,decl,var:*`, merged in [gpuweb/cts#3713](https:// github.com/gpuweb/cts/pull/3713). - `…:initializer_type:*` had its structure changed to accommodate the merge. - `webgpu:shader,validation,parse,align:*` → `webgpu:shader,validation,shader_io,align:*`, moved by [gpuweb/cts#3712](gpuweb/cts#3712), - `webgpu:shader,validation,parse,{break,break_if,compound,const_assert,continuing,discard,statement_behavior}`, moved by [gpuweb/cts#3742](gpuweb/cts#3742) - `webgpu:shader,validation,parse,break_if:non_bool_param:*` → `webgpu:shader,validation,statement,break_if:condition_type:*`, moved by [gpuweb/cts#3671](gpuweb/cts#3671), affected by [`gpuweb/cts`#3690](gpuweb/cts#3690). - `webgpu:shader,validation,parse_binary_ops:*` → `webgpu:shader,validation,expression,binary,parse:*` This list is likely incomplete, because I _really_ needed to make this tractable. Sorry! I upkept the above for my own sanity, and think it's interesting for record-keeping, but not necessary useful for a reviewer. Differential Revision: https://phabricator.services.mozilla.com/D219376
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The test:
should be named
...,disjointRanges_many. Fix the TypeScript and the corresponding entry in the timing estimates file.This PR is pretty minimal, so I didn't file an issue, and I didn't fill in the author's checklist. If that's a problem, just let me know.
Requirements for reviewer sign-off:
When landing this PR, be sure to make any necessary issue status updates.