Skip to content
Snippets Groups Projects

tests: Move HLSL tests to a subdirectory.

Merged Elizabeth Figura requested to merge zfigura/vkd3d:pr1 into master
1 unresolved thread

This probably can be seen as pointless moving, but I at least appreciate the structure.

Besides structure, part of my motivation here is that I will soon want to introduce tests for d3d assembly.

I'd also like to stop once and for all the inconsistency between whether tests have "hlsl" prefixed or not.

Merge request reports

Checking pipeline status.

Approval is optional

Merged by Alexandre JulliardAlexandre Julliard 1 year ago (Jun 28, 2023 9:04pm UTC)

Merge details

  • Changes merged into master with 0d2f2e18.
  • Did not delete the source branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • That's fine for me. Given that eventually I guess we'd like to use the shader runner also to test vkd3d itself (at least, the parts that can be described by the shader runner language, possibly with reasonable extensions), I'd even move the preprocessor tests in a dedicated directory, so that basically all shader runner tests live inside a specific subdirectory.

  • Giovanni Mascellani approved this merge request

    approved this merge request

  • Francisco Casas
    Francisco Casas @fcasas started a thread on commit ebb9a67e
144 tests/max.shader_test \
145 tests/minimum-precision.shader_test \
146 tests/multiple-rt.shader_test \
147 tests/nointerpolation.shader_test \
148 tests/object-field-offsets.shader_test \
149 tests/object-parameters.shader_test \
150 tests/object-references.shader_test \
151 tests/pow.shader_test \
152 tests/preproc-if.shader_test \
45 tests/hlsl/abs.shader_test \
46 tests/hlsl/all.shader_test \
47 tests/hlsl/any.shader_test \
48 tests/hlsl/arithmetic-float.shader_test \
49 tests/hlsl/arithmetic-float-uniform.shader_test \
50 tests/hlsl/arithmetic-int.shader_test \
51 tests/hlsl/arithmetic-int-uniform.shader_test \
  • Francisco Casas approved this merge request

    approved this merge request

  • Elizabeth Figura added 30 commits

    added 30 commits

    Compare with previous version

  • Henri Verbeet approved this merge request

    approved this merge request

  • Alexandre Julliard approved this merge request

    approved this merge request

  • Please register or sign in to reply
    Loading