diff options
| author | Jay Kwak <82421531+jkwak-work@users.noreply.github.com> | 2025-06-18 16:38:39 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-18 16:38:39 -0700 |
| commit | 3cbc500118d27f82c89f401ffb34826264e9cb60 (patch) | |
| tree | 0d3cb7e997f4a2fd5037f515f0e4cc8b43259ec1 /tests/expected-failure.txt | |
| parent | 777ac6cae9776cd2d28bd5a9f627261ba9740153 (diff) | |
Fix retry logic for unit test (#7471)
* Fix the ignored unit-tests on retry
* Retrigger CI
* Add more error messages
* Don't use test-server for retry of unit-test to see error messages
* Clean up cl.yml
Remove 'has-gpu' because it is unused after debug became full-gpu-test.
Renamed files to make the meaning more clear:
- Renamed expected-failure.txt to expected-failure-via-glsl.txt
- Renamed expected-failure-github-runner.txt to expected-failure-no-gpu.txt
* Rename cpu-hello-world.slang to avoid name conflict to example
We have an example whose executable name is cpu-hello-world.exe.
It gets built when you run `cmake --build`, but it gets overwritten by
slang-test when it tests `tests/cpu-program/cpu-hello-world.slang`.
This PR renames to avoid the name conflict.
* Remove debug code
---------
Co-authored-by: Yong He <yonghe@outlook.com>
Diffstat (limited to 'tests/expected-failure.txt')
| -rw-r--r-- | tests/expected-failure.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/expected-failure.txt b/tests/expected-failure.txt deleted file mode 100644 index 7283c8d97..000000000 --- a/tests/expected-failure.txt +++ /dev/null @@ -1,7 +0,0 @@ -tests/language-feature/saturated-cooperation/simple.slang (vk) -tests/language-feature/saturated-cooperation/fuse3.slang (vk) -tests/language-feature/saturated-cooperation/fuse-product.slang (vk) -tests/language-feature/saturated-cooperation/fuse.slang (vk) -tests/bugs/byte-address-buffer-interlocked-add-f32.slang (vk) -tests/ir/loop-unroll-0.slang.1 (vk) -tests/hlsl-intrinsic/texture/float-atomics.slang (vk) |
