summaryrefslogtreecommitdiff
path: root/tests/diagnostics/uninitialized-struct-from-constructor.slang
AgeCommit message (Collapse)Author
2025-01-10Fix potential test failures due to SPIRV validation failure (#6047)Jay Kwak
There are a few tests that are currently passing but could fail when conditions change little bit. When slang-test runs with `test-server`, the spirv validation fails and the test gets reported as failed even though they are actually passing. To avoid the potential problem, this commit adds an empty entry point. Co-authored-by: Yong He <yonghe@outlook.com>
2024-09-09Add load paths to return value check (#5042)venkataram-nv