-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Conformance Tests - Fix: Ensure that existing tests for type member verification only run when selected, and only test that member as invalid. (internal MR 3287, internal issue 2170, internal issue 2301) - Fix: Swapchain leak in test helper. (internal MR 3386) - Fix: Resolve some C++ sanitizer issues. (internal MR 3453) - Fix: Temporarily disable faulty assertions about the Z axis in the grip_surface/palm_ext pose test. (internal MR 3465) - Improvement: Supply Metal graphics plugin for running conformance test on macOS with XR_KHR_metal_enable extension. (internal MR 3009) - Improvement: Verify more two-call-idiom outputs in the conformance layer. (internal MR 3282) - Improvement: Update CTS layer to verify that all enumerations of reference spaces contain LOCAL_FLOOR if they are required to. (internal MR 3283) - Improvement: Optionally verify that the runtime validates struct .type member in various places. (internal MR 3287, internal issue 2170, internal issue 2301) - Improvement: Simplify grip_surface/palm_ext pose test and support conformance automation extension in it, among other improvements to it. (internal MR 3331, internal issue 2259) - Improvement: Clean up usage of RAII mutex lock guards. (internal MR 3336) - Improvement: Add xr_math_operators.h to unify C++ math wrappers for CTS. (internal MR 3349, internal MR 3431) - Improvement: Code cleanups in GetSwapchainCreateTestParameters and related tests. (internal MR 3369) - Improvement: Specify names through the debug extension for more Vulkan objects, for improved ease of debugging. (internal MR 3422) - Improvement: Add basic SNORM formats to table of runtime-supported formats testable on OpenGL. (internal MR 3427) - New test: Interactive test for new XR_EXT_composition_layer_inverted_alpha extension. (internal MR 3085) - New test: Check that an action with no suggested bindings is not bound/active. (internal MR 3256, internal issue 1609) - New test: Verify that the string returned by xrGetInputSourceLocalizedName is null-terminated. (internal MR 3380, internal issue 2300) GitOrigin-RevId: eee73bd67b7e4b5f69f89c1a7373148ab6a95046
- Loading branch information
Showing
26 changed files
with
81 additions
and
48 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ jobs: | |
lfs: true | ||
|
||
- name: Get modern CMake and Ninja | ||
uses: lukka/[email protected].1 | ||
uses: lukka/[email protected].2 | ||
|
||
- name: Add msbuild to PATH | ||
uses: microsoft/setup-msbuild@v2 | ||
|
@@ -57,7 +57,7 @@ jobs: | |
run: "cmake --build $env:RUNNER_TEMP --parallel --config ${{ inputs.buildType }} --target install" | ||
|
||
- name: Upload Artifacts | ||
uses: actions/upload-artifact@v3 | ||
uses: actions/upload-artifact@v4 | ||
if: inputs.artifactName | ||
with: | ||
name: "${{ inputs.artifactName }}" | ||
|
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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