Skip to content

Commit

Permalink
Update naming for vertex state
Browse files Browse the repository at this point in the history
Specification change:
gpuweb/gpuweb#469

Dawn roll:
https://dawn.googlesource.com/dawn/+log/c3284fa40ec6b12731ed66c2f2a9256ae3fa692e..ae1f25fee85ebf2773b24a0a4f39c160839b1dbb

CTS roll:
gpuweb/cts@3dc37c8...e114192

TBR: [email protected]
Bug: dawn:22
Change-Id: Ib427760b9fba4b2cc4290de046c4a31d77e0b67a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900807
Reviewed-by: Austin Eng <[email protected]>
Reviewed-by: Yunchao He <[email protected]>
Reviewed-by: Corentin Wallez <[email protected]>
Commit-Queue: Kai Ninomiya <[email protected]>
Cr-Commit-Position: refs/heads/master@{#713682}
  • Loading branch information
kainino0x authored and chromium-wpt-export-bot committed Nov 8, 2019
1 parent bee0426 commit 4831b37
Show file tree
Hide file tree
Showing 11 changed files with 336 additions and 271 deletions.
13 changes: 12 additions & 1 deletion webgpu/cts.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,17 @@
width: 100%;
height: 15em;
}

/* Test Name column */
#results > tbody > tr > td:nth-child(2) {
word-break: break-word;
}

/* Message column */
#results > tbody > tr > td:nth-child(3) {
white-space: pre-wrap;
word-break: break-word;
}
</style>

<textarea id=results></textarea>
Expand Down Expand Up @@ -74,4 +85,4 @@
<meta name=variant content='?q=cts:validation/setStencilReference:'>
<meta name=variant content='?q=cts:validation/setVertexBuffer:'>
<meta name=variant content='?q=cts:validation/setViewport:'>
<meta name=variant content='?q=cts:validation/vertex_input:'>
<meta name=variant content='?q=cts:validation/vertex_state:'>
39 changes: 20 additions & 19 deletions webgpu/framework/fixture.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

63 changes: 36 additions & 27 deletions webgpu/framework/logger.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webgpu/framework/version.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// AUTO-GENERATED - DO NOT EDIT. See tools/gen_version.

export const version = '3dc37c83a70667e9a92df773f34d154ec600d203';
export const version = 'e114192747a54f34157eb65754e037701fbdf98b';
2 changes: 1 addition & 1 deletion webgpu/runtime/wpt.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webgpu/suites/cts/command_buffer/render/rendering.spec.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 28 additions & 8 deletions webgpu/suites/cts/gpu_test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions webgpu/suites/cts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export const listing = [
"description": "setViewport validation tests."
},
{
"path": "validation/vertex_input",
"description": "vertexInput validation tests."
"path": "validation/vertex_state",
"description": "vertexState validation tests."
}
];
7 changes: 4 additions & 3 deletions webgpu/suites/cts/validation/setVertexBuffer.spec.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions webgpu/suites/cts/validation/validation_test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

1 comment on commit 4831b37

@community-tc-integration
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Submitting the task to Taskcluster failed. Details

Schema Validation Failed!
Rejecting Schema: https://community-tc.services.mozilla.com/schemas/queue/v1/create-task-request.json#
Errors:

  • data.metadata.owner should match format "email"

  • method: createTask
  • errorCode: InputValidationError
  • statusCode: 400
  • time: 2019-11-09T00:23:24.387Z

Please sign in to comment.