[all-commits] [llvm/llvm-project] d42f93: [HLSL][NFC] Add test coverage for Buffer
Helena Kotas via All-commits
all-commits at lists.llvm.org
Fri Oct 3 14:21:14 PDT 2025
Branch: refs/heads/users/hekota/pr161909-add-buffer-coverage
Home: https://github.com/llvm/llvm-project
Commit: d42f931879a1a563a2204abc5604b509f798cc46
https://github.com/llvm/llvm-project/commit/d42f931879a1a563a2204abc5604b509f798cc46
Author: Helena Kotas <hekotas at microsoft.com>
Date: 2025-10-03 (Fri, 03 Oct 2025)
Changed paths:
R clang/test/CodeGenHLSL/resources/RWBuffer-constructor.hlsl
R clang/test/CodeGenHLSL/resources/RWBuffer-elementtype.hlsl
R clang/test/CodeGenHLSL/resources/RWBuffer-subscript.hlsl
A clang/test/CodeGenHLSL/resources/TypedBuffers-constructor.hlsl
A clang/test/CodeGenHLSL/resources/TypedBuffers-elementtype.hlsl
A clang/test/CodeGenHLSL/resources/TypedBuffers-subscript.hlsl
A clang/test/CodeGenHLSL/resources/TypesBuffers-methods.hlsl
Log Message:
-----------
[HLSL][NFC] Add test coverage for Buffer
Test coverage for `Buffer` resource class was not sufficient. All of the typed buffer tests were using RWBuffer.
This change adds `Buffer` tests cases to several existing `RWBuffer-*.test` files and renames them to `TypedBuffer-*.test`.
Also adds new `TypedBuffers-methods.tests`.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list